597 Commits

Author SHA1 Message Date
Philipp Schaefer
ca53c381aa intent.getAction uri path may be null...generate empty string in that case 2014-02-19 01:21:13 +01:00
Philipp Schaefer
bda40fa331 bugfix: use correct string format for geo intent including zoom 2014-02-19 01:19:40 +01:00
Philipp Schaefer
5a53e88a41 intent MIME types may be null...generate empty string in that case 2014-02-19 00:49:16 +01:00
Philipp Schaefer
89d99fa70a Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2014-02-19 00:15:52 +01:00
Philipp Schaefer
e9dccc0e8f moved comments to correct place 2014-02-19 00:15:46 +01:00
fkloft
6b85e5524c Remove temporary extras before launching the intent 2014-02-18 21:41:58 +01:00
fkloft
24cf79acc7 Add line that must have been deleted by accident 2014-02-18 21:38:50 +01:00
fkloft
c9d0c8141a Improved support for geo: intents 2014-02-18 20:35:44 +01:00
fkloft
09b0fc7297 Renamed classes: IntentFragmentAdapter -> FragmentAdapter, IntentFragment -> IntentListFragment 2014-02-18 18:04:48 +01:00
fkloft
6d9ff2d539 Extract IntentAdapter from IntentListView. Delete IntentListView
(only a small wrapper was left, remainders could be moved to IntentAdapter
2014-02-18 17:55:26 +01:00
fkloft
6fadfa9b39 Major refactoring of ShareActivity. Google Maps now has labeled pins 2014-02-18 17:49:51 +01:00
fkloft
f9cf8d5518 Remove warning, add final modifiers 2014-02-18 15:18:39 +01:00
Philipp Schaefer
9b5adb9ab9 don't trigger on all text mimeTypes
- this breaks compatibility with file explorers throwing a wrong intent (like ES explorer)...but this is not a problem IITCm has to workaround.
2014-02-14 11:32:26 +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
Philipp Schaefer
2a3deb99b5 don't open inputstream twice on http streams...we should get a valid filename here 2014-02-13 23:27:53 +01:00
fkloft
51a835ce3b [mobile] Provide a method to save a file 2014-02-13 22:33:41 +01:00
fkloft
1c637cce10 [mobile] small improvement to debugging: should work with RemoteKeyboard send action 2014-02-13 22:33:41 +01:00
fkloft
9516994fa4 some code formatting, adding final modifiers 2014-02-13 22:33:41 +01:00
Philipp Schaefer
4d5a67053a modified installation msg 2014-02-13 00:32:35 +01:00
Philipp Schaefer
e46372a775 support e-mail attachments too for plugin installation 2014-02-13 00:19:37 +01:00
Philipp Schaefer
b9499e2d1b trigger plugin installation on *.user.js file intent 2014-02-12 23:01:02 +01:00
Philipp Schaefer
2054b5f790 added 'add external plugin' button to IITC plugins preference. ensures that the scripts are always copied to the correct folder. 2014-02-12 14:53:31 +01:00
Jon Atkins
faf50c84ae bump version numbers for new release 2014-02-06 05:10:59 +00:00
fkloft
825fa488ce Use fully qualified package names.
Fixed #761
2014-02-04 22:03:38 +01:00
Philipp Schaefer
6bc055491f added preference summary to IITC plugins 2014-02-01 10:20:21 +01:00
fkloft
b80c4fc7ef tweaks to notices
- new notice when entering info pane (sharing/navigation)
- mention NFC in general how-to
- add some punctuation

Fixes #750
2014-01-31 00:31:47 +01:00
Philipp Schaefer
a8c2bb21ab let iitcm trigger on nfc intel-url intents 2014-01-26 16:06:10 +01:00
fkloft
bb31fbd9f8 Don't crash if no NfcAdapter present; Replace constructor from API 16+ 2014-01-26 15:35:05 +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
db605bcd5c Use copyStream to read file
(Also, increase bufferSize to the value readStream() has used before)
2014-01-22 19:24:41 +01:00
fkloft
80f7d0e601 Use custom Logging methods
(also, code formatting, add final modifiers)
2014-01-22 19:14:11 +01:00
Philipp Schaefer
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
Philipp Schaefer
cfcc18f3a6 removed not used category replacement 2014-01-22 16:03:10 +01:00
Philipp Schaefer
c40ac3374e removed tag from log msg in pluginPreferenceActivity 2014-01-22 15:20:13 +01:00
Philipp Schaefer
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
fkloft
100d83db8a Code formatting, add final modifiers 2014-01-21 16:28:11 +01:00
fkloft
7bccd67210 Use common function for stream copying 2014-01-21 15:37:40 +01:00
Philipp Schaefer
2d5f29d04e new settings structure:
* renamed old 'misc' category to 'tweaks'
* renamed 'developer options' to 'misc'
* moved 'about IITC' screen to misc category (no need to have it on top)
2014-01-21 12:32:21 +01:00
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