2501f5c82f
bugfix (IITCm crashed if an unvalid URI was given)
2014-08-13 18:34:22 +02:00
9a82110a1f
improvments to plugin updater
...
- don't download a file twice if there is no updateURL (or if updateURL==downloadURL)
- use the downloadURL from the new meta file
2014-08-06 14:44:20 +02:00
2a3441003b
added GM/TM option 'require secure updates' for plugin updates
2014-05-17 11:17:02 +02:00
dcd6fce41e
cache script info in script update class
2014-05-17 10:54:40 +02:00
4bec474b21
added preferences for user plugin updates
2014-05-16 14:14:09 +02:00
69d6dde544
added user plugin update mechanism
2014-05-16 12:17:00 +02:00
0d852b5043
got rid of iitc source setting
...
* the developer mode makes it pretty much useless
* it's broken since the new fileManager was introduced. nobody complained that it doesn't work -> nobody uses this feature.
2014-01-22 16:15:54 +01:00
d8a09bbae2
* improved pluginPreferenceActivity (yes, I tested it in tablet mode)
...
* made IITC_FileManager.readStream(...) static and always use it when reading src files
2014-01-22 10:45:20 +01:00
100d83db8a
Code formatting, add final modifiers
2014-01-21 16:28:11 +01:00
7bccd67210
Use common function for stream copying
2014-01-21 15:37:40 +01:00
5d674eee40
Use new log system
2014-01-05 23:51:44 +01:00
ab572055e3
Use custom Log
2014-01-03 20:07:02 +01:00
0c4cb8479e
use File.getParentFile() to get the tiles file path
2014-01-03 17:46:35 +01:00
7f82671276
remove unused imports and fields; code formatting
2013-12-23 23:20:24 +01:00
b3ec24f177
removed not used return value
2013-12-21 20:22:50 +01:00
cd524c4e61
removed copy+pasted comment...
2013-12-21 19:39:12 +01:00
90e8764f49
removed not used imports
2013-12-21 18:41:26 +01:00
c624a789d5
update tiles if outdated (use lastModified tag and only update on wifi)
2013-12-21 18:39:50 +01:00
eed11120da
changed google tile regex
2013-12-21 17:33:53 +01:00
fa89fc67d8
new tile management
2013-12-21 17:16:21 +01:00
b237b1a49f
use android download manager instead of own download task
2013-11-09 01:01:13 +01:00
32a13b46ae
stick to camelCase
2013-11-08 21:57:12 +01:00
c82803d236
added update mechanism to iitcm
2013-11-08 21:42:59 +01:00
709af1a9d9
some code formatting
2013-10-04 16:15:58 +02:00
1e3efd7d3b
bugfix: run setLoadingState on UI thread in CheckHttpResponse
2013-09-29 00:38:38 +02:00
38446594db
renamed splashScreen method
2013-09-24 01:05:26 +02:00
bf229f7f05
Code formatting
2013-09-18 17:40:05 +02:00
1a1008c70e
Code formatting, removed dead code, fixed warning
2013-09-18 16:48:30 +02:00
eca557c262
fixed comment
2013-08-29 19:15:45 +02:00
38dce23c17
show an alert dialog which describes the workaround for the Google login
...
(see #497 )
2013-08-29 18:51:43 +02:00
855ad003a2
disable splash screen on JS error and HTTP response error code ( fixes #475 )
2013-08-10 17:35:17 +02:00
10044a675d
Use function available on older APIs instead of API detection
2013-07-28 14:30:07 +02:00
a1cfa9b8d6
changed comments
2013-07-09 00:19:31 +02:00
7fcb1e0874
create an async task for online js parsing
2013-07-09 00:14:12 +02:00