Commit Graph

20 Commits

Author SHA1 Message Date
5b41dddb15 move all preference related stuff in prefs subfolder 2014-05-16 18:19:48 +02:00
f9cf8d5518 Remove warning, add final modifiers 2014-02-18 15:18:39 +01:00
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
cfcc18f3a6 removed not used category replacement 2014-01-22 16:03:10 +01:00
d8a09bbae2 * improved pluginPreferenceActivity (yes, I tested it in tablet mode)
* made IITC_FileManager.readStream(...) static and always use it when reading src files
2014-01-22 10:45:20 +01:00
5d674eee40 Use new log system 2014-01-05 23:51:44 +01:00
9208552e29 use custom protocol for resources 2014-01-03 20:06:37 +01:00
2823450857 mobile/user-location: Do not reload when switching between loc+sensor and loc-only 2013-12-23 23:20:24 +01:00
7afbd6d957 moved user location to sub preference screen 2013-12-19 16:47:01 +01:00
720135f89c check if actionbar is present before using it 2013-12-18 10:33:07 +01:00
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
22ba06512e enable home button for about preference 2013-10-22 20:39:43 +02:00
5198858b6c New about dialog for IITCm 2013-10-22 20:33:09 +02:00
3d7192ecd6 reformat code 2013-10-22 20:05:58 +02:00
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
ab76e4f123 bugfix on multiPane
- use dummy fragment for header category
- never select header category
2013-09-22 12:53:08 +02:00
32bfb2d751 removed redundant line of code 2013-09-17 23:39:25 +02:00
aa219300f8 user plugins back to top + use header categories 2013-09-12 12:07:32 +02:00
c5a51a3647 made the plugin prefs container static. finished plugin headers. this has multiple advantages:
1) it is enough to parse the plugins only on first start of this
activity (not on every start of the preferences or this activity)
2) actionbar control (not possible with nested preferences)
3) it looks more fancy on tablets
2013-09-11 00:04:59 +02:00
eb8784ddd3 use header for plugins pref 2013-09-10 14:29:09 +02:00