NEWS 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. 2019-04-25 Version 66.0 (24)
  2. * Notification (for a Firefox update) now works on Android 9
  3. * Replace BackgroundService with WorkManager (AndroidX) for requesting Mozilla's API
  4. * Clean up code (thanks DeenHyper74)
  5. * Fix some minor bugs (thanks DeenHyper74)
  6. * App requires API level 18 because Firefox requires API level 18
  7. * Update translation
  8. 2019-04-01 Version 65.0 (23)
  9. * Added support for beta and nightly channels
  10. * Switched to light theme
  11. * Update russian translation
  12. * Handover maintainership to https://notabug.org/Tobiwan/ffupdater
  13. 2018-01-07 Version 57.0 (22)
  14. * Add some translations
  15. 2017-06-13 Version 54.0 (21)
  16. * Add license report
  17. * Update icon
  18. * Add some translations
  19. 2017-05-20 Version 53.0 (20)
  20. * Update to 53.0
  21. * Use new Mozilla API to det version information
  22. * Remove a lot of unused code.
  23. * Add icon
  24. * Fix crash with SDK < 17
  25. * Enable smaller builds
  26. 2017-01-22 Version 51.0 (18)
  27. * Update to 51.0
  28. * Remove a lot of unused code.
  29. * Re-implement actual checking.
  30. 2016-04-29 Version 46.0 (16)
  31. * No changes, just bump to remind people
  32. 2016-04-06 Version 45.0.1 (15)
  33. * Remove everything but URL generator and download button.
  34. 2016-03-09 Version 45.0a (14)
  35. * Really, really quickfix Android6 issues..
  36. * Remove version check since it's broken: Just download the APK.
  37. 2016-03-06 Version 45.0 (13)
  38. * Use lower traget to qucikfix Android6 permissions
  39. 2016-01-26 Version 44.0 (12)
  40. * Update to reflect new Firefox version, but no change in
  41. architecture. Mozilla "-latest" URL still works...
  42. 2015-12-31 Version 43.0.x (11)
  43. * Mozilla removed /latest/* downloads from archive. As recommended in
  44. https://archive.mozilla.org/pub/mobile/releases/latest/README.txt
  45. we use https://download.mozilla.org/?product=fennec-latest now.
  46. 2015-12-25 Version 43.0 (10)
  47. * Update to 43.0
  48. * Mozilla does not populate /latest/ anymore, see
  49. https://bugzilla.mozilla.org/show_bug.cgi?id=1233399
  50. 2015-12-24 Version 42.0.2 (9)
  51. * Update to 42.0.2
  52. 2015-11-23 Version 42.0.1 (8)
  53. * Update to 42.0.1
  54. 2015-11-02 Version 42.0 (7)
  55. * Update to 42.0
  56. 2015-09-23 Version 41.0 (6)
  57. * Bump to 41.0 (6)
  58. 2015-09-01 Version 40.0.3 (5)
  59. * Mark background setting as non-functional for now.
  60. * Update to 40.0.3
  61. 2015-08-10 Version 40.0 (3)
  62. * Remove FTP lookup since Mozilla is shutting down the servers.
  63. * Handle both request type by a single button.
  64. * "I am feeling lucky" now gets the next relase, not the latest.
  65. * Add preferences to restrict connections: WiFi-only, metered, roaming.
  66. * Use actionbar.
  67. 2015-07-08 Version 39.0 (1)
  68. * Select download uri based on arch and api.
  69. * Check filename via FTP.
  70. * Download update file via HTTPS and DownloadManager.
  71. * Log errors and status.
  72. * Toast on updates.
  73. * Prompt for update (if necessary).
  74. * Option to use fixed/tested download location.
  75. * Add proper LICENSE (GPLv3+).