Boris Kraut
6353dd1a09
Importer: Fix duplicated urls
2015-03-22 03:24:43 +01:00
Ciaran Gultnieks
95ff6de599
Improve validation of fdroid import page parsing
2015-01-31 12:07:42 +00:00
Daniel Martí
7d21417286
Fix 'fdroid import' flavours crasher
2014-09-20 22:35:58 +02:00
Daniel Martí
94c29f9c37
Map apps in memory from appid to appinfo
...
Instead of storing them in a list and doing linear searches by appinfo['id']
2014-08-16 12:46:02 +02:00
Daniel Martí
3dbf99a7f2
Use shorter and non-redundant 'or' clauses for 'if True else' assignments
2014-07-03 17:35:28 +02:00
Daniel Martí
e8284225c9
Improve some log levels
2014-07-01 20:32:49 +02:00
Daniel Martí
fcface673e
Fix crash in 'fdroid import'
2014-06-15 12:30:03 +02:00
Daniel Martí
b63ce63017
Fix small issue in import.py
2014-06-11 22:48:12 +02:00
Daniel Martí
8675d50261
Add support for gitlab.com repos to import
2014-06-01 16:37:33 +02:00
Ciaran Gultnieks
d104f2e1fb
Support https://code.google.com in fdroid import
2014-05-15 10:26:35 +01:00
Hans-Christoph Steiner
0e00b36db5
fix PEP8 E124/E125/126/127/128 indentation issues
...
* E124 closing bracket does not match visual indentation
* E125 continuation line does not distinguish itself from next logical line
* E126 continuation line over-indented for hanging indent
* E127 continuation line over-indented for visual indent
* E128 continuation line under-indented for visual indent
2014-05-06 14:36:33 -04:00
Hans-Christoph Steiner
6abb390547
fix PEP8 "E261 at least two spaces before inline comment"
2014-05-06 11:45:04 -04:00
Hans-Christoph Steiner
aa5f317c26
fix PEP8 "W391 blank line at end of file"
2014-05-06 11:45:03 -04:00
Hans-Christoph Steiner
3f4f7a544b
fix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 11:45:03 -04:00
Hans-Christoph Steiner
2f2618e06c
fix PEP8 "E401 multiple imports on one line"
2014-05-06 11:45:03 -04:00
Hans-Christoph Steiner
d8bae963a9
fix PEP8 "E703 statement ends with a semicolon"
2014-05-06 11:45:03 -04:00
Hans-Christoph Steiner
7e17fafc14
fix PEP8 "E225 missing whitespace around operator"
2014-05-06 11:45:03 -04:00
Daniel Martí
945d8b126f
Properly use logging.warn in some places
2014-03-18 08:22:36 +01:00
Ciaran Gultnieks
37dda9414c
Add --quiet option, restricting output to warnings/errors
2014-02-22 09:46:24 +00:00
Daniel Martí
63d7cbee9f
Fix a buildjni regression
2014-02-17 13:04:39 +01:00
Daniel Martí
49ec09a78b
Add missing -v/--verbose flag to import
2014-02-03 23:38:33 +01:00
Daniel Martí
2f93ba9bd6
Merge branch 'master' into logging
...
Conflicts:
fdroidserver/common.py
2014-01-28 14:14:59 +01:00
Daniel Martí
3687147997
Update my own copyright notices
2014-01-28 14:07:19 +01:00
Daniel Martí
1b743e8b74
More logging
2014-01-27 21:49:29 +01:00
Daniel Martí
0765f14c9d
Remove trailing spaces and tabs
2013-12-30 17:05:25 +01:00
Daniel Martí
84bf3d758f
Better parsing of args, install now works as it should
2013-12-19 17:51:16 +01:00
Ciaran Gultnieks
157fe2a1fd
Import support for kivy projects (with buildozer spec)
2013-11-24 22:11:29 +00:00
Daniel Martí
fb38eb6b8c
First metadata checks rewrite; New metadata.py module
2013-11-19 15:35:16 +01:00
Daniel Martí
b1ae08e850
Default new import.py apps to UCM:Tags (should be a standard)
2013-11-16 22:53:04 +01:00
Daniel Martí
560dd15464
Fix import.py crash
2013-11-13 17:31:53 +01:00
Daniel Martí
7a4ec5c083
AM.xml is not the only file that designates an android app source dir
2013-11-02 22:52:52 +01:00
Daniel Martí
c3be06fb1d
Start rewriting options and config as common.py globals
2013-11-01 13:55:38 +01:00
Ciaran Gultnieks
b87dde445f
Fix import error message
2013-10-31 15:47:24 +00:00
Ciaran Gultnieks
08287a1fa8
Handle repo config in a more sensible way
2013-10-31 15:37:39 +00:00
Daniel Martí
2c804ef88a
Switch all shebangs to 'env python2'
2013-10-31 13:27:24 +01:00
Ciaran Gultnieks
c1020ca38f
A couple of minor import improvements
2013-10-30 09:51:33 +00:00
Daniel Martí
0ba888850a
Regression - we won't do subvercodes
2013-10-25 10:37:53 +02:00
Ciaran Gultnieks
3e8db35101
Fix recently introduced import bug
2013-10-25 09:28:11 +01:00
Daniel Martí
43209c1e76
Add issue page to github repos on import
2013-09-22 23:26:39 +02:00
Daniel Martí
a35ff3e154
Also finish at quotes when using import -u
2013-09-16 14:25:39 +02:00
Daniel Martí
76d3b56ff5
Remove a bunch of unused imports
2013-08-22 16:42:57 +02:00
Daniel Martí
eb7a2d9e63
Yet another silly mistake
2013-08-15 15:25:05 +02:00
Daniel Martí
26c5cc0e6b
Silly mistake in import.py
2013-08-15 15:14:24 +02:00
Daniel Martí
37041c506b
Fix import
2013-08-15 15:09:47 +02:00
Daniel Martí
705a05f4c1
Market is broken, don't default to it
2013-08-08 16:47:26 +02:00
Ciaran Gultnieks
eefb9eb075
Write .fdroidvcs when retaining imported vcs repo
2013-06-24 10:40:27 +01:00
Daniel Martí
f6fb7416c5
Fall back to res/values to avoid @strings/app_name
2013-05-14 20:50:40 +02:00
Ciaran Gultnieks
f0c6402062
Rejects bad import url for github
2012-09-18 10:06:34 +01:00
Ciaran Gultnieks
09e296d2de
Lots of build system improvements and fixes
2012-09-08 09:56:20 +01:00
Ciaran Gultnieks
b867ffd24f
Recognise more licenses in Google Code project pages
2012-08-21 21:59:49 +01:00