87 Commits

Author SHA1 Message Date
Philipp Schaefer
f8cd22f162 reload after plugin with the reload-method to stay consistent with the action bar 2013-06-15 12:49:26 +02:00
Philipp Schaefer
b7ede72ee9 removed not needed line of code 2013-06-14 17:14:33 +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
a7a25098c9 don't remove dialog onBackPressed from dialogStack since it is done via
JS_Interface callback
2013-06-14 01:32:38 +02:00
Philipp Schaefer
48e60f809a remove dialog from dialogStack if it is closed with 'ok' or 'close'
button
2013-06-14 00:42:27 +02:00
Philipp Schaefer
1b3ef846e7 use gps location for 'get location' if 'display user location' is enabled. this provides a better location without any costs 2013-06-12 19:46:03 +02:00
Philipp Schaefer
b3a42783fa close dialogs onBackPressed (fixes #363) 2013-06-11 01:21:36 +02:00
Philipp Schaefer
44ca14eba8 do not reload iitc immediately after pref change because
* some options do not need a reload
* of more performance, since all enabled js scripts are parsed on reload
- pref selection should be much faster now
2013-06-04 23:00:49 +02:00
Philipp Schaefer
311986aab9 disable home button on desktop mode - not needed and breaks stuff if clicked 2013-05-29 11:30:59 +02:00
Philipp Schaefer
bb7f200547 use in-app layer chooser on desktop mode 2013-05-29 00:57:38 +02:00
Philipp Schaefer
e3e7268841 show additional plugins in plugins dialog (closes #327) 2013-05-28 09:34:35 +02:00
Philipp Schaefer
c852d1f34b use class attribute to check for enabled/disabled desktop mode 2013-05-26 14:50:16 +02:00
Philipp Schaefer
86fe10aa9c added back desktop mode (see #304) 2013-05-26 14:15:11 +02:00
Philipp Schaefer
c8dc62eafb added forgotten getString(...) 2013-05-25 16:25:34 +02:00
Philipp Schaefer
5311fb1641 set currentPane to home if home button is pressed 2013-05-25 16:05:29 +02:00
Philipp Schaefer
37dac3b197 * display backstack correctly on home button
* clear backstack on home button pressed
2013-05-25 15:37:49 +02:00
Philipp Schaefer
d3461b0451 got back long press on portal functionality 2013-05-25 13:39:58 +02:00
Philipp Schaefer
0a97d6a5e4 * removed not used import
* handle home button correctly
* update currentPane after backStack.pop()
2013-05-25 12:23:27 +02:00
hastarin
7ada77ac21 Just some code clean up. 2013-05-25 12:33:27 +10:00
hastarin
3691402e4a Improved back handling in mobile app. Now more consistant with standard. 2013-05-25 11:58:35 +10:00
Philipp Schaefer
045279a265 extended JSInterface to finish app via js (see #312) 2013-05-24 17:24:02 +02:00
Philipp Schaefer
3245ca01d4 removed not used imports 2013-05-24 15:52:36 +02:00
Philipp Schaefer
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
hastarin
34712cddb1 Removed menu selection handling for search due to double search. 2013-05-24 17:04:06 +10:00
hastarin
9ce25e7e57 Initial commit of a working Search View. 2013-05-24 15:52:25 +10:00
Philipp Schaefer
f58e8cfa83 fixed typo in API 2013-05-23 13:44:00 +02:00
Philipp Schaefer
74a77d874f some comments and update README+HACKING 2013-05-20 12:05:40 +02:00
Philipp Schaefer
7f723cd559 first version of in-app layer chooser 2013-05-19 17:14:39 +02:00
Felix Kloft
114103f08c added comments 2013-05-17 09:36:10 +02:00
Felix Kloft
2194a0c74f Rename class 2013-05-17 08:56:03 +02:00
Felix Kloft
42b03d2daa Remove obsolete import 2013-05-15 23:54:42 +02:00
Felix Kloft
15ad360f0b Restored geolocation feature 2013-05-15 23:06:26 +02:00
Felix Kloft
8f9ee4382d Remove instance after successful login 2013-05-15 13:38:17 +02:00
Felix Kloft
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
Felix Kloft
db42329234 Merge branch 'master' into android_login 2013-05-15 11:56:08 +02:00
Felix Kloft
10d6c0360d Use Android integrated Google login 2013-05-15 11:42:29 +02:00
Philipp Schaefer
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
Philipp Schaefer
96add49516 notify android when select spinner is opened/closed (fix for #255) 2013-05-11 14:41:15 +02:00
Philipp Schaefer
2e50b4fedd handle edit-text events correctly 2013-05-09 13:20:38 +02:00
Philipp Schaefer
832c61f442 added action bar home button to settings...made toggle fullscreen an method of main activity 2013-05-08 18:10:48 +02:00
Jon Atkins
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
Philipp Schaefer
6e72f516e6 load actionbar setting onCreate too (see #216) 2013-05-07 22:04:58 +02:00
Philipp Schaefer
0eaf076a75 made action bar optional in fullscreen mode (see #216) 2013-05-07 19:42:56 +02:00
Philipp Schaefer
87c0c54a26 don't hide actionbar in fullscreen since we don't have iitc-tabs for control 2013-05-07 12:01:20 +02:00
Jon Benson
b0e7110182 Formatted files via Eclipse to hopefully have correct spacing/ident. 2013-05-07 19:36:02 +10:00
Jon Benson
4906b57f15 Hopefully fix whitespace issues. 2013-05-07 19:05:50 +10:00
Jon Benson
935e9ab688 Fixed style overriding css to hide chat control tabs. 2013-05-07 18:15:41 +10:00
Jon Benson
084494bec0 Zoom control is now only disabled on multitouch capable devices by default
and can be forced on again via a preference.
2013-05-07 17:22:07 +10:00
Jon Benson
4f2cb4f6bb Removed Setting for Desktop mode. It's not compatible now.
If folks really want to they can still use it via a browser.
2013-05-07 15:45:41 +10:00
Jon Benson
1a701e5a32 Further bugfixes related to chat/debug. 2013-05-07 15:21:05 +10:00