152 Commits

Author SHA1 Message Date
hastarin
04d2e60d75 This is a version of the multi window patch minus Android Studio changes.
Proguard changes are excluded since there is no config in the master branch
2013-05-23 20:32:52 +10:00
Philipp Schaefer
1cc62830e9 added icon for android layer chooser 2013-05-19 18:31:23 +02:00
Philipp Schaefer
7f723cd559 first version of in-app layer chooser 2013-05-19 17:14:39 +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
680626b220 Add forgotten string 2013-05-15 11:45:11 +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
0eaf076a75 made action bar optional in fullscreen mode (see #216) 2013-05-07 19:42:56 +02:00
Philipp Schaefer
9edcdaac3d bump version number and fixed about string since the app is not completely my work anymore 2013-05-07 11:53:41 +02:00
Jon Benson
4906b57f15 Hopefully fix whitespace issues. 2013-05-07 19:05:50 +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
822b7df00a Changed various action items to "ifRoom" so they aren't forced. Will be better on smaller displays. 2013-05-07 15:40:15 +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
d97b78fafb Removed various drawables and fixed chat scroll bug. 2013-05-07 12:34:23 +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
96ab292a5d add icon to toggle fullscreen action button (see #237) 2013-05-04 11:42:33 +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
2c59ae0eaf change name of dev options to dev mode 2013-05-03 01:33:07 +02:00
Philipp Schaefer
796391641c removed old github link from about dialog. It does not exists anymore... 2013-05-03 01:23:59 +02:00
Philipp Schaefer
01b891a7a4 added preference category 'misc'...moved plugins and iitc source to misc 2013-05-03 01:16:17 +02:00
Philipp Schaefer
aa7de6f571 added new developer options (fix for #219) 2013-05-03 01:05:19 +02:00
Philipp Schaefer
94f4f96e80 deleted old iitcm icon (see #102) 2013-04-29 13:45:53 +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
99a18444bf added plugin functionality for iitc mobile 2013-04-22 16:35:15 +02:00
Philipp Schaefer
a7f97fa5ba use android drawable for info_icon instead of an own drawable... 2013-04-11 00:50:19 +02:00
Philipp Schaefer
3ba31f490d added missing ressources 2013-04-11 00:40:52 +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
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
02edfdfee4 bugfix: set force desktop checkbox disabled by default 2013-03-29 17:23:02 +01:00
Philipp Schaefer
2324827c17 hint, that desktop mode looks awful on smartphones 2013-03-29 14:54:37 +01:00
Philipp Schaefer
bd016e4d40 theme change on v11 too (just for consistency...we do not support this API) 2013-03-29 13:58:00 +01:00
Philipp Schaefer
06e242e70a set default theme to holo 2013-03-29 13:55:46 +01: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
70d8858c67 * adapted mobile build script to new iitc build script
* got rid of some forced closes
2013-03-27 20:04:38 +01:00
leCradle
f0c6212523 removed old app icon 2013-03-14 20:27:41 +01:00
leCradle
6b09b45dbc added new app icon (closes #407)
thx to Lukas Funk (https://plus.google.com/108901533206068733360/)
2013-03-14 20:23:01 +01:00
leCradle
393c9a9172 added refresh icons to drawables 2013-03-14 17:53:19 +01:00
leCradle
7d5ae02a2a icons for reload and get location 2013-03-14 09:15:43 +01:00
leCradle
c6bf6e1c73 get back action bar...follow google style guidelines. closes #418 2013-03-10 18:05:21 +01:00
leCradle
3c039b838f added getLocation/clear cache and print version buttons to menu 2013-03-08 15:27:33 +01:00