1383 Commits

Author SHA1 Message Date
Jon Atkins
5bd82f0e20 Merge branch 'master' into experimental 2013-05-07 16:52:05 +01:00
Philipp Schaefer
e2f8c7c5cf enable portals, fields and links per default 2013-05-07 16:01:23 +02:00
Jon Atkins
1804d6ac03 Merge pull request #243 from rbino/plugin-players-resonator
Added player's resonators plugin
2013-05-07 06:11:33 -07: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
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
Philipp Schaefer
8717e7e4ea Merge pull request #246 from hastarin/actionbar
Actionbar changes for IITC Mobile
2013-05-07 02:50:01 -07: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
b110ff0261 Fix status div showing above chat. 2013-05-07 17:33:26 +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
541d4c8899 Merge branch 'master' into actionbar 2013-05-07 16:43:49 +10:00
Jon Benson
dee32ea827 Hide zoom control on mobile version. 2013-05-07 15:59:26 +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
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 Atkins
0f1c22cdc1 remove range circles when closing portal details 2013-05-07 04:53:27 +01:00
Jon Benson
d97b78fafb Removed various drawables and fixed chat scroll bug. 2013-05-07 12:34:23 +10:00
Jon Benson
57181b3b11 Merge branch 'master' into actionbar 2013-05-07 11:43:58 +10:00
Riccardo Binetti
8eb65c5764 Fixed wrong name if no reso found 2013-05-07 01:18:08 +02:00
Riccardo Binetti
e34fd27e9e Added focus link in the toolbox. Some renaming. Removed div to use sidebar style. 2013-05-07 01:05:19 +02:00
Jon Atkins
7248b17ea8 refresh improvements
- cancel existing refrest timer on start zoom/drag
- add a manual refresh option into the status box when idle
2013-05-06 23:08:44 +01: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
Riccardo Binetti
11f7c31ce7 Fixed version date time, updateurl, downloadurl and description 2013-05-06 01:58:23 +02:00
Riccardo Binetti
92261c16be Added player's resonators plugin 2013-05-06 01:46:44 +02:00
Jon Atkins
42d5b8d8f9 reduce the sidebar height when no portal is selected - more useful now that the portal details now have a 'X' close button
could perhaps reduce the hight further, but then the expand/colapse arrow gets a bit cramped towards the top (could look into centering this vertically though..?)

also, moved the default right position of the sidebartoggle to offscreen. it's set in code anyway, and will look nicer on mobile app initialisation
2013-05-05 19:15:15 +01:00
Jon Atkins
3f4d7f5a16 Merge pull request #232 from Xelio/patch-plugin-keysonmap-addLayer
Plugin Keys On Map: Change to use window.addLayerGroup() to handle plugin layer
2013-05-05 10:08:30 -07:00
Jon Atkins
143c855c49 Merge pull request #231 from Xelio/patch-addLayer-for-plugin
Add function for plugin to add layerGroup and persist display status between session
2013-05-05 10:08:13 -07:00
Jon Atkins
a4cdec3571 remove bad CRLF line endings from code/chat.js 2013-05-05 18:05:13 +01:00
Jon Atkins
434abe26e1 Merge branch 'master' into experimental 2013-05-05 17:56:51 +01:00
Philipp Schaefer
de1e553c32 made pref_dev_checkbox check false per default 2013-05-04 16:34:01 +02:00
Philipp Schaefer
897e0bc731 iitc_path has a / at the end...no need to begin the rest of the path with a / (fixes #240) 2013-05-04 16:31:52 +02:00
Philipp Schaefer
fc0e66fc7a let keyboard work in fullscreen mode too 2013-05-04 12:21:05 +02:00
Philipp Schaefer
96ab292a5d add icon to toggle fullscreen action button (see #237) 2013-05-04 11:42:33 +02:00
Philipp Schaefer
041c7dd0bd own method for js-file to string...improve code readability 2013-05-04 11:36:32 +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
e57c0b65dd load only *.user.js files as additional plugins 2013-05-04 00:24:00 +02:00
Philipp Schaefer
710f4bf04e added possibility to load additional plugins from /sdcard/IITC_Mobile/plugins/ 2013-05-04 00:08:48 +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
Jon Atkins
530c3cecf1 build script - add optional preBuild and postBuild settings, to allow one or more additional commands to be executed as part of a build.
could be used to copy builds to a web server, copy additional files (E.g. .htaccess), trigger browser refresh, etc
2013-05-03 19:49:12 +01: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
Xelio
917a538a11 Fix comment 2013-05-03 13:14:13 +08:00
Xelio
50f4004ac5 Fix logic bug in addLayerGroup 2013-05-03 13:10:25 +08:00
Jon Atkins
9575e4b4c2 website
- fix loading version number from renamed internal assets
- remove various php notice/warnings from the webserver logs
2013-05-03 05:39:54 +01:00
Jon Atkins
8fa14bf93e Merge branch 'master' into experimental 2013-05-03 02:04:24 +01:00