152 Commits

Author SHA1 Message Date
Zaldor
2c2ab136f4 updated link in credits with new site 2015-01-24 18:00:33 +00:00
fkloft
259c996fa2 [iitcm] changed some strings in prefs 2015-01-06 13:13:54 +01:00
fkloft
79569d36b0 [iitcm] tweaks to fullscreen menu item
Use other icon for returning from fullscreen if shown as action. If shown in the action overflow, provide a chechbox to show current state.
2015-01-05 19:08:31 +01:00
Philipp Schaefer
f6c75b9143 added missing line breaks for info dialog 2014-12-29 20:52:21 +01:00
fkloft
e3542dabbf [mobile] improve debug view
- ListView should be significantly faster thanks to the ViewHolder pattern
- ability to remove/copy items be long-pressing them
2014-08-13 11:45:53 +02:00
fkloft
ad07f8685c [mobile] ability to clear the log (and always show debug in menu) 2014-08-13 11:45:53 +02:00
fkloft
18fe655c82 small changes, refactoring, etc 2014-07-22 00:53:11 +02:00
Philipp Schaefer
b96f054424 replaced copied AOSP code with own implementation 2014-07-21 20:51:11 +02:00
Philipp Schaefer
578c367f5b added http proxy authentication (see #819) 2014-07-16 12:57:47 +02:00
Philipp Schaefer
4781ea9627 added persistent zoom level option ( see https://plus.google.com/112875802603603993788/posts/K5zLYyAWQkE ) 2014-07-16 12:35:18 +02:00
Philipp Schaefer
2a3441003b added GM/TM option 'require secure updates' for plugin updates 2014-05-17 11:17:02 +02:00
Philipp Schaefer
5b41dddb15 move all preference related stuff in prefs subfolder 2014-05-16 18:19:48 +02:00
Philipp Schaefer
7c68567d17 made plugin update interval configurable 2014-05-16 17:43:40 +02:00
Philipp Schaefer
4bec474b21 added preferences for user plugin updates 2014-05-16 14:14:09 +02:00
Philipp Schaefer
9f93c450e2 some renamed some string keys 2014-03-02 18:26:56 +01:00
Philipp Schaefer
b3ec1974b6 added configurable menu 2014-03-02 18:26:02 +01:00
fkloft
31473deb49 Add forgotten files 2014-03-01 22:47:47 +01:00
fkloft
f43cfeb5aa Add "save to file" option for screenshots (+ lots of XML formatting) 2014-03-01 22:43:26 +01:00
fkloft
b30c1e4aa3 [IITCm] new feature: share a screenshot of the current view 2014-03-01 13:07:40 +01:00
Philipp Schaefer
4d5a67053a modified installation msg 2014-02-13 00:32:35 +01:00
Philipp Schaefer
b9499e2d1b trigger plugin installation on *.user.js file intent 2014-02-12 23:01:02 +01:00
Philipp Schaefer
2054b5f790 added 'add external plugin' button to IITC plugins preference. ensures that the scripts are always copied to the correct folder. 2014-02-12 14:53:31 +01:00
Philipp Schaefer
6bc055491f added preference summary to IITC plugins 2014-02-01 10:20:21 +01:00
fkloft
b80c4fc7ef tweaks to notices
- new notice when entering info pane (sharing/navigation)
- mention NFC in general how-to
- add some punctuation

Fixes #750
2014-01-31 00:31:47 +01:00
Philipp Schaefer
0d852b5043 got rid of iitc source setting
* the developer mode makes it pretty much useless
* it's broken since the new fileManager was introduced. nobody complained that it doesn't work -> nobody uses this feature.
2014-01-22 16:15:54 +01:00
Philipp Schaefer
2d5f29d04e new settings structure:
* renamed old 'misc' category to 'tweaks'
* renamed 'developer options' to 'misc'
* moved 'about IITC' screen to misc category (no need to have it on top)
2014-01-21 12:32:21 +01:00
Philipp Schaefer
437e1cdd08 corrected typo 2014-01-15 15:21:36 +01:00
Philipp Schaefer
08e9aac296 new notification for external plugins 2014-01-15 13:56:48 +01:00
fkloft
4dffaab36e Try to fix strange WebView bug on @leCradle's ROM
also, allow code input to grow as you type
2014-01-05 16:33:16 +01:00
fkloft
65f5308854 Enable running JS from debug interface 2014-01-03 20:06:38 +01:00
fkloft
58dc56283a improved debugging interface 2014-01-03 20:06:37 +01:00
fkloft
9976900255 amend IITCm contributors, small changes to strings 2014-01-02 21:01:17 +01:00
Philipp Schaefer
be91809e84 changed update apk download description 2013-12-28 20:18:08 +01:00
fkloft
78f6e07457 Mobile: implement follow mode 2013-12-23 23:20:24 +01:00
fkloft
2823450857 mobile/user-location: Do not reload when switching between loc+sensor and loc-only 2013-12-23 23:20:24 +01:00
Philipp Schaefer
3e5124022d removed default cache, since we cache tiles on our own it's not needed anymore 2013-12-21 17:25:31 +01:00
Philipp Schaefer
d353bdf3d6 hint android system a slower sensor delay 2013-12-20 00:44:31 +01:00
Philipp Schaefer
7afbd6d957 moved user location to sub preference screen 2013-12-19 16:47:01 +01:00
Philipp Schaefer
2af53b4699 made sensor orientation optional due to high cpu load 2013-12-19 16:35:07 +01:00
fkloft
69aad81933 mobile: show portal counts in nav drawer 2013-12-15 16:11:07 +01:00
Philipp Schaefer
aab1616df0 show portal title in share activity 2013-12-07 13:36:39 +01:00
Philipp Schaefer
90cb29a58b show reload button if room 2013-12-07 12:14:25 +01:00
Philipp Schaefer
614435fb0e removed settings icon...it's not needed 2013-12-07 12:04:58 +01:00
fkloft
6cb55ae2b1 Do not show a dialog more than once.
Implement "Do not show again"
2013-12-04 18:50:49 +01:00
Philipp Schaefer
b4fe2a4c0b new icon for portals-list 2013-12-04 11:50:27 +01:00
Philipp Schaefer
ca9d631ffe updated drawers notice to a how to use notice 2013-12-04 11:20:33 +01:00
Philipp Schaefer
2522a97ee9 added default plugin icon plus JSInterface method 2013-12-04 10:17:05 +01:00
fkloft
0dcc9bfd7e Merge branch 'master' into navdrawer-api
Conflicts:
	mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java
2013-12-03 23:48:54 +01:00
fkloft
6c0327b01c Show a hint that plugins are now in the nav drawer 2013-12-03 23:07:05 +01:00
Philipp Schaefer
47fb16707c drawable changes part 4 2013-12-03 23:03:58 +01:00