Commit Graph

  • fff7999aac App List: Category "chip" and free text searching of apps Peter Serwylo 2016-11-24 11:50:36 +11:00
  • 9bc72ff102 App list: Show a list of apps matching a particular category. Peter Serwylo 2016-11-24 11:50:28 +11:00
  • f5e6d73999 Categories: Show list of all categories in the main view. Peter Serwylo 2016-11-24 11:42:22 +11:00
  • 53df5473f5 My Apps: Added the list of updateable apps to the main view. Peter Serwylo 2016-11-24 06:56:10 +11:00
  • 69b58c7646 Whats New: Added list of recently updated apps to the main view. Peter Serwylo 2016-11-24 10:56:15 +11:00
  • 517301194b Swap: Added splash screen to "Nearby" tab on main screen. Peter Serwylo 2017-02-21 11:17:06 +11:00
  • b151374a6c Introduce new main activity, currently mostly empty. Peter Serwylo 2017-02-21 11:34:07 +11:00
  • f0d4f8f01a Make autoDownloadUpdatesUpdateService part of the public API of UpdateService. Peter Serwylo 2016-11-24 06:54:41 +11:00
  • 226554c026 Toolbar instead of ActionBar in RepoDetailsActivity. Peter Serwylo 2017-02-14 11:16:23 +11:00
  • d8dc1698d6 Toolbar instead of ActionBar in ManageReposActivity. Remove need for Fragment in manage repos. Peter Serwylo 2016-11-17 15:20:02 +11:00
  • 30701ff9ac Change theme to not have an action bar. Peter Serwylo 2016-11-24 09:58:43 +11:00
  • 1bb82fa077 No longer limit VectorDrawables to AppDetails2. Peter Serwylo 2016-12-08 18:45:31 +11:00
  • ba82cfcfc5 Bumped support lib versions. Added dependencies for new UI. Peter Serwylo 2016-11-24 08:51:12 +11:00
  • 04182b64aa Merge branch 'mvp76--notifications_742' into 'master' Peter Serwylo 2017-03-01 03:42:39 +00:00
  • eb3c6e6e0b Fix lint warnings. Peter Serwylo 2017-03-01 13:41:23 +11:00
  • d43b31a701 Fix checkstyle errors mvp76 2017-02-28 23:43:23 +01:00
  • 0b53f69427 Remove static from appMapping mvp76 2017-02-28 23:15:31 +01:00
  • 238dff5c10 Update download progress for OBB files mvp76 2017-02-28 22:45:41 +01:00
  • 1418a419ea Remove "InstallError" entries when clearing notification mvp76 2017-02-28 22:24:26 +01:00
  • a8509ae833 Added a comment about the key being the downloadUrl mvp76 2017-02-28 22:07:40 +01:00
  • 7b446daf3f Make AppUpdateStatusManager a singleton mvp76 2017-02-28 21:57:51 +01:00
  • a4c187f3e1 Add strings for first time installs mvp76 2017-02-28 17:15:42 +01:00
  • 04d2d004a3 Add logic to show/hide notifications based on appdetails screen mvp76 2017-02-28 16:33:37 +01:00
  • d2cc4fcb05 Set blue color on notifications mvp76 2017-02-28 15:18:02 +01:00
  • 40a061ae73 Fix for old devices mvp76 2017-02-28 15:10:05 +01:00
  • 583ea96816 Clarify that the pendingIntent arg can be null. Peter Serwylo 2017-02-24 12:16:19 +11:00
  • 2ad61a4eb7 Replace setApkInternal with more specific functions. Peter Serwylo 2017-02-24 11:35:20 +11:00
  • d00de69974 Extract "remove apk" code to simplify setApkInternal(). Peter Serwylo 2017-02-24 10:51:22 +11:00
  • 30d3f8efcc Make "batchUpdates" mode an implementation detail of the AddUpdateStatusManager class. Peter Serwylo 2017-02-24 11:42:15 +11:00
  • aa945367c9 Pass potentially nullable argument instead of guarding. Peter Serwylo 2017-02-24 15:21:49 +11:00
  • d2ef357403 Invert if statement to bail early. Peter Serwylo 2017-02-24 14:35:35 +11:00
  • 7329dc5d8d Return notification instead of builder. Peter Serwylo 2017-02-24 14:31:57 +11:00
  • ef7d8dfce9 Make updates/installed final to slightly simplify code. Peter Serwylo 2017-02-24 12:43:44 +11:00
  • a2997747af Clarify the unused status of notificationManager Peter Serwylo 2017-02-24 12:19:08 +11:00
  • 0b1940c4bf Make it explicit that it may return null. Peter Serwylo 2017-02-24 10:29:01 +11:00
  • 875b0d091f Replace if/else with switch Peter Serwylo 2017-02-24 12:11:49 +11:00
  • 49f20f64b3 Added documentation. Peter Serwylo 2017-02-24 11:45:09 +11:00
  • 1a9f5d60bf Remove dead code Peter Serwylo 2017-02-24 10:30:45 +11:00
  • c81b2c7fe4 Minor formatting. Peter Serwylo 2017-02-24 12:14:06 +11:00
  • f7e12b4f25 Icon fixes and general tweaks mvp76 2017-02-23 11:42:44 +01:00
  • 28d683e16a Add intent for "installed" state mvp76 2017-02-22 09:57:47 +01:00
  • 0461860479 Removed "installed" notification when entering Details screen. mvp76 2017-02-15 15:55:31 +01:00
  • 7efa62891d Use strings, async image loading, "unknown" status added. mvp76 2017-02-15 15:51:08 +01:00
  • 55c7a21c90 Move app status handling to new AppUpdateStatusManager mvp76 2017-02-13 15:46:37 +01:00
  • 10cbf1ef7a Create notification helper class mvp76 2016-11-28 17:30:58 +01:00
  • 9ded5eb974 ApkFileProvider: Explicitly grant read permission to PrivExt Chirayu Desai 2017-02-28 17:47:36 +05:30
  • 2a7a8ac38b PrivilegedInstaller: Use ContentUri on Nougat (24) and above Chirayu Desai 2017-02-28 17:47:29 +05:30
  • f5065c93a8 always refresh APKs in DB at start with timestamps < 2010-01-01 Hans-Christoph Steiner 2016-12-08 00:01:48 +01:00
  • 9e1458f41e Merge branch 'nougat' into 'master' Hans-Christoph Steiner 2017-02-28 18:38:46 +00:00
  • 1a586511cf ApkFileProvider: Explicitly grant read permission to PrivExt Chirayu Desai 2017-02-28 17:47:36 +05:30
  • c004f1ce10 PrivilegedInstaller: Use ContentUri on Nougat (24) and above Chirayu Desai 2017-02-28 17:47:29 +05:30
  • 3ca3a6d699 Merge branch 'preperation-for-new-ui' into 'master' Peter Serwylo 2017-02-28 02:40:14 +00:00
  • 6ac62d791a Merge branch 'prep-for-new-index' into 'master' Peter Serwylo 2017-02-28 02:35:15 +00:00
  • a93904d907 Added preference to manage repositories Peter Serwylo 2016-11-17 12:11:34 +11:00
  • bdde162f56 Notify when new categories are available, old ones are no longer available. Peter Serwylo 2016-12-19 12:56:07 +11:00
  • f4c03c6baa Make category searching case insensitive. Only works for ASCII :( Peter Serwylo 2016-11-01 00:24:10 +11:00
  • 25d2659b93 Be more explicit about searching categories with free form text. Peter Serwylo 2016-11-01 00:14:54 +11:00
  • a8d8e65698 Added query for 'top X apps in category' and associated test Peter Serwylo 2016-10-20 09:49:22 +11:00
  • 601c85103e fields as instance vars: icon, mirrors for Repo; antiFeatures for Apk db-version/66 Hans-Christoph Steiner 2017-02-27 14:23:14 +01:00
  • bc0db92c50 ensure that App description is never null Hans-Christoph Steiner 2016-12-05 13:51:59 +01:00
  • 611fd6e5e3 rename App instance vars to match fdroidserver field names Hans-Christoph Steiner 2016-11-25 23:36:37 +01:00
  • 199ab44ec3 deprecate App.requirements[], was only used for RequiresRoot Hans-Christoph Steiner 2016-12-01 20:19:54 +01:00
  • 6fb1207ae6 always refresh APKs in DB at start with timestamps < 2010-01-01 Hans-Christoph Steiner 2016-12-08 00:01:48 +01:00
  • 34dbf49f6c gitlab-ci: put all the static tests into test job Hans-Christoph Steiner 2017-02-24 22:20:02 +01:00
  • 6f43d4eb18 make checkstyle happy with instance variable names Hans-Christoph Steiner 2017-02-24 21:19:17 +01:00
  • 7b802eaf2f Bump to 0.102.1 v0.102.1 Hans-Christoph Steiner 2017-02-24 17:14:37 +01:00
  • bfc1060bfb Merge branch 'new-ui--app-details-2' into 'master' Hans-Christoph Steiner 2017-02-24 15:27:29 +00:00
  • bb4409457b Merge branch 'old-perm' into 'master' Hans-Christoph Steiner 2017-02-24 15:14:01 +00:00
  • 064af8c94c remove empty Kurdish strings.xml that breaks 'tools' test Hans-Christoph Steiner 2017-02-24 16:02:16 +01:00
  • e27ce21b65 Merge branch 'fix-817--info-why-priv-extension-disabled' into master Hans-Christoph Steiner 2017-02-24 15:56:32 +01:00
  • 4090132d84 Merge branch 'investigate-854--uninstall-error' into stable-v0.102.1 Hans-Christoph Steiner 2017-02-24 15:37:48 +01:00
  • 242cdb5dd4 Make 3rd party AppCompatListPreference adhere to our checkstyle rules. Peter Serwylo 2017-02-20 08:47:59 +11:00
  • 1fdb573774 Use AppCompatListPreference from QuickLyric to fix dialog themes. Peter Serwylo 2017-02-20 08:42:25 +11:00
  • 88ee9849f7 Use AppCompatActivity instead of deprecated ActionBarActivity Peter Serwylo 2017-02-20 08:41:48 +11:00
  • 0ee14800c3 Merge branch 'fix-750--white-background-on-popup' into master Hans-Christoph Steiner 2017-02-24 15:28:33 +01:00
  • 5e59138082 Remove unused permission org.fdroid.fdroid.privileged.USE_SERVICE Chirayu Desai 2017-02-23 19:45:28 +05:30
  • 75eb72c50b Show material-design-ripple in background when touching list item. Peter Serwylo 2017-02-22 10:18:09 +11:00
  • 2101ec4bbc Remove Privileged Installer preference when appropriate. Peter Serwylo 2017-02-15 14:23:27 +11:00
  • 109c795dd1 Pull translation updates from Weblate F-Droid Translatebot 2017-02-20 16:00:03 +11:00
  • 81aacac592 Make 3rd party AppCompatListPreference adhere to our checkstyle rules. Peter Serwylo 2017-02-20 08:47:59 +11:00
  • 79ecffc91c Use AppCompatListPreference from QuickLyric to fix dialog themes. Peter Serwylo 2017-02-20 08:42:25 +11:00
  • 2c1a059da9 Use AppCompatActivity instead of deprecated ActionBarActivity Peter Serwylo 2017-02-20 08:41:48 +11:00
  • 94403d1d7e When resuming the activity check for uninstall/install in the mean time. Peter Serwylo 2017-02-15 13:36:20 +11:00
  • ff6a60ae26 Make exception more explicit by including root cause and package name. Peter Serwylo 2017-02-15 10:31:41 +11:00
  • 2db46e0794 Pull translation updates from Weblate F-Droid Translatebot 2017-01-04 12:01:10 +00:00
  • 56ccc09f90 Merge branch 'ci-update' into 'master' Daniel Martí 2016-12-23 16:35:16 +00:00
  • 3d20a07c8a Update CI image and build-tools to 25.0.2 Daniel Martí 2016-12-23 12:55:28 +01:00
  • 6a6cede4de More specific paddings round the "collapsable lists" at the bottom of app details. Peter Serwylo 2016-12-21 22:16:09 +11:00
  • d54c138a1d Work on the "Donate" styles. Peter Serwylo 2016-12-21 22:14:23 +11:00
  • 7997024a18 Adjust 0.102 release date in changelog Daniel Martí 2016-12-13 18:39:41 +00:00
  • f9f0a0f91c Merge branch 'app_details_749' into 'master' Peter Serwylo 2016-12-08 01:19:49 +00:00
  • 2b088bc438 README: clarify AM/PM meeting time via 24h format Daniel Martí 2016-12-07 22:31:27 +00:00
  • 2c0a5fcb21 Checkstyle fixes mvp76 2016-12-07 23:25:34 +01:00
  • 42b188a005 Merge branch 'correct-meeting-time' into 'master' Daniel Martí 2016-12-07 21:39:28 +00:00
  • 2b98f5477b Correct meeting time Nico Alt 2016-12-07 22:33:19 +01:00
  • 56575c3291 Bugfix, don't show "more" if we have MAX_LINES lines. mvp76 2016-12-06 09:45:35 +01:00
  • 65b16beb61 Make sure right view is selected as anchor on "more"-expansion mvp76 2016-12-06 09:44:46 +01:00
  • 734741c8f4 New implementation that is commented + easier to understand mvp76 2016-12-05 18:31:41 +01:00
  • ccf763199f Replace if's with switches Peter Serwylo 2016-12-05 22:54:58 +11:00
  • a00534c7c7 Obey checkstyle rule preventing 'm' prefix for member variables Peter Serwylo 2016-12-05 22:46:07 +11:00