7030 Commits

Author SHA1 Message Date
Ciaran Gultnieks
89dbcaf609 Sort What's New and Recently Added by most recent first 2012-09-14 22:31:14 +01:00
Ciaran Gultnieks
a14a926264 Major revamp of database and app index handling db-version/17 2012-09-14 22:05:55 +01:00
Ciaran Gultnieks
c40572ca92 Don't mess about upgrading transient database tables db-version/16 2012-09-14 11:03:07 +01:00
Ciaran Gultnieks
3c0ccf2f4f Tidied up some file-related stuff 2012-09-14 09:24:08 +01:00
Ciaran Gultnieks
cd44c8b80b Tidy up installed version stuff 2012-09-14 08:03:40 +01:00
Ciaran Gultnieks
bc4251248b Suppresses API lint warnings for EclairChecker
That class is only instantiated on API 5+
2012-09-14 08:02:37 +01:00
Ciaran Gultnieks
161cc23f8f Restores case insensitive sorting of applications by name
I broke this in 0.34-test
2012-09-14 07:12:57 +01:00
Ciaran Gultnieks
ff8dde9cc7 Stops attempting to get signatures for not-installed packages
This only wastes a negligible amount of time, but causes silly
log messages.
2012-09-14 07:12:25 +01:00
Ciaran Gultnieks
335d27b725 Version 0.34-test 2012-09-13 21:33:35 +01:00
Ciaran Gultnieks
0efc4c6794 Performence improvements, work in progress 2012-09-13 21:28:19 +01:00
Ciaran Gultnieks
003d65627e Fix crash when rotating screen in App Details 2012-09-12 21:52:52 +01:00
Ciaran Gultnieks
58eb580159 Version 0.33 2012-09-12 18:00:36 +01:00
Ciaran Gultnieks
2ecfb9d5a0 Don't re-read database when switching categories 2012-09-12 17:19:52 +01:00
Ciaran Gultnieks
a2de56e2a5 Better reporting of update errors 2012-09-12 16:56:04 +01:00
Ciaran Gultnieks
951bf603fd Avoid UI clash between changed repos and empty update 2012-09-12 16:55:43 +01:00
Ciaran Gultnieks
64c8ed5507 More efficient memory usage when processing repo index 2012-09-12 00:02:27 +01:00
Michele Azzolari
905af06124 Go straight to updates tab in response to notification 2012-09-11 16:00:15 +01:00
Ciaran Gultnieks
e75b4b44b2 Translation updates 2012-09-10 22:53:07 +01:00
Ciaran Gultnieks
2d397c8611 Improved update handling:
Database is locked for much less time - only briefly before starting an
update sequence, and again after all downloads and parsing are complete.
Also, when the same app is defined in multiple repos, the apks are
merged rather than just having one take priority.
2012-09-10 22:46:45 +01:00
Ciaran Gultnieks
0623801474 Reorganise database access to prevent locking issues 2012-09-10 21:01:39 +01:00
Ciaran Gultnieks
568b615ecf Take notice of HTTP response code when downloading icons 2012-09-10 21:00:03 +01:00
Ciaran Gultnieks
cc3970cc24 Version 0.32 2012-09-07 17:17:26 +01:00
Ciaran Gultnieks
fa258f627f Put minsdk back to 3, that wasn't meant to change 2012-09-07 17:15:40 +01:00
Ciaran Gultnieks
0d52290a26 Removed some unused imports 2012-09-07 17:15:26 +01:00
Ciaran Gultnieks
f99f8a544c Version 0.31 2012-08-31 17:34:41 +01:00
Ciaran Gultnieks
c98aa9f6dc Overhauled repository update to resolve multiple problems 2012-08-31 16:33:51 +01:00
Ciaran Gultnieks
7647cc2594 French translation correction, fixing issue #75 2012-08-29 11:20:25 +01:00
Ciaran Gultnieks
497cb19840 Version 0.30 2012-08-29 07:53:19 +01:00
Ciaran Gultnieks
021506b8d6 Fix tab overlap issues on larger screens 2012-08-29 07:52:29 +01:00
Ciaran Gultnieks
87b229b95d Version 0.29 2012-08-28 23:29:33 +01:00
Ciaran Gultnieks
973899e0bd Better screen support 2012-08-28 23:27:02 +01:00
Ciaran Gultnieks
f881aabe5b Version 0.28 2012-08-26 14:06:49 +01:00
Ciaran Gultnieks
75898b7b0c Fixed another update problem 2012-08-26 14:06:23 +01:00
Ciaran Gultnieks
86a68d8ed2 Version 0.27 2012-08-26 10:47:18 +01:00
Ciaran Gultnieks
bb89fc6c1b Fixed update bug 2012-08-26 10:46:53 +01:00
Ciaran Gultnieks
b5604d3bda Version 0.26 - really 2012-08-26 10:05:11 +01:00
Ciaran Gultnieks
5409cb86d5 Version 0.26 2012-08-26 09:59:02 +01:00
Ciaran Gultnieks
8323aacc7e Add "What's New" and "Recently Updated" categories 2012-08-26 09:31:59 +01:00
Ciaran Gultnieks
6c838afe0b App name consistency 2012-08-25 09:57:10 +01:00
Ciaran Gultnieks
32b3539091 Icon update 2012-08-25 09:54:35 +01:00
Ciaran Gultnieks
86eca58adc Additional gitignore, etc 2012-08-17 16:49:15 +01:00
Ciaran Gultnieks
cc0aa6b835 Changed logo 2012-08-17 16:48:00 +01:00
Ciaran Gultnieks
d87401f5fb Translation updates 2012-08-13 15:40:11 +01:00
Kevin Everets
6d0b5d2d8e Add "added" information to the Apk list in AppDetails if available
Just place it below the status for the time being until a more pleasing
layout can be created.
2012-07-16 15:08:17 -04:00
Kevin Everets
d6015fe77c Parse and store the "added" and "lastupdated" for Apps and "added" for Apks
This bumps the database version to 14 in order to store these extra
strings.
2012-07-16 15:08:17 -04:00
Ciaran Gultnieks
653a51bb97 Switch target sdk to 15 2012-07-14 07:37:33 +01:00
Ciaran Gultnieks
38f3cadda8 Translation updates 2012-07-10 13:39:39 +01:00
Ciaran Gultnieks
952518360c Added Turkish translation 2012-04-19 09:30:41 +01:00
Ciaran Gultnieks
b9f5f84bdf Translation updates 2012-04-19 09:09:27 +01:00
Ciaran Gultnieks
90286acdbf Translation updates 2012-04-18 17:20:55 +01:00