Ciaran Gultnieks
22f9895927
Anchor correction
2012-03-09 15:20:26 +00:00
Ciaran Gultnieks
c1bf88a8a8
Link license abbreviations on the web site to real descriptions
2012-03-09 15:16:47 +00:00
Ciaran Gultnieks
583f8c5b95
Pesky carriage returns
2012-03-03 11:01:41 +00:00
Ciaran Gultnieks
f9fd11035c
Show categories on web site from data, not hard-coded
2012-03-03 10:56:28 +00:00
Hans-Emil Skogh
c8d96efc8f
Added filtering of applications based on category to the F-Droid wordpress plugin.
2012-02-22 14:59:16 +00:00
Hans-Emil Skogh
05e7146de0
Added (subtle) license information for latest apps.
2012-02-22 14:59:06 +00:00
Hans-Emil Skogh
2f4d198589
Changed latest apps from being rendered by update.py to wp-fdroid.php.
...
This also adds icons to the latest app widget listing.
2012-02-22 14:58:57 +00:00
Hans-Emil Skogh
9e77ebd899
Changed from the deprecated register_sidebar_widget() to wp_register_sidebar_widget().
2012-02-22 14:58:44 +00:00
Hans-Emil Skogh
5d59d3c34d
Added icons for protection levels "signature" and "signatureOrSystem".
...
This completes the list of published protection levels so far.
2012-02-22 14:58:32 +00:00
Ciaran Gultnieks
ffe6bc1e13
Switch apk/source download links to use https
2012-02-21 00:02:30 +00:00
Ciaran Gultnieks
ae25a82f2f
A basic 'latest apps' widget'
2012-01-26 21:35:40 +00:00
Hans-Emil Skogh
19c1925dfa
Minor layout fix for list-view for large icons.
2012-01-23 21:39:27 +01:00
Hans-Emil Skogh
1cb46ccc80
Enabled clicking on the entire row of an app in list-view.
2012-01-23 21:34:03 +01:00
Hans-Emil Skogh
e2fe39f469
Added basic displaying of additional reuirements for apps.
2012-01-23 21:21:40 +01:00
Hans-Emil Skogh
b1284377ca
Added missing break...
2012-01-23 21:19:33 +01:00
Hans-Emil Skogh
7b6d8b1646
Semi-graceful handling of unknown anti-features.
2012-01-23 21:13:32 +01:00
Hans-Emil Skogh
dd1ff8b6d9
Added a notice for apps with anti-features.
2012-01-23 21:07:33 +01:00
Hans-Emil Skogh
43d1e13a4f
Added a permissions diff view, and a summary view of the permission category count of an apk.
2012-01-21 13:22:37 +01:00
Hans-Emil Skogh
8eea935016
Removed some warnings...
2012-01-21 11:24:18 +01:00
Hans-Emil Skogh
0b93372716
Merge branch 'master' into dev
2012-01-21 11:19:46 +01:00
Hans-Emil Skogh
08c272b93d
Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver
...
Conflicts:
wp-fdroid/wp-fdroid.php
2012-01-21 11:17:43 +01:00
Ciaran Gultnieks
82e0973b33
Changed permissions data and cache locations
2012-01-19 16:53:39 +00:00
Hans-Emil Skogh
eb42f470b1
Replaced the nifty anonymous permissions sorting comparison function with inherited scope variables with a regular function and a global (ick!) variable.
...
Now the code should work with PHP versions prior to 5.3.0 as well...
2012-01-19 09:15:55 +00:00
Hans-Emil Skogh
e915f71a81
Replaced the nifty anonymous permissions sorting comparison function with inherited scope variables with a regular function and a global (ick!) variable.
...
Now the code should work with PHP versions prior to 5.3.0 as well...
2012-01-17 21:48:48 +01:00
Hans-Emil Skogh
89a6119bd5
Added file size difference indicator for apks.
2012-01-17 19:41:22 +01:00
Hans-Emil Skogh
1bd9c9d0dc
"Human readable" style size displays for apk and source downloads.
2012-01-14 15:11:59 +01:00
Hans-Emil Skogh
a2569989b4
Handle if a package has no permissions.
2012-01-14 12:39:33 +01:00
Hans-Emil Skogh
9355640475
Displaying of human readable Android permissions for each package in the repo.
...
Conflicts:
wp-fdroid/wp-fdroid.php
2012-01-14 12:22:19 +01:00
Hans-Emil Skogh
82f5332af6
Removed executable permissions on strings.xml. *sigh*
2012-01-12 21:49:47 +01:00
Hans-Emil Skogh
5f4a422b62
Wrapped the android permissions function in a class holding config variables.
2012-01-12 21:46:49 +01:00
Hans-Emil Skogh
044914777f
Normalized indentation and eol.
2012-01-12 21:27:32 +01:00
Hans-Emil Skogh
a7fac59c3b
Added support for custom/extra/unknown permissions.
...
Also alphabetic sorting of permissions with identical levels and group.
2012-01-12 21:24:17 +01:00
Hans-Emil Skogh
bd53c8bdc7
Slightly better layout of app packages + pseudo icons for permission protection level.
2012-01-11 20:45:55 +01:00
Hans-Emil Skogh
24da38c0f6
Strip slashes from descriptions/labels etc.
2012-01-11 19:37:13 +01:00
Hans-Emil Skogh
88196e8b9b
Human readable permission data will now be cached in serialized form for faster page generation.
2012-01-10 19:53:23 +01:00
Hans-Emil Skogh
37dad107e9
Merge branch 'pages'. New page switcher for app listings.
2012-01-03 21:43:02 +01:00
Hans-Emil Skogh
cdcc6160ba
Better CSS for the page selector.
2012-01-03 21:35:37 +01:00
Hans-Emil Skogh
75b8993f53
Merge branch 'search'. Descriptions are now being part of a search.
2012-01-03 20:28:24 +01:00
Hans-Emil Skogh
e3af9bf78f
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.
2011-12-29 19:45:18 +01:00
Hans-Emil Skogh
5bf68469cb
Merge remote branch 'origin/master'
...
Did some manual formatting changes to wp-fdroid. Should be normalized...
2011-12-29 19:37:05 +01:00
Hans-Emil Skogh
bb23e7fd4c
Human readable permissions texts.
2011-12-28 21:39:08 +01:00
Hans-Emil Skogh
51d00edf86
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.
2011-12-28 21:37:40 +01:00
Hans-Emil Skogh
34ae635f50
Added functionality to parse android permission data from the appropriate XML file from the Android source.
2011-12-27 20:29:45 +01:00
Hans-Emil Skogh
59fa3f3a19
Added an xml file from the Android source that lists all permissions and permission groups.
2011-12-27 20:28:39 +01:00
Hans-Emil Skogh
891f56b702
Basic raw permissions display for apps.
2011-12-23 22:44:27 +01:00
Hans-Emil Skogh
a9fd66cae2
Searching now looks at the description of an app in addition to name and summary.
2011-12-22 21:12:55 +01:00
Hans-Emil Skogh
ef4f189a1a
Redesigned the next/previous page switcher to allow direct access to any page.
2011-12-22 20:37:57 +01:00
Ciaran Gultnieks
fedb96ed9b
Formatting fixes
2011-12-20 14:49:11 +00:00
Hans-Emil Skogh
6bbd2bf409
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.
2011-12-20 14:46:32 +00:00
Hans-Emil Skogh
7a58ab5e00
Get site path (www-root) from environment variable. (Won't work on IIS...)
2011-12-20 14:46:18 +00:00