1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-19 19:40:17 +02:00
Commit Graph

895 Commits

Author SHA1 Message Date
Ciaran Gultnieks
14bc39010b Various fixes and improvements, and git-svn support 2012-01-04 21:37:11 +00:00
Ciaran Gultnieks
79364ff60d Whoops, that always had the non-free blob - disabled 2012-01-04 21:22:50 +00:00
Ciaran Gultnieks
262be1880d Got rid of source preparation code duplication 2012-01-03 21:39:30 +00: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
6806e2ff22 Merge remote branch 'origin/master' 2012-01-03 21:16:30 +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
Ciaran Gultnieks
bf3a9393cd Need to see failures, not hide them above several hundred successes 2012-01-03 16:02:28 +00:00
prcrst
adb98b059e Record successful/failed builds and print a summary afterwards 2012-01-03 15:38:20 +00:00
prcrst
93330e3ff3 - Fix python path
- create required directories in build.py
2012-01-03 15:38:06 +00:00
prcrst
e4e2d46847 Throw exceptions instead of exiting 2012-01-03 15:37:55 +00:00
prcrst
dee53ffb72 Don't abort on build exceptions. 2012-01-03 15:37:41 +00:00
Ciaran Gultnieks
4ce764c676 Basic source code scanner, doesn't do much yet 2012-01-03 15:37:29 +00:00
Ciaran Gultnieks
639996c48e Metadata: version updates 2012-01-03 15:36:53 +00:00
Ciaran Gultnieks
f477c2d5fc Alarm Clock repo has been rearranged 2012-01-03 15:36:07 +00:00
Ciaran Gultnieks
e01ba7039d Keep checking disabled apps 2012-01-03 15:35:29 +00:00
Ciaran Gultnieks
14bab57b2a Metadata: version updates 2012-01-02 23:45:27 +00:00
Ciaran Gultnieks
e035d79383 SMSBackupPlus now includes proprietary blob, not updating 2012-01-02 23:41:29 +00:00
Ciaran Gultnieks
b04eeaf5a2 Metadata - version updates 2012-01-02 23:28:06 +00:00
Ciaran Gultnieks
39d6b50b8d Further textsecure correction 2012-01-02 23:08:31 +00:00
Ciaran Gultnieks
66ef0f8b67 TextSecure corrections 2012-01-02 22:00:38 +00:00
okhin
4ba770386a Adding TextSecure to Fdroid 2012-01-02 21:52:39 +00:00
Kevin Everets
4f66ac784a Metadata: added SparkleShare 2012-01-02 21:47:04 +00:00
Ciaran Gultnieks
1f0f1a65ee Unescape scraped version names 2012-01-02 16:50:49 +00:00
Ciaran Gultnieks
bed72d335b Metadata: version updates 2011-12-31 13:19:50 +00:00
Ciaran Gultnieks
524aa22ab1 Hacky alternative market version checker 2011-12-31 12:01:16 +00: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
Hans-Emil Skogh
3693ae5f56 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.
2011-12-20 14:45:59 +00:00
Ciaran Gultnieks
c915bde388 Metadata: version updates 2011-12-20 14:42:43 +00:00
Ciaran Gultnieks
cff8228b44 Better git reset 2011-12-20 14:42:00 +00:00
Hans-Emil Skogh
8f50665e8c 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-18 21:16:20 +01:00
Ciaran Gultnieks
8a887483c7 Metadata: another day,another version of coolreader 2011-12-13 22:54:37 +00:00
Ciaran Gultnieks
436cc0c6d1 Tidier market check launching 2011-12-13 22:39:29 +00:00
Hans-Emil Skogh
181a309044 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2011-12-13 21:09:00 +01:00
Hans-Emil Skogh
e05c401f12 Get site path (www-root) from environment variable. (Won't work on IIS...) 2011-12-13 20:56:54 +01:00
Hans-Emil Skogh
52a8fde86c 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.
2011-12-13 20:55:32 +01:00
Ciaran Gultnieks
e9d4232fdd Metadata - version updates 2011-12-12 16:43:02 +00:00
Ciaran Gultnieks
772867581f Metadata: new version of Mustard 2011-12-12 16:40:16 +00:00
Ciaran Gultnieks
8563e967c7 Metadata: new versions for aCal, Zirco, Coolreader, SparseRSS 2011-12-12 11:30:02 +00:00