Philipp Schaefer
65b3a4b0e0
added back toast for missing files in dev-mode
2014-01-21 12:02:34 +01:00
fkloft
d5da36a180
add some comments
2014-01-20 23:47:20 +01:00
fkloft
7425058951
Don't restart activity on UI mode change
2014-01-20 23:15:42 +01:00
fkloft
0d9f2293fe
Merge branch 'file_chooser'
2014-01-20 23:09:09 +01:00
fkloft
1baad70db2
Move file reading/encoding to new thread
2014-01-20 22:51:37 +01:00
fkloft
81aa873e41
allow garbage collection to free handlers
2014-01-20 22:37:37 +01:00
fkloft
787a68ac8d
Provide API to select a file on mobile
2014-01-20 22:33:00 +01:00
fkloft
9e210805dc
new dynamic activity result handling
2014-01-20 20:33:02 +01:00
Philipp Schaefer
d9723507c2
bugfix: super.onCreate() was called too early in PluginPreferenceActivity
2014-01-20 20:21:15 +01:00
Philipp Schaefer
437e1cdd08
corrected typo
2014-01-15 15:21:36 +01:00
Philipp Schaefer
08e9aac296
new notification for external plugins
2014-01-15 13:56:48 +01:00
Jon Atkins
b85ce30904
bump mobile version in preperation for bugfix release
2014-01-14 10:43:55 +00:00
fkloft
9113c09fa7
Try to fix recent bug in IITCm
2014-01-14 08:55:32 +01:00
Jon Atkins
ca9b6462f5
bump mobile version number, for new public release
2014-01-13 19:51:47 +00:00
Fragger
bc2f005155
Check for null host in shouldInterceptRequest to prevent FCs
...
base64 encoded image resources were causing .getHost() to return null and then a NullPointerException when .endswith was called on line 150
2014-01-05 19:49:59 -08:00
fkloft
5d674eee40
Use new log system
2014-01-05 23:51:44 +01:00
fkloft
1059e85324
Small forgotten fixes for new virtual URIs
2014-01-05 17:39:15 +01:00
fkloft
a1d03ec69b
mobile: show loading progress in title bar
2014-01-05 16:42:59 +01:00
fkloft
1f47ca87dd
Simplify source for virtual URIs
2014-01-05 16:38:48 +01:00
fkloft
b1bed90997
Use special domain with standard http(s) instead of custom protocol
...
(Avoids warning about insecure content when using https)
2014-01-05 16:33:43 +01:00
fkloft
7d10231aa4
Fix CalledFromWrongThreadException
2014-01-05 16:33:43 +01:00
fkloft
4dffaab36e
Try to fix strange WebView bug on @leCradle's ROM
...
also, allow code input to grow as you type
2014-01-05 16:33:16 +01:00
fkloft
ab572055e3
Use custom Log
2014-01-03 20:07:02 +01:00
fkloft
14d3fe82c2
Fixed zoom controls not being hidden on mobile
2014-01-03 20:06:38 +01:00
fkloft
65f5308854
Enable running JS from debug interface
2014-01-03 20:06:38 +01:00
fkloft
5e25ebe083
Small changes to logging
2014-01-03 20:06:37 +01:00
fkloft
58dc56283a
improved debugging interface
2014-01-03 20:06:37 +01:00
fkloft
9208552e29
use custom protocol for resources
2014-01-03 20:06:37 +01:00
Philipp Schaefer
0c4cb8479e
use File.getParentFile() to get the tiles file path
2014-01-03 17:46:35 +01:00
Philipp Schaefer
cfdaf17ee6
improved tile caching by merging equal domains in one folder
2014-01-03 12:29:39 +01:00
fkloft
9976900255
amend IITCm contributors, small changes to strings
2014-01-02 21:01:17 +01:00
fkloft
4227c072f9
user-location: Avoid errors if plugin has not been initialized yet
2014-01-02 20:41:11 +01:00
Philipp Schaefer
bcaa757891
don't add stock plugins to the plugin section
2014-01-02 12:18:57 +01:00
Philipp Schaefer
4380111851
use new location pref while injecting scripts
2014-01-02 12:16:15 +01:00
Philipp Schaefer
b5ffcb5448
don't leave follow mode on mapmove for a variable zoom
...
the user may want to use different zooms in follow mode (for example
if he rides a bike or drives a car)...unfortunately, leaflet triggers
maps movestart event _before_ the zoomstart event. this makes it
impossible to differentiate between a mapmove triggered by a zoom-event
or a move-event. the user can leave the follow mode by pressing the
getLocation button...this should be enough.
2013-12-30 17:44:42 +01:00
Philipp Schaefer
be91809e84
changed update apk download description
2013-12-28 20:18:08 +01:00
Philipp Schaefer
3fe9b91a92
use current best location estimation from the android docs: http://developer.android.com/guide/topics/location/strategies.html#BestEstimate
2013-12-27 17:09:33 +01:00
fkloft
7ff4c79910
Don't start follow mode immediately
2013-12-24 11:48:01 +01:00
fkloft
4b415dba59
Only move map when marker reaches edge
2013-12-23 23:20:24 +01:00
fkloft
78f6e07457
Mobile: implement follow mode
2013-12-23 23:20:24 +01:00
fkloft
51064a29c4
Use CSS transition for arrow rotation
2013-12-23 23:20:24 +01:00
fkloft
2823450857
mobile/user-location: Do not reload when switching between loc+sensor and loc-only
2013-12-23 23:20:24 +01:00
fkloft
7f82671276
remove unused imports and fields; code formatting
2013-12-23 23:20:24 +01:00
Philipp Schaefer
1e75353eb3
added back possibility to move webviews cache to external storage
...
* in theory, this is not needed anymore since iitcm now has its own
* tile cache. But the user may want to use tiles loaded by an external
* plugin and cache them on sdCard. This would make use of the webviews
* cache...to stay consistent with our external storage preference we
* need this method.
2013-12-22 13:36:59 +01:00
Jon Atkins
c46967549b
bump mobile version number
2013-12-21 20:46:45 +01:00
Philipp Schaefer
9a842496da
add back webviews cache...needed for map tiles loaded by external plugins
2013-12-21 20:45:05 +01:00
Philipp Schaefer
b3ec24f177
removed not used return value
2013-12-21 20:22:50 +01:00
Philipp Schaefer
cd524c4e61
removed copy+pasted comment...
2013-12-21 19:39:12 +01:00
Philipp Schaefer
90e8764f49
removed not used imports
2013-12-21 18:41:26 +01:00
Philipp Schaefer
c624a789d5
update tiles if outdated (use lastModified tag and only update on wifi)
2013-12-21 18:39:50 +01:00