Commit Graph

469 Commits

Author SHA1 Message Date
e3e7268841 show additional plugins in plugins dialog (closes #327) 2013-05-28 09:34:35 +02:00
2d247322f9 convert plugin line-end format to unix-style LF only, from CR-LF or CR 2013-05-28 00:07:29 +01:00
d381a0304e check if zoom enabled before loading plugins 2013-05-27 15:34:04 +02:00
85b7715c5d better check for plugins wrapper removal 2013-05-27 15:29:13 +02:00
ff900520ad load plugins and iitc main script simultanously (fixes #303) 2013-05-27 14:12:12 +02:00
c852d1f34b use class attribute to check for enabled/disabled desktop mode 2013-05-26 14:50:16 +02:00
86fe10aa9c added back desktop mode (see #304) 2013-05-26 14:15:11 +02:00
c8dc62eafb added forgotten getString(...) 2013-05-25 16:25:34 +02:00
5311fb1641 set currentPane to home if home button is pressed 2013-05-25 16:05:29 +02:00
37dac3b197 * display backstack correctly on home button
* clear backstack on home button pressed
2013-05-25 15:37:49 +02:00
d3461b0451 got back long press on portal functionality 2013-05-25 13:39:58 +02:00
6e6249f903 * removed JS backstack (not needed anymore)
* removed JSInterface exit method
2013-05-25 12:24:59 +02:00
0a97d6a5e4 * removed not used import
* handle home button correctly
* update currentPane after backStack.pop()
2013-05-25 12:23:27 +02:00
7ada77ac21 Just some code clean up. 2013-05-25 12:33:27 +10:00
3691402e4a Improved back handling in mobile app. Now more consistant with standard. 2013-05-25 11:58:35 +10:00
045279a265 extended JSInterface to finish app via js (see #312) 2013-05-24 17:24:02 +02:00
3245ca01d4 removed not used imports 2013-05-24 15:52:36 +02:00
a56272f260 some tweaks for the new search
* distinguish between onCreate intent and resume intent (do not always reload)
* handle voice search correct
2013-05-24 15:48:37 +02:00
34712cddb1 Removed menu selection handling for search due to double search. 2013-05-24 17:04:06 +10:00
9ce25e7e57 Initial commit of a working Search View. 2013-05-24 15:52:25 +10:00
f58e8cfa83 fixed typo in API 2013-05-23 13:44:00 +02:00
74a77d874f some comments and update README+HACKING 2013-05-20 12:05:40 +02:00
83dbdf4e18 split layers in 2 different dialogs 2013-05-20 11:34:40 +02:00
49ba6eced6 got rid of the quotation marks in in-app layer chooser 2013-05-19 19:07:55 +02:00
73f54fa808 list overlay layers first in in-app layer chooser 2013-05-19 18:47:11 +02:00
7f723cd559 first version of in-app layer chooser 2013-05-19 17:14:39 +02:00
114103f08c added comments 2013-05-17 09:36:10 +02:00
2194a0c74f Rename class 2013-05-17 08:56:03 +02:00
42b03d2daa Remove obsolete import 2013-05-15 23:54:42 +02:00
15ad360f0b Restored geolocation feature 2013-05-15 23:06:26 +02:00
8f9ee4382d Remove instance after successful login 2013-05-15 13:38:17 +02:00
8cf0f3fff0 Add progress bars
- indeterminate progress bar for authentication stuff
- determinate progress bar for page loading

(The second one was added so you can see that there is something happening after selecting your account)
2013-05-15 13:13:42 +02:00
69ee110182 Add progress bar 2013-05-15 12:29:30 +02:00
db42329234 Merge branch 'master' into android_login 2013-05-15 11:56:08 +02:00
680626b220 Add forgotten string 2013-05-15 11:45:11 +02:00
10d6c0360d Use Android integrated Google login 2013-05-15 11:42:29 +02:00
6a35059cf9 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-05-14 22:36:34 +01:00
73487d7e50 add bing maps link to "map links" dialog
the encoded_name no longer includes the space/brackets - so these are now added in the java app - which makes more sense anyway
unknown names (shouldn't happen) are now named 'unknown' rather than not specified
2013-05-14 22:35:12 +01:00
fceb09901b * got rid of the 'clear cache' icon. there is no use for it anymore
* bumped version number since there were a lot of improvements since 3.6
2013-05-14 22:00:54 +02:00
0e8fac893e some comments and brackets 2013-05-14 19:17:12 +02:00
aa46d86903 Corrected logic. Don't forget the ! 2013-05-14 12:47:42 +10:00
2af9174cfe Use cache on Android 4.1+ if using Wi-Fi tethering. 2013-05-14 12:41:07 +10:00
96add49516 notify android when select spinner is opened/closed (fix for #255) 2013-05-11 14:41:15 +02:00
e716dfcef2 let window.show(...) interupt input mode 2013-05-09 14:38:45 +02:00
2e50b4fedd handle edit-text events correctly 2013-05-09 13:20:38 +02:00
832c61f442 added action bar home button to settings...made toggle fullscreen an method of main activity 2013-05-08 18:10:48 +02:00
13d1ff9aaa change mobile 'my location' to zoom level 15, rather than 13
ideally, the zoom level should be preserved when locating, perhaps with minimum and maximum zoom levels. this way it'd work well for both low portal density regions and the higher portal density in cities
(i.e. at least zoom level 13, no more than zoom level 17). leaflet doesn't allow for this as it stands, so tis is a quick-n-dirty improvement
2013-05-08 03:05:17 +01:00
6e72f516e6 load actionbar setting onCreate too (see #216) 2013-05-07 22:04:58 +02:00
f3fae16fe6 set fetch dev-mode default value to false 2013-05-07 20:28:17 +02:00
0eaf076a75 made action bar optional in fullscreen mode (see #216) 2013-05-07 19:42:56 +02:00