118
edits
(Created page with "One ongoing goal of the Firefox for Android team is it to reduce the APK size (See meta bug "fatfennec": [https://bugzilla.mozilla.org/show_bug.cgi?id=942609 bug 942609]). We...") |
No edit summary |
||
Line 2: | Line 2: | ||
The goal of this ''Google Summer of Code'' project is it to remove '''hyphenation dictionaries''' from the APK and download them at runtime. The work previously done to exclude fonts acts as a blueprint and for your guidance. | The goal of this ''Google Summer of Code'' project is it to remove '''hyphenation dictionaries''' from the APK and download them at runtime. The work previously done to exclude fonts acts as a blueprint and for your guidance. | ||
* Skills needed: Java / Android, JavaScript or C++ helpful but not a requirement | |||
* Mentor: [https://mozillians.org/en-US/u/sebastian.kaspari/ Sebastian Kaspari (:sebastian)] | |||
* IRC: [[IRC|irc.mozilla.org #mobile]] | |||
== Groundwork == | == Groundwork == | ||
Line 21: | Line 25: | ||
== Bonus tasks == | == Bonus tasks == | ||
* There are various open follow-up bugs to improve the background service for downloading content as well as the sync client. | * There are various open follow-up bugs to improve the background service for downloading content as well as the sync client (Actual list of bugs TBD). | ||
== Code == | |||
The existing (Java) code for downloadable content can be found in the [https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/dlc org.mozilla.gecko.dlc package]. |
edits