Commit Graph

  • b2d363b947 Add new Nearby icon to share dialog mvp76 2016-11-21 14:39:15 +01:00
  • 4a25df8461 Add version items directly to RecyclerView mvp76 2016-11-21 10:48:51 +01:00
  • 0855c0affe Change icon for versions (and add string!) mvp76 2016-11-18 16:07:18 +01:00
  • f3e88535f9 Load feature graphic (currently large icon) mvp76 2016-11-18 15:55:44 +01:00
  • 30bcad963e Move from ListView to LinearLayout temporarily mvp76 2016-11-18 15:32:46 +01:00
  • 7061e47a8c Fix toolbar icons mvp76 2016-11-16 20:45:10 +01:00
  • 5a0b625dc0 Add Nearby to share (if applicable) mvp76 2016-11-16 14:42:59 +01:00
  • 46308dcbde Added share to details view mvp76 2016-11-16 14:05:23 +01:00
  • d90cb040b1 Move some files and add donate section mvp76 2016-11-16 11:05:20 +01:00
  • d3247b9cfd Post update, so all receivers have run mvp76 2016-11-11 15:01:51 +01:00
  • be16137553 Install/Uninstall mvp76 2016-11-11 11:23:07 +01:00
  • 7469a1cdab Some layout and color fixes mvp76 2016-11-10 19:54:33 +01:00
  • 88c60b98f9 Added permissions section mvp76 2016-11-10 19:44:35 +01:00
  • 56f0505d4a Added versions section mvp76 2016-11-10 18:11:12 +01:00
  • 0898db3490 Add click handler to links mvp76 2016-11-10 17:41:12 +01:00
  • 3eb2a5eb96 Added the links section, cleanup some code mvp76 2016-11-10 16:54:22 +01:00
  • 34450569b3 Initial work on details view mvp76 2016-11-10 12:44:18 +01:00
  • f355232bd5 Build changes mvp76 2016-11-10 12:36:11 +01:00
  • 99216d923a Bump to 0.102-alpha3 v0.102-alpha3 Daniel Martí 2016-11-16 22:06:03 +00:00
  • 43303d17cc Merge branch 'master' into 'master' Peter Serwylo 2016-11-16 21:39:24 +00:00
  • 35996952ef Merge branch 'rework-net-for-0.102' into 'master' Peter Serwylo 2016-11-16 21:19:15 +00:00
  • e01ec5f3e8 Fixed long version overriding app name (issue #322) aleksandar-stefanovic 2016-11-16 21:46:55 +01:00
  • b799fe8494 follow "Only on WiFi" preference strictly Hans-Christoph Steiner 2016-11-15 21:36:05 +01:00
  • 5925851f40 Pull translation updates from Weblate F-Droid Translatebot 2016-11-15 20:27:30 +00:00
  • 495686504a change android.mk v0.102-alpha1-belos Danial Behzadi 2016-11-15 09:42:28 +00:00
  • 7e7ec966ee improved internet state handling for updates, including metered Hans-Christoph Steiner 2016-11-10 16:00:11 +01:00
  • e14cb9d16a treat ethernet as WiFi when checking updates Hans-Christoph Steiner 2016-11-10 14:28:35 +01:00
  • 6545a26e31 set HTTP User Agent to "F-Droid" Hans-Christoph Steiner 2016-11-10 16:54:27 +01:00
  • ab1e869ebe use HEAD request when just checking the file size Hans-Christoph Steiner 2016-11-10 13:30:06 +01:00
  • 096b7132c4 prevent AppDetailsHeaderFragment crash in startProgress() Hans-Christoph Steiner 2016-11-10 12:55:35 +01:00
  • b9dad4bce6 handle dirs and I/O errors when parsing ACTION_PACKAGE_ADDED Intents Hans-Christoph Steiner 2016-11-10 11:02:32 +01:00
  • b852c0dca0 Merge branch 'category-table' into 'master' Hans-Christoph Steiner 2016-11-10 10:19:06 +00:00
  • 0c6ca09a7d Merge branch 'partially-fix-520--performance-when-changing-preference' into 'master' Hans-Christoph Steiner 2016-11-10 10:17:03 +00:00
  • b2b108c39e Merge branch 'fix-800--npe-uninstalling' into 'master' Hans-Christoph Steiner 2016-11-10 08:36:00 +00:00
  • b2c497e5b9 Only update suggested versions, not other unneeded things. Peter Serwylo 2016-11-10 12:57:48 +11:00
  • fdc95c071d Rename from 'calc app details' to 'calc all details' Peter Serwylo 2016-11-10 12:25:54 +11:00
  • f060efb7ba Remove outdated doc comment and simplify method. Peter Serwylo 2016-11-10 12:22:37 +11:00
  • a7a52fbfba Fall back to InstalledAppProvider when trying to identify the apk to uninstall. Peter Serwylo 2016-11-10 11:16:29 +11:00
  • 2263352ca4 Add test for miscellanious update from f-droid.org metadata Peter Serwylo 2016-11-10 08:36:47 +11:00
  • 9785536910 Use the Query object rather than the SQLiteDatabase#query() method. Peter Serwylo 2016-10-25 22:15:33 +11:00
  • 354f0a9b53 Make it explicit that the CATEGORIES column is not for selecting from. Peter Serwylo 2016-10-20 13:03:03 +11:00
  • 68f666685f Make category helper functions query new category table Peter Serwylo 2016-10-16 18:51:23 +11:00
  • 634fe1084a Move category helper functions to CategoryProvider Peter Serwylo 2016-10-13 12:25:16 +11:00
  • a7a7f77b42 Refactored categories field from column in metadata table to join table. Peter Serwylo 2016-10-13 10:17:54 +11:00
  • b2d5bcc94a When querying based on category, use join table. Peter Serwylo 2016-09-11 12:41:08 +07:00
  • 3e3fdd5c07 Added category to keyword search. Peter Serwylo 2016-09-11 12:37:53 +07:00
  • 8757acca1a Added category provider. Peter Serwylo 2016-10-13 09:27:55 +11:00
  • 99f7cab62e Added "category" table and "category to app metadata" join table. db-version/65 Peter Serwylo 2016-10-13 09:27:44 +11:00
  • bb7cfc14cc Comments for the Schema.PackageTable. Peter Serwylo 2016-10-13 09:14:11 +11:00
  • 19ca68cb30 Removed unused category view in app details. Peter Serwylo 2016-10-13 10:16:17 +11:00
  • 6f0b33a092 Bump to 0.102-alpha2 v0.102-alpha2 Daniel Martí 2016-11-02 21:19:34 +00:00
  • eae81b51ee Pull translation updates from Weblate F-Droid Translatebot 2016-11-02 21:03:42 +00:00
  • dd5f84f226 Merge branch 'ci-bumps' into 'master' Hans-Christoph Steiner 2016-11-01 18:44:21 +00:00
  • 21fd5539a5 remove share and fix email in about Amir Hossein Goodarzi (Numb) 2016-11-01 15:27:40 +03:30
  • 04c7176a2a Bump checkstyle to 7.2 Daniel Martí 2016-10-31 14:19:30 +00:00
  • 28853fb2ec Bump ACRA to 4.9.1 Daniel Martí 2016-10-31 14:07:41 +00:00
  • a2456d7fc5 fix repo URL in about numb95 2016-10-27 12:50:30 +03:30
  • 5fd791dc67 Merge branch 'master' of gitlab.com:belos/Belmarket numb95 2016-10-27 12:37:55 +03:30
  • 97205f172c change fdroid.org to belmaket.ir numb95 2016-10-27 12:37:23 +03:30
  • 9284fba673 change f-droid.org to belmarket.ir numb95 2016-10-27 12:36:41 +03:30
  • 7411f2b387 Update .gitlab-ci.yml Amir Hossein Goodarzi (Numb) 2016-10-25 15:14:12 +00:00
  • a27e0591fb Update .gitlab-ci.yml Amir Hossein Goodarzi (Numb) 2016-10-25 14:30:33 +00:00
  • 8c68849e82 Merge branch 'clear-up-reset-transient' into 'master' Hans-Christoph Steiner 2016-10-25 14:07:22 +00:00
  • ee4c927700 Update .gitlab-ci.yml Amir Hossein Goodarzi (Numb) 2016-10-25 13:53:56 +00:00
  • 201664d871 add english and persian as languages numb95 2016-10-25 16:55:24 +03:30
  • e5ae455cdf fix colors numb95 2016-10-25 16:06:56 +03:30
  • 8b2c0fb737 fix style and edit fdroid.fdroid.org to org.belmarket.shop numb95 2016-10-25 15:34:14 +03:30
  • 6aba30fe7f Merge branch 'new-ci' into 'master' Daniel Martí 2016-10-25 11:07:39 +00:00
  • 2bd7b0d73e before rebase Danial Behzadi 2016-10-25 10:57:30 +03:30
  • 70b12acbc0 color and name editing Amir Hossein Goodarzi (Numb) 2016-08-15 15:14:24 +04:30
  • 2aa004eba9 fix names and color Amir Hossein Goodarzi (Numb) 2016-08-10 18:31:48 +04:30
  • c1009e0d66 color and name editing Amir Hossein Goodarzi (Numb) 2016-08-15 15:14:24 +04:30
  • e15edc8226 fix names and color Amir Hossein Goodarzi (Numb) 2016-08-10 18:31:48 +04:30
  • 55ca6129e8 Pull translation updates from Weblate F-Droid Translatebot 2016-10-23 16:28:43 +01:00
  • 0a2cd98bdd Added explicit test for null permissions. Peter Serwylo 2016-10-16 20:52:42 +11:00
  • 6d89fca664 Guard against null, and improve logging in ApkVerifier. Peter Serwylo 2016-10-16 20:28:19 +11:00
  • 3b9db81b89 Added test for querying apps based on category Peter Serwylo 2016-09-08 13:05:38 +10:00
  • f0dc0e0fd4 Migrating category tests to their own class in preperation for giving them their own DB table Peter Serwylo 2016-09-08 12:48:57 +10:00
  • 9cc81efdc8 Guard against getRunningAppProcesses() returning null Peter Serwylo 2016-10-13 06:22:15 +11:00
  • 39b1b00ce0 Extract code to check for ACRA process into method Peter Serwylo 2016-10-13 06:20:04 +11:00
  • ee662085a7 Pull translation updates from Weblate F-Droid Translatebot 2016-10-12 13:20:52 +01:00
  • ba9896f2f4 support extended 'uses-permissions' tags in APKs Hans-Christoph Steiner 2016-10-10 11:26:04 +02:00
  • 2ff49c887e move shareable test classes into new separate section: testShared Hans-Christoph Steiner 2016-10-07 12:15:15 +02:00
  • 6aeddcdb59 rename Apk.permissions to requestedPermissions like PackageInfo Hans-Christoph Steiner 2016-10-07 09:42:43 +02:00
  • 5a1a33a9a6 fix lint UnsafeProtectedBroadcastReceiver Hans-Christoph Steiner 2016-10-10 20:13:41 +02:00
  • be3b7e528e fix "Repeated word "en" in message: possible typo" Hans-Christoph Steiner 2016-10-10 20:01:15 +02:00
  • 8a789f93d3 bump to errors: AppCompatMethod, NestedScrolling, StringFormatCount Hans-Christoph Steiner 2016-10-10 09:38:02 +02:00
  • 0a56609ce6 fix lint StringFormatCount Hans-Christoph Steiner 2016-10-10 09:36:12 +02:00
  • fd32b9c6de use apply() with all SharedPreferences Hans-Christoph Steiner 2016-10-10 09:44:18 +02:00
  • f800d973b1 Only drop fdroid_installedApp if it exists Peter Serwylo 2016-10-11 00:13:28 +11:00
  • 6ef0106665 Fix migration for DB version 50. Peter Serwylo 2016-10-11 00:04:34 +11:00
  • 8432ba047c Added a test which runs all DB migrations since DB version 42. Peter Serwylo 2016-10-10 23:40:45 +11:00
  • 37d02f89e3 Bump to 0.102-alpha1 Daniel Martí 2016-10-06 22:37:09 +01:00
  • 709bbe3461 fix crash loop when upgrading from v0.101 Hans-Christoph Steiner 2016-10-06 23:10:01 +02:00
  • f648e9773f Start off 0.102 changelog Daniel Martí 2016-10-06 21:15:47 +01:00
  • 1f879df992 improved Apk.toString() for easier debugging Hans-Christoph Steiner 2016-10-06 19:45:16 +02:00
  • 0a00e458d1 remove unused ContentValuesCursor class Hans-Christoph Steiner 2016-10-06 15:33:25 +02:00
  • d98cbf66c3 make sure uninstall process has an Apk instance Hans-Christoph Steiner 2016-10-05 21:35:15 +02:00
  • 3fb9e830a5 InstallManagerService.cancel() to handle all cancellation Hans-Christoph Steiner 2016-09-30 11:34:02 +02:00
  • 7e8a633460 auto-download and -install any associated OBB files Hans-Christoph Steiner 2016-10-06 17:43:43 +02:00