From 4f92890458adabf44267550dd9082ef931cae88d Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Sun, 11 Dec 2011 15:34:21 +0100 Subject: [PATCH 01/20] Added grid view when listing apps in browse repository. Also, the WP plugin will now pass on all of the relevant query arguments via generated links by default. From 13e7fed42e83ff1b1dd570ee83af3c9d006cf87f Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Mon, 12 Dec 2011 21:21:07 +0100 Subject: [PATCH 02/20] Get site path (www-root) from environment variable. (Won't work on IIS...) From 028a96f728556e07133be4d0b4a345061d64f6c4 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Sun, 18 Dec 2011 21:16:20 +0100 Subject: [PATCH 03/20] Implemented searching for apps in the repository. Adds a new shortcode attribute "search" for the shortcode "fdroidrepo". When this is set, a search field will be shown above the app listing. Uses the fdfilter search code to do the search result filtering. From 8c1f8d1aec0ad7110097bcf11f317e26d1e4676f Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Thu, 22 Dec 2011 20:37:57 +0100 Subject: [PATCH 04/20] Redesigned the next/previous page switcher to allow direct access to any page. From b4550348afc2ec99d2c558efc42b70bc8e1c5b92 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Thu, 22 Dec 2011 21:12:55 +0100 Subject: [PATCH 05/20] Searching now looks at the description of an app in addition to name and summary. From c25340a34f3ba658849eaea2b262bbfeb0133fce Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Fri, 23 Dec 2011 22:44:27 +0100 Subject: [PATCH 06/20] Basic raw permissions display for apps. From 46d577ad97659f3f4efaba4e339c73f7a9d715e8 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Tue, 27 Dec 2011 20:28:39 +0100 Subject: [PATCH 07/20] Added an xml file from the Android source that lists all permissions and permission groups. From 9707a26ec7eeec0860f86579724d49524e1f4eec Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Tue, 27 Dec 2011 20:29:45 +0100 Subject: [PATCH 08/20] Added functionality to parse android permission data from the appropriate XML file from the Android source. From 83c1a5c61fc33b93d2af89105cc9388e45f74ab8 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Wed, 28 Dec 2011 21:37:40 +0100 Subject: [PATCH 09/20] Added human readable labels and descriptions for permissions. The information is parsed from strings information from the Android source. This is really *much* to slow to do in real time, but a first step. Must be cached somehow. From 393de0c74b7ae6cdea8826ae492d94b597aac8ae Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Wed, 28 Dec 2011 21:39:08 +0100 Subject: [PATCH 10/20] Human readable permissions texts. From 213c6ab7c1182a482cc9a389803bd435c2b7fbdf Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Thu, 29 Dec 2011 19:45:18 +0100 Subject: [PATCH 11/20] Normalized indentation to use tab character and unix style line endings for the wp-fdroid plugin. This is consistent with the wordpress PHP source style. From a0c0a19e0e1debe9568c834d97d7c0ca0d46b274 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Tue, 3 Jan 2012 21:35:37 +0100 Subject: [PATCH 12/20] Better CSS for the page selector. From 5b21f2b538e6aa579c9e77060e221d8e6185bb34 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Tue, 10 Jan 2012 19:53:23 +0100 Subject: [PATCH 13/20] Human readable permission data will now be cached in serialized form for faster page generation. From c3d68f28ff8adbf8be59195ac3766f05860d6f08 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Wed, 11 Jan 2012 19:37:13 +0100 Subject: [PATCH 14/20] Strip slashes from descriptions/labels etc. From ad5459aabdb1e643b2cd13bb5838d8b795a3ab35 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Wed, 11 Jan 2012 20:45:55 +0100 Subject: [PATCH 15/20] Slightly better layout of app packages + pseudo icons for permission protection level. From 839bea9cb8ae468d1883ed5dc90f80a5bea069c3 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Thu, 12 Jan 2012 21:24:17 +0100 Subject: [PATCH 16/20] Added support for custom/extra/unknown permissions. Also alphabetic sorting of permissions with identical levels and group. From 5a94b75986d90d85786f4403d2bd0a82443391b6 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Thu, 12 Jan 2012 21:27:32 +0100 Subject: [PATCH 17/20] Normalized indentation and eol. From 407e723d444caa7e65b8001f073d0f678d80edfb Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Thu, 12 Jan 2012 21:46:49 +0100 Subject: [PATCH 18/20] Wrapped the android permissions function in a class holding config variables. From a8d9c0cf5e604fe9765eff37671b03a6fbd44ab3 Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Thu, 12 Jan 2012 21:49:47 +0100 Subject: [PATCH 19/20] Removed executable permissions on strings.xml. *sigh* From 1873720e2963a6458839c1bcb1cd27c6e76576fd Mon Sep 17 00:00:00 2001 From: Hans-Emil Skogh Date: Sat, 14 Jan 2012 12:39:33 +0100 Subject: [PATCH 20/20] Handle if a package has no permissions.