NEWS 3.7 KB

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