NEWS 3.0 KB

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