853 Commits

Author SHA1 Message Date
Daniel Martí
15c1b98d5c Release 0.58 0.58 2014-01-10 21:29:25 +01:00
Daniel Martí
6a49d9656c Update changelog 2014-01-10 21:02:27 +01:00
Daniel Martí
9f4bfe015c Fix: Use PreferencesActivity resultCodes properly
This fixes useless restarts/reloads, and missing ones too.
2014-01-10 18:03:02 +01:00
Daniel Martí
c0fad0fe26 Fix: Don't crash if an app has no categories 2014-01-09 12:25:20 +01:00
Daniel Martí
5b4c40fe07 Log the icons dir for the device density 2014-01-08 15:05:36 +01:00
Daniel Martí
3aed80d94b Fix: Don't show "1.0" when sdkLevel is not known yet 2014-01-08 13:14:20 +01:00
Daniel Martí
4edd90d7aa Remove translations of removed strings 2014-01-08 09:49:29 +01:00
Daniel Martí
837683217b Release 0.57-test 0.57-test 2014-01-07 23:49:23 +01:00
Daniel Martí
d3686de3cd Support /icons-* per-density icon folders (repo version 11) 2014-01-07 18:23:26 +01:00
Daniel Martí
9709b4f51c No need to use String.format explicitly 2014-01-07 17:50:36 +01:00
Daniel Martí
3d66f7f311 Pull UIL from master again 2014-01-07 17:45:57 +01:00
Ciaran Gultnieks
a2fb86f518 Remove bogus translations 2014-01-07 16:28:10 +00:00
F-Droid Translatebot
34211bb1b7 Translation updates 2014-01-07 16:13:48 +00:00
Daniel Martí
72c2a6a942 README fix; Plain SVG doesn't fix possible rendering issues 2014-01-07 09:37:58 +01:00
Daniel Martí
9e30d442e1 Add README specifying that the svg files are from inkscape 2014-01-07 09:13:00 +01:00
Daniel Martí
e8337aad30 Revert "getApps(): Start Map size with the number of apps we have"
This reverts commit 21747dcf408bef108187588c5ba8b8d72c4b34dc.
2014-01-07 08:55:32 +01:00
Peter Serwylo
a6379a8006 Oops, removed files accidentally added with 'git add .' 2014-01-06 11:45:16 +11:00
Peter Serwylo
1bed5ff87c Removed update repo from AB. Fix for new installs with repo version. 2014-01-06 11:17:25 +11:00
Daniel Martí
c262a8dd52 Preliminar changelog entry for the next stable release 2014-01-04 01:48:42 +01:00
Daniel Martí
9b88a14566 Be more specific in .gitignore 2014-01-04 01:48:21 +01:00
Daniel Martí
14d7ce38fd Specify what version_name means in the index.jar address 2014-01-04 01:25:45 +01:00
Daniel Martí
c6e9002f2c Use a literal string for versionName in AM.xml
It's handier to have just the one resource version_name, but lint gets very
angry at this (and there must be a reason for that). We must not forget to
update the resource in res/values/no_trans.xml, since it's still used in the
code.
2014-01-04 01:23:32 +01:00
Daniel Martí
3b5e883397 Translation string format inconsistencies should not be caught in java
They should not exist at all, i.e. our translatebot should not allow them in
(they break things in other places, not just here)
2014-01-04 01:09:33 +01:00
Daniel Martí
fa08a8cfa4 Get rid of unused TargetApis 2014-01-04 01:04:40 +01:00
Daniel Martí
21747dcf40 getApps(): Start Map size with the number of apps we have 2014-01-03 22:55:03 +01:00
Daniel Martí
463561d971 Use a ViewHolder static class to avoid most findViewById calls 2014-01-03 22:18:11 +01:00
Daniel Martí
bd2e379073 Keep the same inflater in the AppListAdapter 2014-01-03 22:05:34 +01:00
Daniel Martí
e9abbfa743 Add 'repo.version' integer db-version/34 2014-01-03 20:47:08 +01:00
Daniel Martí
eeeace080f Start cpuAbis at length 2, place secondary abi at second position 2014-01-03 20:29:02 +01:00
Daniel Martí
066f67bcd4 Default to minSdk version "1.0" 2014-01-03 17:55:33 +01:00
Daniel Martí
aff6a03fa2 Specify that the version is for Android 2014-01-03 17:55:23 +01:00
Daniel Martí
105390fa88 Revert "Add very basic support for <provides>"
This reverts commit bc74d97195417814193ce9ccfa838f0730310821.

Conflicts:
	src/org/fdroid/fdroid/DB.java
db-version/33
2014-01-03 07:40:42 +01:00
Daniel Martí
4d94295864 Switch to "apks" apk cache dir, use internal cache when external is not available 2014-01-03 06:55:28 +01:00
Daniel Martí
8a90687867 Slightly larger margin separating minsdk 2014-01-03 04:47:42 +01:00
Daniel Martí
5cde91ef23 Show text in the update AB icon 2014-01-03 02:56:25 +01:00
Daniel Martí
aee57c448b Sightly more margins in app list views 2014-01-03 02:52:12 +01:00
Daniel Martí
50f68d34b9 Support minSdk info in version list views 2014-01-03 02:44:24 +01:00
Daniel Martí
ab6f41ec68 More layout tweaks, fix landscape 2014-01-03 02:17:32 +01:00
Daniel Martí
9c61ccebdb Place the update repos button in the Action Bar 2014-01-03 01:16:24 +01:00
Daniel Martí
2226d5a23a Remove obsolete bits from .gitignore 2014-01-02 13:46:29 +01:00
Daniel Martí
b35bb9b1f5 Add TargetApi lines to compat/* to suppress many lint warnings 2014-01-01 22:30:01 +01:00
Daniel Martí
e8d3a7a4ef Raise minSdk to 5, UIL requires it 2014-01-01 22:22:21 +01:00
Daniel Martí
f4e23bb2ed Buildfix 2014-01-01 22:09:33 +01:00
Daniel Martí
cd00760cc4 Remove compact icons, replace installed with a symbol 2014-01-01 21:45:20 +01:00
Daniel Martí
753bc43452 Use AppDetails title as indicator where we come from 2014-01-01 21:34:41 +01:00
Daniel Martí
771947536e Add categories to AppDetails, layout tweaks 2014-01-01 21:08:41 +01:00
Daniel Martí
e302baa340 Do paddings for the icon and not the whole applist item 2014-01-01 17:09:01 +01:00
Daniel Martí
214c920afd Do AddItems with addAll on AppListAdapter 2014-01-01 16:06:42 +01:00
Daniel Martí
219443b5a7 Fix support for 1.6 (4), fixes #414 2014-01-01 14:52:14 +01:00
Daniel Martí
b31d8cb55b Temporarily remove en-rGB, mainly since it breaks the whole app 2014-01-01 14:46:33 +01:00