Commit Graph
418 Commits
Author SHA1 Message Date
Daniel Martí 048eca0457 Merge commit 'refs/merge-requests/52' of gitorious.org:f-droid/fdroidclient 2013-06-27 15:10:57 +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í 232815cce8 Merge commit 'refs/merge-requests/47' of gitorious.org:f-droid/fdroidclient 2013-06-27 14:32:25 +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
Daniel Martí ddaf4b65cd Merge commit 'refs/merge-requests/44' of gitorious.org:f-droid/fdroidclient 2013-06-27 12:57:45 +02:00
Daniel Martí 7605ec219f Merge commit 'refs/merge-requests/48' of gitorious.org:f-droid/fdroidclient 2013-06-27 12:51:04 +02:00
Daniel Martí bab1e6536c Merge commit 'refs/merge-requests/49' of gitorious.org:f-droid/fdroidclient 2013-06-27 12:50:10 +02:00
Ciaran Gultnieks 21eb159330 Make tabhost initialisation work on Nook
I have no idea why this works, but it does.
2013-06-24 15:28:19 +01:00
Peter Serwylo 7ef7489c79 Updated description of 'Compact Layout' 2013-06-14 05:43:27 +10:00
David Black fd1b0cbb59 Script for changing the package name and app name 2013-06-13 16:14:26 +01: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
Ciaran Gultnieks 9ec94e8e88 Don't get upset if the SD card is not ready yet 2013-06-07 11:59:05 +01:00
Daniel Martí 3f0d8b2577 Don't suggest downgrades. No need to check version 2013-06-01 12:03:34 +02:00
Andrew Gaul f5c6c4c0fe Correct typos 2013-05-31 08:44:44 -07:00
Andrew Gaul d6f643cb4d Parameterize SQL queries
Also eliminate most calls to SQLiteDatabase.rawQuery.
2013-05-31 08:35:43 -07:00
Ciaran Gultnieks 020cac971f Version 0.46 0.46 2013-05-30 22:37:48 +01:00
Ciaran Gultnieks 068734c275 Merge branch 'merge-requests/41' 2013-05-30 18:35:32 +01:00
Ciaran Gultnieks a0e34e8971 Merge commit 'refs/merge-requests/41' of git://gitorious.org/f-droid/fdroidclient into merge-requests/41 2013-05-30 18:35:27 +01:00
Ciaran Gultnieks bb4d3e7f2a Merge branch 'merge-requests/43' 2013-05-30 17:09:08 +01:00
Ciaran Gultnieks 44bcaf465a Merge commit 'refs/merge-requests/43' of git://gitorious.org/f-droid/fdroidclient into merge-requests/43 2013-05-30 17:08:51 +01:00
Ciaran Gultnieks 0ca4de23bf Bump minsdk to 4 (1.6) due to android-support dependency 2013-05-30 17:07:51 +01:00
Ciaran Gultnieks 56295726bd Resolve bad interaction with app verify 2013-05-30 12:55:32 +01:00
Daniel Martí 925c7c08d1 Add name and description to repo, bump DB to v21 db-version/21 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í 2b7585c1cf Check current version by signature as well
This prevents multiple versions shown as installed, which might happen if many
repos are used and contain the same versions of some app.
2013-05-25 23:01:50 +02:00
Andrew Gaul 50ffaa4ea9 Correct SQLite typo in DB.getRepo 2013-05-23 22:14:25 -07:00
Ciaran Gultnieks 2834a8966e Version 0.45 0.45 2013-05-22 21:30:29 +01:00
Ciaran Gultnieks 4e855b8132 Fix database upgrade bug 2013-05-22 21:30:02 +01:00
Ciaran Gultnieks cb8bf870b1 Version 0.44 0.44 2013-05-22 08:10:46 +01:00
Ciaran Gultnieks ee0de7b27e Translation updates 2013-05-21 11:40:25 +01:00
Ciaran Gultnieks 2a1b28821b Merge branch 'merge-requests/39' 2013-05-20 15:16:31 +01:00
Peter Serwylo 3b84f110ac Moved initialization of app list adapter to onCreate. 2013-05-12 08:55:02 +10:00
Daniel Martí a17d09e0a2 First attempt at implementing the compact layout 2013-05-11 23:32:18 +02:00
Ciaran Gultnieks b2d6e79d30 Merge branch 'merge-requests/37' 2013-05-10 10:09:56 +01: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 433a3b02d6 Merge branch 'merge-requests/38' 2013-05-10 10:07:23 +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í 24c2b9731c toast lengths, no need to check vercode != 0 2013-05-07 22:12:27 +02:00
Daniel Martí f4a7aa7ced Use vercodes, not version strings!
Different versions might have the same names, but different codes. That
doesn't happen often, but could happen.
2013-05-07 19:55:08 +02: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í 387b372606 Removed some unnecessary calls (I think they are) 2013-05-05 11:52:40 +02: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