3073 Commits

Author SHA1 Message Date
Jon Atkins
5fc9bf7f8e draw tools:
- broken localStorage data won't prevent plugin from loading
- import: validate data better on import - json parse before erasing current items, try/catch around whole import process, and existing save method writes back to storage
2014-01-29 05:57:32 +00:00
Jon Atkins
f40cda384e draw-tools: use colour picker rather than input box 2014-01-29 05:31:23 +00:00
Jon Atkins
dbfaf19b91 fix colour setting, broken by my changes to #746 2014-01-29 02:56:40 +00:00
Jon Atkins
af491221dc some cleanups to #746 2014-01-29 02:17:51 +00:00
Jon Atkins
c174cbe20b Merge branch 'master' of https://github.com/enigmaquip/ingress-intel-total-conversion into enigmaquip-master 2014-01-29 00:20:04 +00:00
Jon Atkins
fb88413703 plugin: region borders
- zoomed out region groups colour changes
- move region labels inside the visible region when zoomed in enough
2014-01-28 20:22:04 +00:00
Jon Atkins
9cd526771c Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-01-28 02:08:26 +00:00
Jon Atkins
a168991f74 render fields, links and portals in separate passes
this keeps the display order close to correct while data loads
2014-01-28 02:07:30 +00:00
Marcus Winkler
45b1691f3e fixed broken kml support 2014-01-27 14:10:53 +01:00
Jon Atkins
9754af9e67 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-01-26 17:54:03 +00:00
Jon Atkins
980e136508 portal marker scaling: when zoomed out, reduce the scale of portal markers
the stock intel map has done this for a while, so lets try it in IITC
2014-01-26 17:53:10 +00:00
Jon Atkins
9efe828ccb performance: portal names updates less often, as computing visibility gets expensive with lots of portals visible 2014-01-26 17:51:37 +00:00
Jon Atkins
170a370099 performance improvement: compute ap stats runs less often during rendering, as it's relatively expensive and slows things down 2014-01-26 17:50:24 +00: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
enigmaquip
09fa2be1fe Draw Tools Update
Updates to draw tools to add options menu (similar to bookmarks). Added
import/export/reset. Also added ability to set color of drawn items and
save color state
2014-01-25 09:51:23 -07: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
Jon Atkins
4abe18d323 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-01-22 19:20:35 +00:00
Jon Atkins
885489029e change naming of checkpoint times - 'start'+'end' don't make sense 2014-01-22 19:20:04 +00:00
Jon Atkins
9b9bf5b671 update leaflet to 0.7.2 2014-01-22 19:19:52 +00:00
fkloft
769c03e58e [bookmarks-by-zaso] Option to keep selected portals when using auto-draw
/cc @ZasoGD
2014-01-22 20:17:07 +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
278f1e0684 fixed angle quotes for home directory in faq page 2014-01-22 17:20:37 +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
Jon Atkins
a161c4e181 new plugin: show the current scoring cycle/checkpoint times on the sidebar 2014-01-22 04:15:28 +00:00
Jon Atkins
483227b8fc comments concerning things that need fixing at some point... 2014-01-22 03:27:21 +00:00
Jon Atkins
3d17f67e95 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-01-21 17:44:21 +00:00
Jon Atkins
68d3edf786 alternate opacity to #744 2014-01-21 17:43:13 +00: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
728144d46f use new file request api for add-kml 2014-01-20 22:53:30 +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
Jon Atkins
d645064a6d 'in' doesn't do what i thought it did for arrays - doh! 2014-01-20 19:50:12 +00:00
Jon Atkins
80c5f021c9 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-01-20 19:38:44 +00:00
Jon Atkins
022a918084 flip i/j coords in calculating cell names - confirmed it's required (for two of the zones at least - no examples for southern yet)
also,
- add top-level cube face borders in a different colour
- only draw cells at sensible sizes
2014-01-20 19:33:40 +00: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