Commit Graph

  • 15499c9b31 fix AOSP build integration Daniel Micay 2016-02-03 13:25:11 -05:00
  • 1121f858c8 Avoid NPE in Uri.getPath().replaceAll() Daniel Martí 2016-02-02 21:55:45 +00:00
  • 597e9c42a2 Pull translation updates from Weblate F-Droid Translatebot 2016-02-06 12:09:08 +00:00
  • 6dbcf95ae7 CHANGELOG: Add more crash fixes Daniel Martí 2016-02-06 12:07:35 +00:00
  • e57b034a62 Add test for searching for forward slashes. Peter Serwylo 2016-02-05 09:55:15 +11:00
  • 81b772c3fd Use appendPath(...) instead of appendEncodedPath(...). Peter Serwylo 2016-02-05 09:51:04 +11:00
  • 46817b1893 Add tests for searching null or empty values. Peter Serwylo 2016-02-04 09:58:42 +11:00
  • 5f08181f7d Remove unused SearchResultsFragment. Peter Serwylo 2016-02-04 09:32:19 +11:00
  • 0646b6473e Merge branch 'fix-286--refreshHeader-crash' into 'master' Daniel Martí 2016-02-06 00:04:26 +00:00
  • d9f0c86c2e Put null check around access of R.id.header fragment. Peter Serwylo 2016-02-05 22:27:11 +11:00
  • 180179eb3a Merge branch 'reactivex--add-as-dependency' into 'master' Daniel Martí 2016-02-05 11:25:12 +00:00
  • 10ccd5c503 Reimplement "peer finder" logic using funcitonal ReactiveX style. Peter Serwylo 2016-01-26 16:17:29 +11:00
  • 73d24d987e Add exception for rxjava in Proguard. Peter Serwylo 2016-02-05 14:00:38 +11:00
  • 5c85302928 Add ReactiveX (rxjava + rxandroid) as dependency Peter Serwylo 2016-01-26 16:16:01 +11:00
  • 23612570a8 Merge branch 'build' into 'master' Daniel Martí 2016-02-03 22:07:39 +00:00
  • 29b6b261a2 Merge branch 'fix-560--searching-only-whitespace' into 'master' Daniel Martí 2016-02-03 21:31:15 +00:00
  • 8060ac88c3 Don't update search query unless it has changed meaningfully. Peter Serwylo 2016-02-04 07:46:14 +11:00
  • bd0e9e0a3c When no keywords to search, use an empty query selection that evaluates to "1". Peter Serwylo 2016-02-04 07:29:00 +11:00
  • 71c507bbfd fix AOSP build integration Daniel Micay 2016-02-03 13:25:11 -05:00
  • 02c8fac906 Merge branch 'null-uri-path' into 'master' Peter Serwylo 2016-02-03 09:17:11 +00:00
  • a028b3f6a2 Avoid NPE in Uri.getPath().replaceAll() Daniel Martí 2016-02-02 21:55:45 +00:00
  • 1cd0bf721a Set date for 0.98 in changelog Ciaran Gultnieks 2016-02-02 18:09:59 +00:00
  • ff3cd9fb11 Drop visibility on some fields and classes Daniel Martí 2016-02-01 15:02:26 +00:00
  • 7f78b46664 Remove AndroidPinning dependency Daniel Martí 2016-02-01 14:31:44 +00:00
  • c198736cd1 Update ACRA to 4.8.0 Daniel Martí 2016-02-01 14:21:49 +00:00
  • a3d4c87101 Update libsuperuser to 1.0.0.201602011018 Daniel Martí 2016-02-01 14:11:50 +00:00
  • df6d1fe625 Bump checkstyle to 6.15 Daniel Martí 2016-02-01 14:08:59 +00:00
  • bf435bce66 Pull translation updates from Weblate F-Droid Translatebot 2016-02-01 12:23:04 +00:00
  • f79d14a59c Bump to alpha0 after stable Daniel Martí 2016-02-01 12:21:37 +00:00
  • e5700bc992 Bump to 0.98 v0.98 Daniel Martí 2016-02-01 12:18:02 +00:00
  • 10a8f349a1 CHANGELOG: Add note about db lock fix Daniel Martí 2016-02-01 12:15:26 +00:00
  • b193a10e69 Bump to 0.98-alpha7 v0.98-alpha7 Daniel Martí 2016-01-29 12:11:16 +00:00
  • 64c0950e76 Fix formatting in values-fa Daniel Martí 2016-01-27 10:58:10 +00:00
  • bf90cf7e9f Remove unused import to make checkstyle happy Peter Serwylo 2016-01-27 07:20:56 +11:00
  • ac0ab7e211 Merge branch 'fix-265--database-locked-crash' into 'master' Daniel Martí 2016-01-26 11:38:34 +00:00
  • 97cc279d99 Fix unit tests to work with a singleton DBHelper instance. Peter Serwylo 2016-01-26 08:49:23 +11:00
  • 5a03f6a786 Pull translation updates from Weblate F-Droid Translatebot 2016-01-25 11:34:20 +00:00
  • f7bbf0e282 Use getApplicationContext() instead of getContext() to prevent memory leaks. Peter Serwylo 2016-01-25 18:02:17 +11:00
  • 63d3006ba8 Fixed yellow in Android studio by adding annotations matching subclass. Peter Serwylo 2016-01-25 08:04:49 +11:00
  • 4957bcb812 Singleton database instance to prevent locking exceptions. Peter Serwylo 2016-01-25 08:02:46 +11:00
  • 426e3da139 README: Add FAQ section with privileged stuff Daniel Martí 2016-01-19 15:36:54 +01:00
  • 11a80ced6b Bump Privileged Extension to 0.1 Daniel Martí 2016-01-19 15:27:44 +01:00
  • fed9e8d103 Bump to 0.98-alpha6 v0.98-alpha6 Daniel Martí 2016-01-19 15:21:28 +01:00
  • 31e99a1331 Merge branch 'fix-541--ignoring-malformed-uri' into 'master' Daniel Martí 2016-01-19 11:32:13 +00:00
  • d23e68be6b Finish main activity after navigating to AppDetails activity. Peter Serwylo 2016-01-18 18:46:23 +11:00
  • 05c6269d53 Pull translation updates from Weblate F-Droid Translatebot 2016-01-14 22:56:44 +01:00
  • 0e60886f14 Run optipng on new drawables Daniel Martí 2016-01-11 01:49:58 +01:00
  • bb1c551cb8 Merge branch 'master' into 'master' Daniel Martí 2016-01-09 13:45:13 +00:00
  • 9aca7da375 Merge branch 'simplify-crash-activity' into 'master' Peter Serwylo 2016-01-08 02:44:31 +00:00
  • 9b01f86fef Merge branch 'fix-524--fdroidrepos-urls' into 'master' Daniel Martí 2016-01-07 13:48:11 +00:00
  • 315f1fa932 Use a better name than "handled" for swap activity. Peter Serwylo 2016-01-07 21:52:49 +11:00
  • b4bf5d6daf Remove unused constant. Peter Serwylo 2016-01-07 21:52:32 +11:00
  • 16b765a6b8 Handle add repo intents after F-Droid is already open. Peter Serwylo 2016-01-07 21:51:22 +11:00
  • e09e1dba0a Properly handle CrashReportActivity recreation relan 2016-01-07 11:45:49 +03:00
  • 16170c0901 Fix null pointer exception on crash report sending relan 2016-01-07 11:21:49 +03:00
  • fea2f9b9cf Use proper theme for CrashReportActivity relan 2016-01-06 15:58:59 +03:00
  • b22674e3e3 README: SDK and gradle are not the only build deps Daniel Martí 2016-01-06 21:55:33 +01:00
  • 6ab5299e40 checkstyle: clean up modules we'll never use Daniel Martí 2016-01-06 21:51:23 +01:00
  • e3b29f9613 Fix regression in prefix/suffix file deletion Daniel Martí 2016-01-06 20:48:07 +01:00
  • dfa3ba2c99 Merge branch 'fix-521--search-after-activity-destroyed' into 'master' Daniel Martí 2016-01-06 17:12:21 +00:00
  • 06c7bb8286 Remove unused strings Daniel Martí 2016-01-06 18:07:43 +01:00
  • 26e0708573 Pull translation updates from Weblate F-Droid Translatebot 2016-01-06 18:03:12 +01:00
  • 7a220077c5 pull-trans: do not revert changes in HEAD Daniel Martí 2016-01-06 18:02:51 +01:00
  • 51cf2db6ac Persian: fix format strings Daniel Martí 2016-01-06 17:58:57 +01:00
  • db1f54c352 Create fragments appropriately in main view. Peter Serwylo 2016-01-05 21:48:28 +11:00
  • 96187bda4c Bump to 0.98-alpha5 v0.98-alpha5 Daniel Martí 2016-01-05 21:18:44 +01:00
  • 0df829034c Add author/email/license display capabilities to app. (Closes: #532) db-version/53 Dominik George 2016-01-04 23:53:28 +01:00
  • 57f5180dae Bump Gradle to 2.9 Daniel Martí 2016-01-05 09:23:36 +01:00
  • e1510d2329 Pull translation updates from Weblate F-Droid Translatebot 2016-01-05 09:03:37 +01:00
  • 4ae5045568 Merge branch 'pmd-fixes' into 'master' Peter Serwylo 2016-01-05 07:10:11 +00:00
  • ea3c95832e Simplify some ifs Daniel Martí 2016-01-03 19:08:52 +01:00
  • 8e193cecff Apk: Don't create Integer object just to compare Daniel Martí 2016-01-03 18:55:15 +01:00
  • 87fb293348 Merge branch 'acra-dialog-styles' into 'master' Daniel Martí 2016-01-03 17:42:17 +00:00
  • a99767f3a6 Remove icon, add scroll view to crash report dialog. Peter Serwylo 2016-01-03 15:48:44 +11:00
  • c2c8c55862 Merge branch 'fix-519--crash-during-swap' into 'master' Daniel Martí 2016-01-03 01:03:14 +00:00
  • d24a6b71b9 Partially revert f2212e33. Make some constructors public again. Peter Serwylo 2016-01-03 11:04:34 +11:00
  • 03c0ef5f65 Make checkstyle happy again Daniel Martí 2016-01-02 20:00:16 +01:00
  • e1058ba46d Remove unused classes Daniel Martí 2016-01-02 19:19:16 +01:00
  • d0c8fecfd3 Remove some public fields and methods Daniel Martí 2016-01-02 19:13:11 +01:00
  • e34192573d Remove some unused code Daniel Martí 2016-01-02 19:04:11 +01:00
  • ae5fb8e8fc Run Studio's imports optimizer Daniel Martí 2016-01-02 18:47:59 +01:00
  • 49d01e0ca3 Use custom layout for ACRA report dialog, not default one. Peter Serwylo 2016-01-02 13:23:24 +11:00
  • e29b6cbdaf Remove code that worked around #334 (now fixed) Daniel Martí 2015-12-29 22:42:49 +01:00
  • 3a8051898a checkstyle: be more strict with curly rules Daniel Martí 2015-12-29 22:16:18 +01:00
  • c1d4248723 checkstyle: Check comment indentation too Daniel Martí 2015-12-29 22:10:19 +01:00
  • 9efe173380 checkstyle: Finally add proper indentation checks Daniel Martí 2015-12-29 22:00:23 +01:00
  • dd4420965d checkstyle: Add more rules that we already obey Daniel Martí 2015-12-29 21:43:29 +01:00
  • 7ed03bdcba checkstyle: EmptyLineSeparator is now fixed Daniel Martí 2015-12-29 12:59:21 +01:00
  • 0f27374452 checkstyle: forbid inner assignments Daniel Martí 2015-12-29 12:55:29 +01:00
  • 6a0c230493 Add NonFreeAssets anti-feature Daniel Martí 2015-12-29 12:36:15 +01:00
  • 0a0dc0d596 AppDetails: don't hide unknown anti-features Daniel Martí 2015-12-29 12:32:21 +01:00
  • 975ce94246 Bump checkstyle to 6.14 Daniel Martí 2015-12-29 12:27:15 +01:00
  • 209ed1dc62 ACRA: use reports@f-droid.org Daniel Martí 2015-12-29 12:10:51 +01:00
  • 1b3080c07d Pull translation updates from Weblate F-Droid Translatebot 2015-12-29 12:03:44 +01:00
  • 352b87f1c4 Merge branch 'acra' into 'master' Peter Serwylo 2015-12-26 22:55:36 +00:00
  • b22466ee66 Add opt-in crash reporting via ACRA Daniel Martí 2015-12-26 19:16:47 +01:00
  • 76cda91e64 Use .FDroidApp in the manifest Daniel Martí 2015-12-26 19:04:19 +01:00
  • 892b47c060 Merge branch 'rename-id-to-package-name' into 'master' Daniel Martí 2015-12-26 10:10:46 +00:00
  • c36529f445 Renaming id -> packageName in local variables/method args/comments/etc. Peter Serwylo 2015-12-26 15:12:58 +11:00
  • feb7a2bd09 Merge branch 'rename-id-to-package-name' into 'master' Daniel Martí 2015-12-24 22:38:22 +00:00