104 Commits

Author SHA1 Message Date
fkloft
90eb283f78 [mobile] support for mission permalinks 2015-04-13 20:55:58 +02:00
Philipp Schaefer
c551c41609 launch some intents as new task 2015-01-13 13:00:15 +01:00
Philipp Schaefer
de521112f5 added support for cartoDB tiles 2014-12-30 13:07:29 +01:00
Philipp Schaefer
f093f3e19c only handle google login and ingress intel links in webview 2014-08-19 02:33:20 +02:00
Philipp Schaefer
0fc57f8cfc moved reset calls into new reset method of main activity 2014-08-19 02:29:02 +02:00
Philipp Schaefer
585c16ef72 removed redundant loc 2014-08-19 02:13:11 +02:00
Philipp Schaefer
799c790b9f fixed login 2014-08-19 01:44:13 +02:00
Philipp Schaefer
0a461ab753 * moved necessary resets to from reloadIITC() to loadURL()
* better url parameter add
* fixed wrong return value of shouldOverrideUrlLoading()
2014-08-18 23:28:52 +02:00
fkloft
5654eae8bd sort members 2014-07-22 00:55:24 +02:00
fkloft
18fe655c82 small changes, refactoring, etc 2014-07-22 00:53:11 +02:00
Philipp Schaefer
b96f054424 replaced copied AOSP code with own implementation 2014-07-21 20:51:11 +02:00
Philipp Schaefer
578c367f5b added http proxy authentication (see #819) 2014-07-16 12:57:47 +02:00
Philipp Schaefer
41e60d5adc load plugins in alphabetical order, load main script last 2014-04-21 15:31:57 +02:00
Philipp Schaefer
e9dccc0e8f moved comments to correct place 2014-02-19 00:15:46 +01:00
fkloft
100d83db8a Code formatting, add final modifiers 2014-01-21 16:28:11 +01:00
Philipp Schaefer
08e9aac296 new notification for external plugins 2014-01-15 13:56:48 +01: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
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
ab572055e3 Use custom Log 2014-01-03 20:07:02 +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
cfdaf17ee6 improved tile caching by merging equal domains in one folder 2014-01-03 12:29:39 +01:00
Philipp Schaefer
4380111851 use new location pref while injecting scripts 2014-01-02 12:16:15 +01:00
Philipp Schaefer
8f5072dda5 added tile support for bing, ovi and yandex maps...tileManager should now manage all iitc supported tiles 2013-12-21 17:59:50 +01:00
Philipp Schaefer
eed11120da changed google tile regex 2013-12-21 17:33:53 +01:00
Philipp Schaefer
3e5124022d removed default cache, since we cache tiles on our own it's not needed anymore 2013-12-21 17:25:31 +01:00
Philipp Schaefer
fa89fc67d8 new tile management 2013-12-21 17:16:21 +01:00
Mike Castle
27bb6f058e Spell checking, d-g. 2013-11-22 23:31:05 -08:00
Philipp Schaefer
d9d335b22e some code reformatting 2013-11-10 23:30:51 +01:00
Philipp Schaefer
7c2445edd1 reset iitcInjected onLoginRequested 2013-11-10 13:04:18 +01:00
Philipp Schaefer
9c1449fc7d fixed bootloop of sync plugin 2013-11-06 00:26:24 +01:00
Philipp Schaefer
3f901a588a made getScriptInfo static and use it in pluginpreferenceactivity 2013-10-30 23:45:59 +01:00
Philipp Schaefer
c349991f53 fake GM_info object 2013-10-30 23:18:56 +01:00
Philipp Schaefer
796f693370 Merge branch 'development'
Conflicts:
	mobile/res/xml/preferences.xml
	mobile/src/com/cradle/iitc_mobile/fragments/MainSettings.java
2013-10-22 20:45:06 +02:00
fkloft
5198858b6c New about dialog for IITCm 2013-10-22 20:33:09 +02:00
Philipp Schaefer
3d7192ecd6 reformat code 2013-10-22 20:05:58 +02:00
Philipp Schaefer
c405b626d3 categories for advanced settings 2013-10-13 14:11:53 +02:00
Philipp Schaefer
7d60f93472 moved user location plugin back to assets root so that it's not displayed in the iitc plugins section 2013-10-11 11:29:55 +02:00
Philipp Schaefer
0601827878 reverted back to one-after-another plugin injection 2013-10-08 23:04:23 +02:00
Philipp Schaefer
709af1a9d9 some code formatting 2013-10-04 16:15:58 +02:00
Philipp Schaefer
eeb24315fb moved login caching mode setting to webviewclient 2013-10-03 16:52:33 +02:00
Philipp Schaefer
4b0ff58a7b commented out weblogin for now since it confuses the user 2013-10-03 11:27:57 +02:00
Philipp Schaefer
aa219300f8 user plugins back to top + use header categories 2013-09-12 12:07:32 +02:00
Jon Atkins
61177c4cda remove (for now) the mobile app code that prevented loading the stock gen_dashboard.js
due to recent changes (attempts to block IITC?) the IITC scripts now need to see the functions defined in the stock site
2013-08-31 16:43:45 +01:00
Philipp Schaefer
d30692399c no delay necessary on iitc-script injection 2013-08-29 17:21:03 +02:00
Jon Atkins
82ede78844 fix running IITC at startup on mobile. we don't have jquery, so $(document) isn't available.
not sure if there's a native method to easily set the document.ready event, but a 1ms setTimeout will work just fine instead.
2013-08-28 00:09:58 +01: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
756dabacfa - added long click support to disable/enabled all layers
- some refactoring
2013-08-04 00:43:37 +02:00