65 Commits

Author SHA1 Message Date
fkloft
ffcc8e3349 [mobile] provide method to reload IITC (and clear cache)
fixes 842
2014-08-13 11:45:32 +02:00
fkloft
b30c1e4aa3 [IITCm] new feature: share a screenshot of the current view 2014-03-01 13:07:40 +01:00
fkloft
0ba9098d80 [mobile] more general save function 2014-02-14 00:20:41 +01:00
Philipp Schaefer
903fa4f904 added support for draw tools file export on Android < 4.4 2014-02-13 23:59:44 +01:00
fkloft
51a835ce3b [mobile] Provide a method to save a file 2014-02-13 22:33:41 +01:00
fkloft
23a092f187 Add Android Beam (NFC) support 2014-01-26 14:35:12 +01:00
fkloft
6b7525836d add final modifiers to IITC_JSInterface 2014-01-26 14:29:44 +01:00
Philipp Schaefer
adc5d16297 workaround: always enable JS if webview has focus. fixes select box spinner close behavior on Android 4.4 2014-01-24 00:16:43 +01:00
fkloft
787a68ac8d Provide API to select a file on mobile 2014-01-20 22:33:00 +01:00
fkloft
5d674eee40 Use new log system 2014-01-05 23:51:44 +01:00
fkloft
a1d03ec69b mobile: show loading progress in title bar 2014-01-05 16:42:59 +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
9208552e29 use custom protocol for resources 2014-01-03 20:06:37 +01:00
fkloft
78f6e07457 Mobile: implement follow mode 2013-12-23 23:20:24 +01:00
Philipp Schaefer
2522a97ee9 added default plugin icon plus JSInterface method 2013-12-04 10:17:05 +01:00
fkloft
ad6a447bde Allow plugins to add panes to mobile nav drawer 2013-12-02 23:40:25 +01:00
fkloft
40d25ad8ef Replace Pane enum with class 2013-12-02 23:06:18 +01:00
Philipp Schaefer
c82803d236 added update mechanism to iitcm 2013-11-08 21:42:59 +01:00
Philipp Schaefer
bb4d57acad - added getVersionName() to JSInterface
- use versionName in IITC About dialog
2013-10-30 23:21:27 +01:00
Philipp Schaefer
709af1a9d9 some code formatting 2013-10-04 16:15:58 +02:00
fkloft
8cb512432a avoid JS errors 2013-09-24 01:26:09 +02:00
Philipp Schaefer
38446594db renamed splashScreen method 2013-09-24 01:05:26 +02:00
fkloft
f560ff369f Introduce a second drawer with map settings 2013-09-23 18:35:10 +02:00
fkloft
94b1663df6 Hide drawer while loading 2013-09-22 18:50:40 +02:00
fkloft
1ca1401cca WIP - implement navigation drawer (slide-in menu) 2013-09-22 18:28:08 +02:00
fkloft
6477dd5656 Change class name 2013-09-22 14:44:30 +02:00
fkloft
bf229f7f05 Code formatting 2013-09-18 17:40:05 +02:00
fkloft
daaef1575e Show portal highlighters in action bar 2013-09-18 16:43:12 +02:00
fkloft
eee9ce78e0 But ActionBar related stuff into new class ActionBarHelper 2013-09-18 15:31:50 +02:00
Philipp Schaefer
c89fe648f8 call WebView method in UI thread (thx for the hint fkloft) 2013-09-05 18:34:12 +02:00
Philipp Schaefer
fe632b5ccc added method to get versionCode of mobile app to JSInterface 2013-09-02 21:27:16 +02:00
Philipp Schaefer
d822d56377 added possibility to share strings from javascript to iitc share activity (see #482) 2013-08-13 17:03:30 +02:00
Philipp Schaefer
855ad003a2 disable splash screen on JS error and HTTP response error code (fixes #475) 2013-08-10 17:35:17 +02:00
Philipp Schaefer
661a3ece1a removed not used imports 2013-08-04 00:51:17 +02:00
Philipp Schaefer
756dabacfa - added long click support to disable/enabled all layers
- some refactoring
2013-08-04 00:43:37 +02:00
Philipp Schaefer
ab164cfde5 Merge branch 'intents' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-intents
Conflicts:
	mobile/res/values/strings.xml
2013-07-27 11:23:51 +02:00
fkloft
fa4d4c64f7 Pass title from JavaScript 2013-07-26 23:29:32 +02:00
fkloft
50d1b643fc Use activity instead of dialog 2013-07-26 19:13:25 +02:00
Philipp Schaefer
89846e1a77 get rid of WebRessourceResponse injecting (fix for #437)
- added some kind of splash screen
2013-07-21 20:39:13 +02:00
fkloft
2b7ac5605b Improved permalink/portal link
Now shows a dialog from which you can:
* share the permalink using the standard android share feature
* copy the link to the clipboard
* open the intel map link with an installed browser
* show the map with an installed map application (that supports geo: URIs)
2013-07-21 00:51:21 +02:00
Philipp Schaefer
3e18e5bea1 removed geo intent marker tag, since gmaps can't cope with it anymore 2013-07-20 13:29:59 +02:00
Philipp Schaefer
255831f4eb let iitcm react on the dialog focused callback 2013-07-02 10:53:03 +02:00
Philipp Schaefer
d220ed3ac4 more code formatting 2013-06-16 13:49:57 +02:00
Philipp Schaefer
dc22aaf4dd more code formatting 2013-06-16 13:28:41 +02:00
Philipp Schaefer
e85a6a98ac some code formatting 2013-06-16 13:23:41 +02:00
Philipp Schaefer
d21fdc0176 overhauled button pressed backStack behaviour...use a JS callback to let it work with JS calls 2013-06-14 16:49:54 +02:00
Philipp Schaefer
ec977eb288 commit change of JSInterface too 2013-06-14 01:04:29 +02:00
Philipp Schaefer
b3a42783fa close dialogs onBackPressed (fixes #363) 2013-06-11 01:21:36 +02:00
Philipp Schaefer
d3461b0451 got back long press on portal functionality 2013-05-25 13:39:58 +02:00