51 Commits

Author SHA1 Message Date
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
b3ec1974b6 added configurable menu 2014-03-02 18:26:02 +01:00
fkloft
f43cfeb5aa Add "save to file" option for screenshots (+ lots of XML formatting) 2014-03-01 22:43:26 +01:00
Philipp Schaefer
6bc055491f added preference summary to IITC plugins 2014-02-01 10:20:21 +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
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
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
Philipp Schaefer
bb81e6266b moved iitc source preference to advanced settings 2013-12-01 23:27:54 +01:00
Philipp Schaefer
8d1eb6e0b7 first version of custom fullscreen preference (fix for #594) 2013-10-29 00:53:39 +01:00
Philipp Schaefer
796f693370 Merge branch 'development'
Conflicts:
	mobile/res/xml/preferences.xml
	mobile/src/com/cradle/iitc_mobile/fragments/MainSettings.java
2013-10-22 20:45:06 +02:00
fkloft
5198858b6c New about dialog for IITCm 2013-10-22 20:33:09 +02:00
Philipp Schaefer
6f159f6c71 reverted wrong commited files 2013-10-22 13:18:41 +02:00
Philipp Schaefer
48e4af33ea - changed build script. get rid of mobile-test shell scripts
- use git hash as version number for test builds
2013-10-22 13:04:33 +02:00
Philipp Schaefer
437a33f1d5 added option: move cache to external storage 2013-10-22 12:12:17 +02:00
Philipp Schaefer
c405b626d3 categories for advanced settings 2013-10-13 14:11:53 +02:00
Philipp Schaefer
6589cd454f added caching mode preference (fixes #495) 2013-10-13 13:44:44 +02:00
Philipp Schaefer
56863aebac * moved advanced settings to own preference screen
* added setting to fake user agent (see https://plus.google.com/u/0/104992284359985480029/posts/9mPFLPKjgvL)
* bumped version number
2013-10-13 11:10:17 +02:00
Philipp Schaefer
935c5b40ee disable ActionBar by default in fullscreen mode
- iitcm can now be controlled via navigation drawers
2013-09-23 23:09:10 +02:00
Philipp Schaefer
95325cc336 * added advanced menu...most users are not interested in the debug pane
* moved debug pane to advanced menu
* added clear-cookie button to advanced menu (fix for #551)
2013-09-13 11:23:22 +02:00
Philipp Schaefer
c5d3f300fe removed not used namespace 2013-09-10 14:37:07 +02:00
Philipp Schaefer
eb8784ddd3 use header for plugins pref 2013-09-10 14:29:09 +02:00
Philipp Schaefer
f342aeab0a - added developer preference to disable splash screen
- disable splash screen on login screen
2013-07-24 00:49:21 +02:00
Philipp Schaefer
ba24a79c34 made press twice to exit an option (see #356) 2013-06-15 13:31:23 +02:00
Philipp Schaefer
0f92d694e6 added iitc source preference summary to strings 2013-06-12 21:13:45 +02:00
Philipp Schaefer
51be5bee04 added plugin categories (see #358) 2013-06-08 18:50:26 +02:00
Philipp Schaefer
86fe10aa9c added back desktop mode (see #304) 2013-05-26 14:15:11 +02:00
hastarin
9ce25e7e57 Initial commit of a working Search View. 2013-05-24 15:52:25 +10:00
Philipp Schaefer
0eaf076a75 made action bar optional in fullscreen mode (see #216) 2013-05-07 19:42:56 +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
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
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
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
81857a3812 mobile: moved about to settings activity 2013-04-09 22:03:33 +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