123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- 2019-06-28 Version 67.4 (31)
- * Fix warning dialogue disappears after screen rotation (thanks DeenHyper74)
- 2019-06-28 Version 67.3 (30)
- * Fix crash when selecting an entry after rotating the channel dialog (thanks DeenHyper74)
- 2019-06-28 Version 67.2 (29)
- * Fix crash when rotating on channel dialog (thanks DeenHyper74)
- 2019-06-28 Version 67.1 (28)
- * Update Russian translation (thanks DeenHyper74)
- 2019-06-28 Version 67.0 (27)
- * Fix broken nightly download (thanks dannycolin for the info)
- * Display warning when switching from 'Release' channel to the 'Nightly' or 'Beta' channel (thanks DeenHyper74)
- * Interval between update checks is now configurable (thanks aplufr, wah6Me1l and DeenHyper74)
- 2019-04-25 Version 66.2 (26)
- * Improve french translation (thanks xinxinxinxinxin)
- * Fix "update notification will be shown every 5 minutes" (bug discovered by aplufr)
- 2019-04-25 Version 66.1 (25)
- * Add grammar fixes (thanks DeenHyper74)
- 2019-04-25 Version 66.0 (24)
- * Notification (for a Firefox update) now works on Android 9
- * Replace BackgroundService with WorkManager (AndroidX) for requesting Mozilla's API
- * Clean up code (thanks DeenHyper74)
- * Fix some minor bugs (thanks DeenHyper74)
- * App requires API level 18 because Firefox requires API level 18
- * Update translation
- 2019-04-01 Version 65.0 (23)
- * Added support for beta and nightly channels
- * Switched to light theme
- * Update russian translation
- * Handover maintainership to https://notabug.org/Tobiwan/ffupdater
- 2018-01-07 Version 57.0 (22)
- * Add some translations
- 2017-06-13 Version 54.0 (21)
- * Add license report
- * Update icon
- * Add some translations
- 2017-05-20 Version 53.0 (20)
- * Update to 53.0
- * Use new Mozilla API to det version information
- * Remove a lot of unused code.
- * Add icon
- * Fix crash with SDK < 17
- * Enable smaller builds
- 2017-01-22 Version 51.0 (18)
- * Update to 51.0
- * Remove a lot of unused code.
- * Re-implement actual checking.
- 2016-04-29 Version 46.0 (16)
- * No changes, just bump to remind people
- 2016-04-06 Version 45.0.1 (15)
- * Remove everything but URL generator and download button.
- 2016-03-09 Version 45.0a (14)
- * Really, really quickfix Android6 issues..
- * Remove version check since it's broken: Just download the APK.
- 2016-03-06 Version 45.0 (13)
- * Use lower traget to qucikfix Android6 permissions
- 2016-01-26 Version 44.0 (12)
- * Update to reflect new Firefox version, but no change in
- architecture. Mozilla "-latest" URL still works...
- 2015-12-31 Version 43.0.x (11)
- * Mozilla removed /latest/* downloads from archive. As recommended in
- https://archive.mozilla.org/pub/mobile/releases/latest/README.txt
- we use https://download.mozilla.org/?product=fennec-latest now.
- 2015-12-25 Version 43.0 (10)
- * Update to 43.0
- * Mozilla does not populate /latest/ anymore, see
- https://bugzilla.mozilla.org/show_bug.cgi?id=1233399
- 2015-12-24 Version 42.0.2 (9)
- * Update to 42.0.2
- 2015-11-23 Version 42.0.1 (8)
- * Update to 42.0.1
- 2015-11-02 Version 42.0 (7)
- * Update to 42.0
- 2015-09-23 Version 41.0 (6)
- * Bump to 41.0 (6)
- 2015-09-01 Version 40.0.3 (5)
- * Mark background setting as non-functional for now.
- * Update to 40.0.3
- 2015-08-10 Version 40.0 (3)
- * Remove FTP lookup since Mozilla is shutting down the servers.
- * Handle both request type by a single button.
- * "I am feeling lucky" now gets the next relase, not the latest.
- * Add preferences to restrict connections: WiFi-only, metered, roaming.
- * Use actionbar.
- 2015-07-08 Version 39.0 (1)
- * Select download uri based on arch and api.
- * Check filename via FTP.
- * Download update file via HTTPS and DownloadManager.
- * Log errors and status.
- * Toast on updates.
- * Prompt for update (if necessary).
- * Option to use fixed/tested download location.
- * Add proper LICENSE (GPLv3+).
|