R Hirner
6f5748c464
Handle resources with "%" and other special characters in file name more accurately ( fixes #401 )
2014-12-27 22:42:57 +01:00
R Hirner
0423e00ffd
Repair some common invalid URLs, version bump to 0.6.9. invalid URLs, version bump to 0.6.9.1
2014-12-26 19:55:52 +01:00
R Hirner
ac46b8f45f
Mention used Apache HttpClient Android port
2014-12-26 18:57:51 +01:00
R Hirner
142e229ff3
Handle relative URIs with ":" in path names correctly
2014-12-26 18:53:22 +01:00
R Hirner
e65a1b5f16
Minor code tweaks (by lint)
2014-12-21 11:24:00 +01:00
R Hirner
bfbd4569ed
Temporarily use patched version of HttpClient-Android 4.3.5 to avoid Basic Authorization bug
2014-12-21 10:50:53 +01:00
R Hirner
a52e3507e7
Use HttpClient HC4 classes whenever possible (instead of stock Android HttpClient 4.0-beta classes); reorganize imports
2014-12-21 02:19:06 +01:00
R Hirner
49f7bbd8da
version bump to 0.6.9
...
* fix i18n
2014-12-20 23:38:37 +01:00
R Hirner
8a75552a4c
shrink bytecode with ProGuard for both debug/release builds ( closes #202 )
...
* enable ProGuard for debug builds because real-life testing is done with debug builds
2014-12-20 23:34:32 +01:00
R Hirner
5ce03abad6
Re-enable tests again
2014-12-20 23:33:02 +01:00
R Hirner
a7e8221e26
Remove Debug settings activity
...
* remove debug settings activity; logging can now be enabled via adb setprop, since that's the default way of enabling verbose logs in HttpClient's Android flavour and adb is required for viewing the logs anway
* update i18n accordingly
2014-12-20 21:35:52 +01:00
R Hirner
0cc23e3ecf
Merge with origin/master
2014-12-20 21:15:08 +01:00
R Hirner
d56175652c
Migrated to Android Studio/gradle
...
* moved all dependencies to gradle instead of shipping .jar files in the app/lib directory
* switched to official Android port of HttpClient instead of httpclientandroidlib
* new .gitignore and project files
2014-12-20 20:21:46 +01:00