1. e2f0ffc FPII-1793: Fairphone Updater app should check minimum battery level and Wi-Fi connectivity by Maarten Derks · 8 years ago
  2. ab3a986 FPII-1905: Fairphone Updater - Stop sending unused URL parameters by Maarten Derks · 8 years ago
  3. aa76fbf FPII-1898: Fairphone Updater - Error downloading config file by Maarten Derks · 8 years ago
  4. 2f5e61e FP2-1825: Queue "copy file to cache" operation in FP Updater by Maarten Derks · 8 years ago
  5. d270426 FPII-1636: [ST_3][Updater] The latest version display as “Older version” at install interface. by Maarten Derks · 9 years ago
  6. 1b51ea5 FP2-1789: Fairphone OS download notification is incorrect by Maarten Derks · 9 years ago
  7. 060032c Merge remote-tracking branch 'fp2-dev/fp2-dev-v2' by Maarten Derks · 9 years ago
  8. f17e6db FP2-1474: Human readable version name in Fairphone Updater by Maarten Derks · 9 years ago
  9. 4bb5789 FP2-1474: Human readable version name in Fairphone Updater by Maarten Derks · 9 years ago
  10. 1378e44 FP2-1760: Changed the Updater notification icon by telmo.agostinho · 9 years ago
  11. f01fcbf FPII-1489: Fix Updater crash by Maarten Derks · 9 years ago fp2-sibon-2.0.1 fp2-sibon-2.0.2
  12. 6dc4c0d FP2-1416: Fairphone Updater notification using old icon by Filipe Gonçalves · 9 years ago
  13. bb28776 FP2-1214: After a successful update the updater still shows there is an update present by Maarten Derks · 9 years ago
  14. 72b5a7f FP2-1017: Merge upstream FairphoneUpdater by Filipe · 9 years ago
  15. 7c79f49 - Fix Beta enabler by Jose Pascoal · 9 years ago
  16. 071b675 * Changed app label to shorter name by Filipe Gonçalves · 9 years ago
  17. 4cc0b2e refactored read and fetch of configuration by Filipe Gonçalves · 9 years ago
  18. 80d4b15 speed optimizations by Filipe Gonçalves · 9 years ago
  19. 9a8e90e fixed header update bug by Filipe Gonçalves · 9 years ago
  20. 3df4313 Issue: otaDownloadUrl Persistence by telmoagostinho · 9 years ago
  21. 9786b90 Issue Correction: FairphoneUpdater does not abort download when md5 verification fails by telmoagostinho · 9 years ago
  22. 428d107 Do not crash when crashlytics is unavailable. by Filipe Gonçalves · 9 years ago
  23. 4089313 Limit all network access to Wi-Fi only. by Filipe Gonçalves · 9 years ago
  24. 8b8c2d2 - Fix NPE crash when launching the updater from the settings by Jose Pascoal · 9 years ago
  25. 055562d - Fix gapps install button not appearing on main fragment - Bump version number by Jose Pascoal · 10 years ago
  26. 15e77fb - Fix issue with Gapps widget not jumping to right fragment by Jose Pascoal · 10 years ago
  27. 7f6359a improve popup handling. by Filipe Gonçalves · 10 years ago
  28. 7281778 added a popup on startup when no configuration file exists and no wifi is available. by Filipe Gonçalves · 10 years ago
  29. a36d0bd fixed ui update bug when transitioning from download state to preinstall state. by Filipe Gonçalves · 10 years ago
  30. 85b803b - Clear updater preferences on boot to avoid inconsistent states by Jose Pascoal · 10 years ago
  31. a75e181 fixed showing reinstall allert before any app store was actually found in config. by Filipe Gonçalves · 10 years ago
  32. 8d4458f - Fix the Unified partition check by Jose Pascoal · 10 years ago
  33. 60c9937 - Make zip install work on FP1 using the SDcard by Jose Pascoal · 10 years ago
  34. 1e69a0e fix ui update glitches while in dev mode by Filipe Gonçalves · 10 years ago
  35. ec6ecac download broadcast was being wrongfully removed by Filipe Gonçalves · 10 years ago
  36. dd8a824 fix showing of dev mode url edit element. by Filipe Gonçalves · 10 years ago
  37. d5e4d4a - Fix the refresh problem when changing the download url just one more time by Jose Pascoal · 10 years ago
  38. 844a0ea - Revert to Normal state if the zip path is invalid by Jose Pascoal · 10 years ago
  39. 4fe7ba5 - Fix the refresh problem when changing the download url by Jose Pascoal · 10 years ago
  40. 2a8283b - Handle zip installs using the download manager as an entry point by Jose Pascoal · 10 years ago
  41. 7bbcdd0 - Refresh UI after download url update is now working by Jose Pascoal · 10 years ago
  42. b980c86 - Only copy files to cache if the file has more than 0 bytes by Jose Pascoal · 10 years ago
  43. 79357c5 - Allow the updater to open and install zip files by Jose Pascoal · 10 years ago
  44. dca09ac - Show the default url as a hint on the edit box by Jose Pascoal · 10 years ago
  45. 1216b10 Updated the dev mode to be able to request any server in an edit text. by Tiago Costa · 10 years ago
  46. 3d30c7b Removed the Super User necessity by Tiago Costa · 10 years ago
  47. d7e951f Added the Gapps Resolution to the code. It now removes data from the media provider to ensure that the system is now correct after reboot. by Tiago Costa · 10 years ago
  48. 4adf319 - Add error message to abortUpdateProcess() by Jose Pascoal · 10 years ago
  49. 288dd2f - Use RootTools to check cache file existence simple normal file commands don't work by Jose Pascoal · 10 years ago
  50. b03b55c - Set grace period to 24h by Jose Pascoal · 10 years ago
  51. 8f00243 changed transition between frags by Pedro Arelo · 10 years ago
  52. 2ba0f55 code analysis fixes. by Filipe Gonçalves · 10 years ago
  53. 6cf9490 fixed methodology of checking privileges. by Filipe Gonçalves · 10 years ago
  54. 9bb9b6c - Bump version number - Add logs to PrivilegeChecker by Jose Pascoal · 10 years ago
  55. 49ce23c merge privileged and unprivileged codebases, choosing correct methods at runtime.(Part2) by Filipe Gonçalves · 10 years ago
  56. 49f058a - merge privileged and unprivileged codebases, choosing correct methods at runtime.(Part1) by Jose Pascoal · 10 years ago
  57. 714e042 changed name of privilege checker accordingly by Filipe Gonçalves · 10 years ago
  58. 88c1606 add mechanism to identify privileged vs unprivileged app at runtime. by Filipe Gonçalves · 10 years ago
  59. 374207b fix redundant layouts (from code analysis) by Filipe · 10 years ago
  60. 97f2bec fixed handling of lost connectivity during download. by Filipe · 10 years ago
  61. 73fb899 overall layout cleanup by Pedro Arelo · 10 years ago
  62. 060ab28 - Fix nested switch issues by Jose Pascoal · 10 years ago
  63. cfc2dd4 - Fix analyzer issues by Jose Pascoal · 10 years ago
  64. 4091630 - Fix code inspection issues by Jose Pascoal · 10 years ago
  65. c82caac - Handle return values to avoid errors by Jose Pascoal · 10 years ago
  66. 0b48f8d - Fix commit-apply analyzer issue by Jose Pascoal · 10 years ago
  67. cdd8204 - Remove unused methods by Jose Pascoal · 10 years ago
  68. 46fdb06 - Clean Magical numbers and some other issues reported by the Analyzer by Jose Pascoal · 10 years ago
  69. b31d586 Cleanup and refactor guided by Android Studio's code analysis. by Filipe Gonçalves · 10 years ago
  70. 3b08c8b fix showing install update button when no versions (only happens in beta mode). by Filipe Gonçalves · 10 years ago
  71. 776df50 Merge branch 'beta_program' by Filipe Gonçalves · 10 years ago
  72. 6223557 - Clear Gapps popup preference by Jose Pascoal · 10 years ago
  73. 8775874 - Fix for the fragment hell monkey test issue by Jose Pascoal · 10 years ago
  74. 9c8d93a bracketted if clause (much less error-prone) by Filipe Gonçalves · 10 years ago
  75. 42ffc32 If configuration file is externally removed, clear grace period so it tries to download again. by Filipe Gonçalves · 10 years ago
  76. afeac2c Read download url from shared preferences if available. ( for testing purposes ) by Filipe Gonçalves · 10 years ago
  77. 9337278 Updated the main fragment so its not necessary to press back twice by Tiago Costa · 10 years ago
  78. 825414a * force update available screen when in BETA mode. by Filipe Gonçalves · 10 years ago
  79. e02ce35 Turned off the First Time app Store by Tiago Costa · 10 years ago
  80. 837e157 * Support for enabling beta property by Filipe Gonçalves · 10 years ago
  81. 2690ea6 * fixed leftover reference to deleted configuration. by Filipe Gonçalves · 10 years ago
  82. 4c204d8 * report beta and dev modes to the server as request flags. by Filipe Gonçalves · 10 years ago
  83. 6ce7b14 * Clear grace period when removing configuration file. by Filipe Gonçalves · 10 years ago
  84. da00b38 -Bump version number for delivery - Fix Device not supported issue by Jose Pascoal · 10 years ago
  85. 73575aa Imporved the gapps store functionality by Tiago Costa · 10 years ago
  86. 8ad8bfb refactor progress bar setup for legibility and faster reaction. by Filipe Gonçalves · 10 years ago
  87. c984d51 fixed UI inconsistent states due to faulty retrieval of visible fragment. by Filipe Gonçalves · 10 years ago
  88. 712d548 fixed inconsistencies in download when in a very unstable network. by Filipe Gonçalves · 10 years ago
  89. ad527aa Identify supported devices based on build info instead of hard coded config list. by Filipe Gonçalves · 10 years ago
  90. 8b263ad removed debug code by Filipe Gonçalves · 10 years ago
  91. b2536c0 Do not let configuration file download get stuck (currently it happens because Android's DownloadManager sucks) by using a timeout. by Filipe Gonçalves · 10 years ago
  92. 5b65c01 fixed bug preventing configuration download when connected through 3g. by Filipe Gonçalves · 10 years ago
  93. 5b62132 Updater Reminder by Tiago Costa · 10 years ago
  94. daaa32c Updater gapps instalation by Tiago Costa · 10 years ago
  95. bc616bc allow relative download links. by Filipe Gonçalves · 10 years ago
  96. c2545cc - Remove config file before update install by Jose Pascoal · 10 years ago
  97. 6ccaa36 - Fix copy paste error by Jose Pascoal · 10 years ago
  98. beebb8b - Remove info popup from app store page by Jose Pascoal · 10 years ago
  99. 02d8624 - Adapt the fragments to work with both versions and stores by Jose Pascoal · 10 years ago
  100. 1c049e0 - Remove extra store fragment by Jose Pascoal · 10 years ago