NEWS 3.4 KB

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