655 Commits

Author SHA1 Message Date
Daniel Martí
d6f0fbca98 New setting: Automatic app list updates only on wifi (fixes: #380) 2013-10-24 14:21:35 +02:00
Daniel Martí
f16234e084 Also keep ignoreThisUpdate integer between repo updates 2013-10-23 18:27:13 +02:00
Daniel Martí
1cc01b6c73 Fix crashes when changing ignore updates checkboxes 2013-10-23 18:14:54 +02:00
Daniel Martí
e1ad61a974 More coherent apklistitem padding 2013-10-23 18:14:41 +02:00
Daniel Martí
86af7638e8 Re-add filtering by Root 2013-10-23 17:53:36 +02:00
Daniel Martí
991b91dfdc Remove filter by root, replaced by ACCESS_SUPERUSER permission 2013-10-23 01:13:39 +02:00
Daniel Martí
804496b50b Set label for ACCESS_SUPERUSER if the system doesn't have it yet 2013-10-23 00:52:54 +02:00
Daniel Martí
4fb720e271 Capitalize permission labels 2013-10-23 00:52:46 +02:00
Daniel Martí
19712433bc Always show apps with AFs; Always display AF list in bold red at top of AppDetails 2013-10-23 00:52:25 +02:00
Daniel Martí
38b16f3f8f Bump target in proj.prop to match AM.xml 2013-10-22 17:39:37 +02:00
Daniel Martí
067fa54736 Update UIL from origin/master 2013-10-22 15:36:28 +02:00
Daniel Martí
fd8f7c6e74 Remove duplicate drawable 2013-10-22 15:34:25 +02:00
Daniel Martí
8669460088 Switch to proper updates notification iconography
Following http://developer.android.com/design/style/iconography.html

Original design and graphics by mray
2013-10-22 14:56:15 +02:00
Daniel Martí
808c4cefc3 Added a little margin before the description 2013-10-17 22:23:06 +02:00
Daniel Martí
2528df2f10 Set ImageLoader workers to 2 * number of processors 2013-10-15 21:14:36 +02:00
Ciaran Gultnieks
aa3c1c4f33 Translation updates 2013-10-15 16:05:35 +01:00
Daniel Martí
e0f27edaff Also ignore fuzzy translations 2013-10-15 17:03:46 +02:00
Ciaran Gultnieks
19ce9c625e Translation updates 2013-10-15 15:08:47 +01:00
Daniel Martí
2707f49c43 Don't fetch our own PackageInfo (slight speed-up) 2013-10-15 16:04:05 +02:00
Daniel Martí
e6ef9889d0 Place strings not to translate in separate file 2013-10-15 14:42:13 +02:00
Daniel Martí
bae65cb49a Actually show the Donate submenu in app details 2013-10-15 14:38:24 +02:00
Daniel Martí
6ada30118e Don't crash when updating, handle "ignore this" between updates db-version/27 2013-10-13 21:29:03 +02:00
Daniel Martí
ef389b90e8 More space to the search results string 2013-10-11 20:30:36 +02:00
Daniel Martí
18a08fb611 Lots of layout improvements
They are more consistent now. Transitioning to RTL languages will also be
easier since more of them can be mirrored now. Also fixes some spacing issues
with icons and others.
2013-10-11 20:25:18 +02:00
Daniel Martí
ae95ef1b74 Spacings after html lists are fixed. Better paddings. 2013-10-11 18:59:40 +02:00
Daniel Martí
31afbe0423 AppDetails Apk layout tweaks, show ABIs in expert mode 2013-10-11 18:20:23 +02:00
Daniel Martí
36ecacc021 Consistency in order of includes
1. Native java
2. Third party java
3. Native android
4. Third party android
5. Ours
2013-10-11 16:46:14 +02:00
Daniel Martí
9c7316eea9 Very small fixes to paddings 2013-10-11 16:38:56 +02:00
Daniel Martí
1d319009c4 Only calculate the current Apk (recommended version) once 2013-10-11 16:20:07 +02:00
Daniel Martí
f205b67cd5 Fix ActionBar Home button issues on 3.X-4.0.X 2013-10-10 21:58:03 +02:00
Ciaran Gultnieks
5977f10ee6 Translation updates 2013-10-10 20:25:47 +01:00
Daniel Martí
f2500bec15 New feature: "Ignore This Update". db-version/26 2013-10-10 17:49:31 +02:00
Daniel Martí
1e5cda97c3 Send icon for "Donate", no icons for its submenu entries 2013-10-10 17:49:04 +02:00
Daniel Martí
9ea8eca7d5 Mark the AFs which block apks from being shown in bright red 2013-10-09 23:59:58 +02:00
Daniel Martí
9bf73529a7 Add support for Litecoin donations db-version/25 2013-10-09 22:49:23 +02:00
Daniel Martí
c9159b8bff Make use of the new FadeIn constructor (only fade in on network/disk fetch) 2013-10-09 20:52:10 +02:00
Daniel Martí
a7e58c154c Run optipng on all png drawables 2013-10-08 23:14:29 +02:00
Daniel Martí
e3789c18fb Update UIL submodule 2013-10-08 20:56:40 +02:00
Daniel Martí
3c4a58b8a3 Fix issue with number of updates in notification 2013-10-08 19:56:57 +02:00
Daniel Martí
0624189905 Also check for null versionName when refreshing apps 2013-10-08 15:44:48 +02:00
Daniel Martí
eabf9cd654 Add a space after every bullet in a <li> element 2013-10-08 15:32:23 +02:00
Daniel Martí
5609b88250 Remove unnecessary space at the end of description 2013-10-08 15:32:23 +02:00
Daniel Martí
6e622e59ab Initial Anti-Feature list implementation
Also, move visibility stuff from onResume to onCreate (they are only affected
by preferences, i.e. onCreate will always be run since the preferences button
is only in our main activity).
2013-10-08 15:32:22 +02:00
Ciaran Gultnieks
1011c8fadc Translation updates 2013-10-08 12:21:34 +01:00
Daniel Martí
78ba64c2ec Add App.toUpdate as the filter result of App.hasUpdates (fixes #372) 2013-10-08 12:57:58 +02:00
Daniel Martí
458f163f7e Default installed apk versionName to "null" (closes #182) 2013-10-08 11:00:46 +02:00
Daniel Martí
a6128a3e47 Remove "Google Play"/"Market" menu button 2013-10-03 19:10:32 +02:00
Daniel Martí
96bcee1066 Try to fix HomeAsUp problems on 4.0 and below 2013-10-03 19:00:46 +02:00
Daniel Martí
430cb42d14 Fix crash when a new app appeared in the index 2013-10-03 18:49:03 +02:00
Daniel Martí
2650508999 Keep app.ignoreUpdates when updating app details with a new index 2013-10-01 20:20:59 +02:00