Daniel Martí
e4527da122
Prepare for sdk level 23
2015-08-20 09:56:57 -07:00
Daniel Martí
3f5b5ffc93
Avoid package receiver NPE crashes. Fixes #380 .
2015-08-19 11:19:59 -07:00
Daniel Martí
968b35f324
Update notes about discontinued libraries
2015-08-18 19:42:01 -07:00
Daniel Martí
33e09cc344
Don't use multi-arg compiles in gradle
...
Easier to keep line changes simpler this way.
2015-08-18 19:32:38 -07:00
Daniel Martí
780f77dab9
Don't show menu item to enable NFC if not available
...
Follow-up to #379
2015-08-18 14:16:50 -07:00
Daniel Martí
997b4a4698
Run remove-unused-trans.py
2015-08-18 13:16:02 -07:00
Daniel Martí
fd7f942595
Avoid NPE crash on devices without NFC. Fixes #379 .
2015-08-18 13:14:13 -07:00
Daniel Martí
fa929a4cf4
Bump buildToolsVersion
2015-08-18 10:24:52 -07:00
Daniel Martí
ca06edd797
Merge branch 'master' into 'master'
...
Clean up colors definitions
Use system constants when possible; move the red color definition from `styles.xml` to `colors.xml` and tune it to match the [Material Design guidelines](http://www.google.com/design/spec/patterns/errors.html#errors-user-input-errors ).
See merge request !121
2015-08-17 17:23:07 +00:00
relan
0d864a866c
Use the red color suggested by the Material Design spec
...
See http://www.google.com/design/spec/patterns/errors.html#errors-user-input-errors
2015-08-17 14:29:51 +03:00
relan
83c8d6d303
Move the red color constant from styles.xml to colors.xml
...
Because this is the proper place for colors definitions.
2015-08-17 14:25:58 +03:00
relan
f25dafe913
Use system constant for the white color
2015-08-17 13:14:45 +03:00
relan
a49ea5c3c3
Remove unused constant for the black color
2015-08-17 13:11:35 +03:00
relan
1b81267841
Use system constant for the transparent color
2015-08-17 13:11:06 +03:00
Daniel Martí
a6b1f21ce5
Bump to 0.96-alpha2
v0.96-alpha2
2015-08-16 13:20:15 -07:00
Nico Alt
d69021804d
Use tabs instead of spaces
...
To do not indent the code
2015-08-16 17:32:48 +02:00
Nico Alt
eaf04dd78e
Don't mark as code in code block
2015-08-16 17:28:34 +02:00
Daniel Martí
ed2de37207
Merge branch 'master' into 'master'
...
Update string.xml
Use a less mathematical wording.
Hopefully, translators will follow this.
See merge request !120
2015-08-16 08:38:49 +00:00
Hartmut Goebel
9d4bfe0f63
Update string.xml
...
Use a less mathematical wording
2015-08-16 07:44:23 +00:00
Daniel Martí
d9ed0ffb0d
Merge branch 'installer-patches'
2015-08-15 14:01:03 -07:00
Daniel Martí
944fb46aa5
Add proguard rules for support-v7, fixes #372
2015-08-15 14:00:24 -07:00
Daniel Martí
7bff114602
Re-enable proguard for release builds
...
It can be disabled for stables if it's not reliable.
Also enabled for debugging so that bugs don't slip into release builds.
2015-08-15 13:56:28 -07:00
Daniel Martí
3c35927085
Undo update repo button hiding in e984ed82ef3
...
The button can be hidden or entirely removed once users have an easy way to
trigger an index update, e.g. via pull to refresh.
2015-08-15 13:11:20 -07:00
Daniel Martí
ad8896b2e8
Bump gradle plugin version to 1.3.1
2015-08-13 11:23:28 -07:00
Daniel Martí
0e3172b277
Use mkdir -p instead of mkdir to not error if already existing
...
See #364
2015-08-12 13:41:13 -07:00
Daniel Martí
98117b19c0
Make sure that our system folder is 755
...
See #364
2015-08-12 13:41:02 -07:00
Daniel Martí
e434f39839
Android Studio fixes
2015-08-12 13:33:43 -07:00
Daniel Martí
e48fb93c77
First changelog writeup
2015-08-10 17:27:50 -07:00
Daniel Martí
e895d1f0d3
Merge branch 'master' into 'master'
...
Add timeout for Http request
The timeout of HttpURLConnection is 0, which means the request would never return if either connection or read timeouts, and the code would never catch these exceptions.
This patch set explicit timeout value (10s for connection timeout and 40s for read timeout), so the code would catch and handle timeout exceptions as you would expect.
Best,
See merge request !117
2015-08-11 00:20:17 +00:00
Daniel Martí
14cd500121
Remove unnecessary uses of getString(int)
2015-08-10 17:11:51 -07:00
Daniel Martí
eab27d402b
Update install/uninstall internal error codes to 5.1
2015-08-10 17:11:51 -07:00
Daniel Martí
816bd4b2e6
Start reporting proper install/uninstall error messages
2015-08-10 17:11:50 -07:00
Daniel Martí
79b1396e4a
Disable uninstall button if the app cannot be uninstalled
...
Fixes #329
2015-08-10 17:11:50 -07:00
Daniel Martí
ba54e8b798
SystemInstaller: don't try to remove system apps without updates
2015-08-10 17:11:50 -07:00
Daniel Martí
8d5c7abe89
Add 0.95.1 changelog notes
2015-08-10 17:11:30 -07:00
Daniel Martí
4e0808449d
InstallIntoSystem: Apks are fine being 644, no need for 655
...
See #364
2015-08-10 17:08:01 -07:00
Daniel Martí
052f411433
InstallIntoSystem: add missing trailing '/'
...
See #364
2015-08-10 16:54:50 -07:00
Daniel Martí
ddb94cc831
Cleanup "Downloading..." icon if download fails
2015-08-10 14:56:33 -07:00
Miku Nyan
05f2a76bc4
fixed privileged installer crash on Android < 3.0
2015-08-10 12:00:40 -07:00
Daniel Martí
97f5391567
Merge branch 'master' into 'master'
...
fix #361

See merge request !118
2015-08-10 18:55:47 +00:00
Miku Nyan
a4fe44437a
fix #361
2015-08-10 21:44:20 +03:00
Daniel Martí
1d47956bcf
Run fix-ellipsis
2015-08-09 21:44:01 -07:00
Daniel Martí
e43355ce56
Limit lint output to HTML
2015-08-09 21:33:36 -07:00
Daniel Martí
939e3004b6
Reorganize buildTypes gradle config
...
* disable minify (proguard) on all build types
* explicitly disable resource shrinking on all build types
2015-08-09 19:10:27 -07:00
Daniel Martí
be3148d0e7
Hide all apk download progress views equally
...
Two views weren't hidden by default, so they were taking up space before they
were needed. The java code already takes care of showing them when necessary.
2015-08-09 18:39:20 -07:00
Daniel Martí
019c6019d7
Bump to 0.96-alpha1
v0.96-alpha1
2015-08-09 12:15:06 -07:00
Daniel Martí
31dad85da6
Forgot to bump targetSdkVersion with compileSdkVersion
2015-08-09 12:14:39 -07:00
Daniel Martí
d6dcf6bf7b
Don't prompt users to install into system until it's stable
...
Right now there are multiple issues - #294 , #346 , #347 , #348 - so telling
people to go through the process at startup should not happen yet.
2015-08-09 12:12:41 -07:00
Daniel Martí
d20ef02745
Re-add superuser permission to manifest ( fixes #339 )
2015-08-09 12:12:37 -07:00
Daniel Martí
56ff9d1353
Re-add lightWithDarkActionBar enum item ( fixes #340 )
...
Added it in the same position as it was originally.
2015-08-09 12:12:28 -07:00