408 Commits

Author SHA1 Message Date
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
Peter Serwylo
1caa7510b6 Changed compact view to show description.
Removed the license and the version info from the compact view, and
showed the description instead. The installed status, and whether the
app can be updated or not (but not which version can be updated to) is
now shown via little icons on the right hand side of the list view.

Also refactored adapters to allow different views for
Available/Installed/Updates tabs. This is because I didn't want the
"installed" status icon in the installed tab, and neither the
"installed" nor the "updates" icon in the "updates" tab.

The adapters were moved to the "views" package, because I needed to add
three new classes and they started to clutter the list of *.java files.
2013-06-10 21:57:28 +10:00
Daniel Martí
925c7c08d1 Add name and description to repo, bump DB to v21 2013-05-28 08:58:36 +02:00
Daniel Martí
780e0e3d54 Some more spacing fixes (suggestion by daithib8) 2013-05-27 18:08:24 +02:00
Daniel Martí
18ae6e6da2 Refactor about screen.
* Add paddings.
* Don't use hard-coded pixel sizes.
* Don't use white color directly (this would soon break the white holo theme)
* Don't use an "empty" textview to force a vertical space.

Looks much cleaner now, and the code is easier on the eyes.
2013-05-26 12:25:46 +02:00
Daniel Martí
6f3c5b4e85 More spacings in lists and app details screen 2013-05-26 12:25:20 +02:00
Daniel Martí
82ec7fe45c Add bitcoin and flattr support 2013-05-25 12:26:12 +02:00
Ciaran Gultnieks
ee0de7b27e Translation updates 2013-05-21 11:40:25 +01:00
Daniel Martí
a17d09e0a2 First attempt at implementing the compact layout 2013-05-11 23:32:18 +02:00
Ciaran Gultnieks
2a89c45ef3 Merge commit 'refs/merge-requests/37' of git://gitorious.org/f-droid/fdroidclient into merge-requests/37 2013-05-10 10:09:49 +01:00
Ciaran Gultnieks
604a4c0a88 Merge commit 'refs/merge-requests/38' of git://gitorious.org/f-droid/fdroidclient into merge-requests/38 2013-05-10 10:06:57 +01:00
Ciaran Gultnieks
97a33d3972 Include archive repo by default in new installs (but off by default) 2013-05-09 22:24:13 +01:00
Daniel Martí
f5dc1ddc96 Alert before trying to downgrade 2013-05-09 11:42:20 +02:00
Ciaran Gultnieks
460335fce9 Translation updates 2013-05-08 12:09:25 +01:00
Daniel Martí
21c56fe260 Make notifications translatable, add updates count 2013-05-07 19:36:46 +02:00
Daniel Martí
0f28843163 Add "Added on " to the date on details. 2013-05-07 18:32:13 +02:00
Ciaran Gultnieks
445d6ca667 Merge commit 'refs/merge-requests/36' of git://gitorious.org/f-droid/fdroidclient into merge-requests/36
Conflicts:
	src/org/fdroid/fdroid/AppDetails.java
2013-05-07 09:42:47 +01:00
Daniel Martí
b77c6380b3 Small fixes suggested by pserwylo 2013-05-05 11:44:19 +02:00
Daniel Martí
6556745618 Move string to its place. Add issue reference. 2013-05-05 11:38:19 +02:00