326 Commits

Author SHA1 Message Date
Daniel Martí
a6128a3e47 Remove "Google Play"/"Market" menu button 2013-10-03 19:10:32 +02:00
Ciaran Gultnieks
a876291f12 Translation updates 2013-10-01 08:04:47 +01:00
Daniel Martí
60dcf7f12c Disable baseLineAligned on more LinearLayout elements 2013-09-27 18:04:01 +02:00
Daniel Martí
40904ab75f Rename "Market" to "Google Play" 2013-09-26 13:12:11 +02:00
Daniel Martí
5e0dfcc631 No need for alignment on appdetails 2013-09-26 00:09:57 +02:00
Daniel Martí
5a2a68644b Remove unused layout 2013-09-26 00:09:48 +02:00
Daniel Martí
d6d48eb749 Input field for repo is an Uri 2013-09-23 21:22:39 +02:00
Daniel Martí
d7621e4af0 Remove many unused strings 2013-09-23 21:22:27 +02:00
Ciaran Gultnieks
862d7b1183 Translation updates 2013-09-06 13:31:32 +01:00
Daniel Martí
3741c0c62b Revert all Light Theme changes
Should be done differently. Light theme before Holo is buggy.
2013-09-01 14:03:55 +02:00
Daniel Martí
c2159456e2 Add "Ignore Updates" to AppDetails (fixes: #99)
We can later separate updates by differing signatures, downgrades, ...
But IMHO ignoring updates is important and a different issue.
2013-09-01 14:03:50 +02:00
Daniel Martí
eb1d21f827 Rename "Maintenance" to "Other" 2013-08-30 14:34:52 +02:00
Daniel Martí
aadd89be1b Better incompatible apk warning string 2013-08-30 14:30:56 +02:00
Daniel Martí
bfcfd163a3 Always use Holo.Light on 3.0+ 2013-08-29 22:09:19 +02:00
Daniel Martí
9b9f1a0cce Group all "Storage" prefs under "Maintenance" 2013-08-29 17:29:41 +02:00
Daniel Martí
50f0856f67 Add "Light Theme" setting
Default theme is dark (Holo dark on >=11), addition is light on <11, Holo.Ligt
on >=11 and Holo.Light.DarkActionbar on >=14
2013-08-23 14:29:50 +02:00
Daniel Martí
afe102e90a Better tryOpenUri implementation and toast string.
Got the if/else hint from
http://developer.android.com/about/versions/android-4.3.html#Behaviors

(much better than try/except anyway)
2013-08-22 18:16:57 +02:00
Ciaran Gultnieks
4427970ffc Translation updates 2013-08-19 10:00:51 +01:00
Ciaran Gultnieks
cf0576a717 Translation updates 2013-08-16 19:56:38 +01:00
Ciaran Gultnieks
769e439148 Translation updates 2013-08-16 17:24:15 +01:00
Ciaran Gultnieks
cb7544cbec Translation updates 2013-08-16 15:14:04 +01:00
Ciaran Gultnieks
66e958a2ba Translation updates 2013-08-16 13:42:01 +01:00
Ciaran Gultnieks
ce9fa45034 Translation updates 2013-08-07 13:01:18 +01:00
Daniel Martí
f83f5d00da Forgot to re-add non-RTL compatible layout lines 2013-08-07 11:54:32 +02:00
Daniel Martí
de3fcaab2d Remove "database" term from no_such_app toast message 2013-08-06 16:15:18 +02:00
Daniel Martí
17d4413835 Slightly better "app not found" toast string 2013-08-06 15:57:59 +02:00
Ciaran Gultnieks
3dbb5758d5 Translation updates 2013-08-06 14:52:33 +01:00
Daniel Martí
8325d2256a Toast when no app can be found matching id 2013-08-02 23:33:11 +02:00
Daniel Martí
e04a9f9682 Merge commit 'refs/merge-requests/45' of gitorious.org:f-droid/fdroidclient
Conflicts:
	src/org/fdroid/fdroid/AppDetails.java
2013-07-31 15:32:02 +02:00
Daniel Martí
7611a26f0a Use strings in AM.xml labels 2013-07-28 13:50:42 +02:00
Ciaran Gultnieks
57a8bf5f8b Change example repo address help string to https (for english) 2013-07-28 10:26:58 +01:00
Peter Serwylo
af2a9ecfb6 Safer preference managing. Fix "compact layout requires reload".
Previously, everybody had to remember the preference name and the
default value. If it was ever changed, this would have to be updated
everywhere. Now, the Preferences class is responsible for talking to the
SharedPreferences functionality of ANdroid.

I've started with just the compactlayout preference, because
that is what I required for this fix.
2013-07-26 09:38:23 +10:00
Daniel Martí
bc77804eee Add a small padding to the "found x applications matching..." string in SearchResults 2013-07-26 00:14:42 +02:00
Daniel Martí
0c1b854b69 Remove "reset" from the preferences page.
Currently, removing the cache does the job much better. The only thing
clearing the cache doesn't do which "reset" did is removing the databases. But
we don't want to do that anyway.

If someone wants to do that, they can just deactivate or remove a repo, and it
will get wiped from the database.
2013-07-23 17:02:35 +02:00
Peter Serwylo
d2e2b492fb Added missing > in XML. 2013-07-21 07:20:53 +10:00
Daniel Martí
d315521c7d Remove rtl layout support (WIP in rtl-layout branch) 2013-07-18 12:06:04 +02:00
Daniel Martí
89f8630f12 Add share (via fdroid://details?id=app.id) button 2013-07-15 16:49:03 +02:00
Daniel Martí
a46b8e8663 Revert all the fast scroll always enabled changes 2013-07-11 12:45:13 +02:00
Daniel Martí
efb37e459f Remove unnecessary padding.
On 3.0+, the scrollbar padding already leaves some space.
2013-07-10 14:52:15 +02:00
Daniel Martí
78e7810c14 Recover description scrollbar only when in portrait 2013-07-10 14:19:58 +02:00
Daniel Martí
c1d023de0f Disable scrollbars on AppDetails 2013-07-10 12:59:47 +02:00
Daniel Martí
ed54b028a9 Make the icon spacing a lot easier 2013-07-09 23:33:05 +02:00
Ciaran Gultnieks
8eda160a30 Translation updates 2013-07-08 17:27:49 +01:00
Daniel Martí
0c259673d8 non-compact stuff is now hidden by default via xml
Also, forgot to add the backwards compatibility for END_OF
2013-07-08 14:26:07 +02:00
Daniel Martí
74ca3c2aa5 Fix layouts for APIs <= 16 2013-07-08 13:03:10 +02:00
Daniel Martí
f5785c3de0 Add very basic support for RTL languages 2013-07-07 12:12:29 +02:00
Daniel Martí
4f7858ad68 Add a message to differentiate when we download icons 2013-07-05 16:55:51 +02:00
Daniel Martí
4a61c20e92 Merge commit 'refs/merge-requests/46' of gitorious.org:f-droid/fdroidclient 2013-06-27 14:50:33 +02:00
Daniel Martí
9ba01d16bf Merge commit 'refs/merge-requests/51' of gitorious.org:f-droid/fdroidclient 2013-06-27 13:04:47 +02:00
Peter Serwylo
7ef7489c79 Updated description of 'Compact Layout' 2013-06-14 05:43:27 +10:00