60 Commits

Author SHA1 Message Date
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
Jon Benson
0108d1b49c Added debug menu option and started tidying up 'window' handling 2013-05-07 14:09:30 +10:00
Jon Benson
d064e17c06 Fixed a focus bug with locate button and added Exit menu option. 2013-05-06 22:55:16 +10:00
Jon Benson
7e2087da63 Redesigned IITC Mobile to use ActionBar menu instead of web based tabs. 2013-05-06 22:31:50 +10:00
Jon Benson
13bd906a9e Starting work on modifying mobile app action bar. 2013-05-06 18:46:59 +10:00
Philipp Schaefer
fc0e66fc7a let keyboard work in fullscreen mode too 2013-05-04 12:21:05 +02:00
Philipp Schaefer
bbeecfaaaf disable fullscreen if 'toggle fullscreen' is pressed from fullscreen 2013-05-04 01:10:01 +02:00
Philipp Schaefer
68c089664f show a toast when entering fullscreen mode (see #237) 2013-05-04 01:04:38 +02:00
Philipp Schaefer
5c254c95b4 added toggle fullscreen button (see #237) 2013-05-04 01:01:51 +02:00
Philipp Schaefer
f6e6b76249 made force-https an option in mobile settings. removed plugin from build 2013-05-03 23:53:46 +02:00
Philipp Schaefer
fb90f9139c check network state onResume. use cached tiles if on mobile network (see #225) 2013-05-03 11:36:57 +02:00
Philipp Schaefer
aa7de6f571 added new developer options (fix for #219) 2013-05-03 01:05:19 +02:00
Philipp Schaefer
fab4a7e586 added keyboard open/close event
* prevent updating location if keyboard is open...otherwise it will
  close immediately
2013-04-29 15:33:08 +02:00
Philipp Schaefer
c8085931eb removed debug output on location update...it is too much spam 2013-04-29 14:12:04 +02:00
Philipp Schaefer
e04222b450 added new iitc icon to mobile (see #102) 2013-04-29 13:44:30 +02:00
Philipp Schaefer
28233b8118 display user location on iitcm (see #179) 2013-04-28 22:46:18 +02:00
Philipp Schaefer
4a9c10f044 bugfix: http2https 2013-04-23 17:29:13 +02:00
Philipp Schaefer
886c56da94 mobile: prevent force close in onStop() method on devices without mobile
data connection module
2013-04-10 14:56:50 +02:00
Philipp Schaefer
81857a3812 mobile: moved about to settings activity 2013-04-09 22:03:33 +02:00
Philipp Schaefer
2287b09f17 mobile: added first version of 'about' view 2013-04-09 21:31:48 +02:00
Philipp Schaefer
529f7fa254 mobile: use onConfigurationChanged instead of restoring savedInstanceState 2013-04-09 11:10:52 +02:00
Philipp Schaefer
e396d7df1d replaced (String == String) with String.equals(String) 2013-04-03 00:24:35 +02:00
Philipp Schaefer
090c9e6d2b mobile: set idleTime to max, when running in background
* reduces background traffic
2013-04-03 00:05:13 +02:00
Philipp Schaefer
61fa36ff76 fixed indentations and trailing whitespaces 2013-04-02 17:14:41 +02:00
Philipp Schaefer
0e298c3526 added IITC version info to settings 2013-04-02 17:03:35 +02:00
Philipp Schaefer
af4ee26575 developer options: added possibility to use external script in app 2013-03-31 18:12:14 +02:00
Philipp Schaefer
30f1f0e4ec added preferences activity to iitcm...adds possibility to force desktop mode 2013-03-29 13:16:31 +01:00
Philipp Schaefer
cf726a2224 mobile reset the URL instead of simply reloading (closes #96) 2013-03-28 23:55:19 +01:00