1. 3a80cc0 - Fix left-end padding issues - Fix missing content description issues by Jose Pascoal · 9 years ago
  2. cdd8204 - Remove unused methods by Jose Pascoal · 9 years ago
  3. 46fdb06 - Clean Magical numbers and some other issues reported by the Analyzer by Jose Pascoal · 9 years ago
  4. 4bc003a - Remove unused resources by Jose Pascoal · 9 years ago
  5. b31d586 Cleanup and refactor guided by Android Studio's code analysis. by Filipe Gonçalves · 9 years ago
  6. a48daba README.md edited online with Bitbucket by José Pascoal · 9 years ago
  7. 7aff7c4 README.md edited online with Bitbucket by José Pascoal · 9 years ago
  8. 3b08c8b fix showing install update button when no versions (only happens in beta mode). by Filipe Gonçalves · 9 years ago
  9. 776df50 Merge branch 'beta_program' by Filipe Gonçalves · 9 years ago
  10. 6223557 - Clear Gapps popup preference by Jose Pascoal · 9 years ago
  11. 8704f70 remove useless AndroidStudio file by Filipe Gonçalves · 9 years ago
  12. ce832d1 -Bump version number by Jose Pascoal · 9 years ago
  13. f3647bb updated .gitignore to avoid commiting internal android studio files. by Filipe Gonçalves · 9 years ago
  14. 8775874 - Fix for the fragment hell monkey test issue by Jose Pascoal · 9 years ago
  15. b6e3054 add android studio integration by Filipe Gonçalves · 9 years ago
  16. 07a2ab8 add gradle wrapper by Filipe Gonçalves · 9 years ago
  17. 800e8b2 gradle improvements by Filipe Gonçalves · 9 years ago
  18. 8edd395 Gradle integration by Filipe Gonçalves · 9 years ago
  19. 9c8d93a bracketted if clause (much less error-prone) by Filipe Gonçalves · 9 years ago
  20. 42ffc32 If configuration file is externally removed, clear grace period so it tries to download again. by Filipe Gonçalves · 9 years ago
  21. afeac2c Read download url from shared preferences if available. ( for testing purposes ) by Filipe Gonçalves · 9 years ago
  22. 9337278 Updated the main fragment so its not necessary to press back twice by Tiago Costa · 9 years ago
  23. 825414a * force update available screen when in BETA mode. by Filipe Gonçalves · 9 years ago
  24. e02ce35 Turned off the First Time app Store by Tiago Costa · 9 years ago
  25. 837e157 * Support for enabling beta property by Filipe Gonçalves · 9 years ago
  26. 2690ea6 * fixed leftover reference to deleted configuration. by Filipe Gonçalves · 9 years ago
  27. 4c204d8 * report beta and dev modes to the server as request flags. by Filipe Gonçalves · 9 years ago
  28. 6ce7b14 * Clear grace period when removing configuration file. by Filipe Gonçalves · 9 years ago
  29. da00b38 -Bump version number for delivery - Fix Device not supported issue by Jose Pascoal · 9 years ago
  30. 73575aa Imporved the gapps store functionality by Tiago Costa · 9 years ago
  31. 8ad8bfb refactor progress bar setup for legibility and faster reaction. by Filipe Gonçalves · 9 years ago
  32. c984d51 fixed UI inconsistent states due to faulty retrieval of visible fragment. by Filipe Gonçalves · 9 years ago
  33. 712d548 fixed inconsistencies in download when in a very unstable network. by Filipe Gonçalves · 9 years ago
  34. ad527aa Identify supported devices based on build info instead of hard coded config list. by Filipe Gonçalves · 9 years ago
  35. 08a38f1 changed configuration download notification text to be less misleading. by Filipe Gonçalves · 9 years ago
  36. 8b263ad removed debug code by Filipe Gonçalves · 9 years ago
  37. 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 · 9 years ago
  38. 1d36aa1 -Fix download Url by Jose Pascoal · 9 years ago
  39. 879e50a Updated the strings by Tiago Costa · 9 years ago
  40. 5b65c01 fixed bug preventing configuration download when connected through 3g. by Filipe Gonçalves · 9 years ago
  41. 5b62132 Updater Reminder by Tiago Costa · 9 years ago
  42. daaa32c Updater gapps instalation by Tiago Costa · 9 years ago
  43. bc616bc allow relative download links. by Filipe Gonçalves · 9 years ago
  44. c2545cc - Remove config file before update install by Jose Pascoal · 9 years ago
  45. 6ccaa36 - Fix copy paste error by Jose Pascoal · 9 years ago
  46. 9ba1965 - Add app store back button resources by Jose Pascoal · 9 years ago
  47. beebb8b - Remove info popup from app store page by Jose Pascoal · 9 years ago
  48. 02d8624 - Adapt the fragments to work with both versions and stores by Jose Pascoal · 9 years ago
  49. 1c049e0 - Remove extra store fragment by Jose Pascoal · 9 years ago
  50. ad4ea57 - Clean layouts - Fix fragment flow (still buggy) by Jose Pascoal · 9 years ago
  51. eb0a1ed - Remove Gapps widget intermidiate states and logic by Jose Pascoal · 9 years ago
  52. 198bf3d Added the flow for the store update. by Tiago Costa · 9 years ago
  53. 3add03e Added the app store install list, install and download fragement. by Tiago Costa · 9 years ago
  54. b1b250c fixed copy validation path in gapps widget by Filipe Gonçalves · 9 years ago
  55. 2668572 fixed compilation errors by Filipe Gonçalves · 9 years ago
  56. 72dac94 validate downloaded file copy to cache before attempt to prepare recovery install. by Filipe Gonçalves · 9 years ago
  57. bf5e08c fix build date parameter. by Filipe Gonçalves · 9 years ago
  58. cd0f33d add extra info to update request [fixes FP-156] by Filipe Gonçalves · 9 years ago
  59. 6860a9d - Fix for FP-161 by Jose Pascoal · 9 years ago
  60. 6d360e2 Updater changes for app stores by Tiago Costa · 9 years ago
  61. 8f226b0 grace period for configuration file download; cleanup unused imports; respect forceDownload flag; bump version number; by Filipe Gonçalves · 9 years ago
  62. 79f668d fixed copy paste bug ( wrong constant variable name ) by Filipe Gonçalves · 9 years ago
  63. 77019fc Resolved an issue where the gapps warning did not show. by Tiago Costa · 9 years ago
  64. 87925fe Setup the updater to show a notification and a help support page by Tiago Costa · 9 years ago
  65. 8b42811 Resolved the padding of the updater by Tiago Costa · 10 years ago
  66. 78dad62 - Update translations - Bump version number by Jose Pascoal · 10 years ago
  67. 7c47e2d Resolved issues: by Tiago Costa · 10 years ago
  68. 73eda41 Issue resolution: by Tiago Costa · 10 years ago
  69. c172d89 - Fix fpr FP-152 by Jose Pascoal · 10 years ago
  70. 0a5be01 - Fix cache full issue on FP1 1GB by Jose Pascoal · 10 years ago
  71. 9e96de3 Updater version bump by Tiago Costa · 10 years ago
  72. 1fbc863 - Update translations by Jose Pascoal · 10 years ago
  73. d62becd - Fix layouts due to translations by Jose Pascoal · 10 years ago
  74. 9008b61 Added the first time for info show by Tiago Costa · 10 years ago
  75. 3855faa Updater for Info Icon by Tiago Costa · 10 years ago
  76. 19fbfb9 - Add first translations(still needs layout check) by Jose Pascoal · 10 years ago
  77. b40bfc1 * updated Android.mk to work on lollipop build by Filipe Gonçalves · 10 years ago
  78. 35c7f82 Remove unused lib by Jose Pascoal · 10 years ago
  79. a629995 * updated repo structure to hold only Updater project. by Filipe Gonçalves · 10 years ago
  80. 62a3476 * removed Hoem and PoM projects by Filipe Gonçalves · 10 years ago
  81. 9c9f336 Merge branch 'gappsOnUpdater' by Filipe Gonçalves · 10 years ago
  82. a65f943 - Fix typo by Jose Pascoal · 10 years ago
  83. 3d80af2 - Fix Portuguese translations by Jose Pascoal · 10 years ago
  84. cbecf54 - Small changes due to user validation - Bump version number by Jose Pascoal · 10 years ago
  85. da015b1 - Cancel download if connection is lost by Jose Pascoal · 10 years ago
  86. aa579a8 - Major bug fix by Jose Pascoal · 10 years ago
  87. 702d694 * cancel gapps download when connectivity is lost. by Filipe Gonçalves · 10 years ago
  88. d28bd62 * Cancel update downloads upon loss of connectivity. by Filipe Gonçalves · 10 years ago
  89. 799e394 - Avoid null pointer when using the fragmentManager by Jose Pascoal · 10 years ago
  90. 86ea19e - Hide older versions list if there is only one version - Fix translation typo by Jose Pascoal · 10 years ago
  91. c961dcb - Added portuguese translations by Jose Pascoal · 10 years ago
  92. d0dfe91 * fixed non-updating fragments after newest configuration is downloaded. by Filipe Gonçalves · 10 years ago
  93. 93452cc - Fixes gapps launching the updater task on the background by Jose Pascoal · 10 years ago
  94. 14101a9 - Bump version for FP-1.8 by Jose Pascoal · 10 years ago
  95. b01dd26 - Remove version name from install button on version details fragment by Jose Pascoal · 10 years ago
  96. 8a31c8d - Remove warning notes feature by Jose Pascoal · 10 years ago
  97. d6c19a7 - Add erase all data warning to confirmation popup layout by Jose Pascoal · 10 years ago
  98. 86373a4 - Replace Other OS latest version name textview with a button by Jose Pascoal · 10 years ago
  99. 733b84e - Revert access request to CopyToCacheAsyncTask by Jose Pascoal · 10 years ago
  100. 9161438 - Hide version details wrnings group by Jose Pascoal · 10 years ago