428 Commits

Author SHA1 Message Date
Philipp Schaefer
f0518e96de use marker popup instead of mouseover tooltip on user location 2013-11-06 09:40:41 +01:00
Philipp Schaefer
ead131a475 bumped version number of mobile app 2013-11-06 09:40:16 +01:00
Philipp Schaefer
e0a4eb4313 updated to SDK v19. still work in progreses... 2013-11-06 00:34:25 +01:00
Philipp Schaefer
9c1449fc7d fixed bootloop of sync plugin 2013-11-06 00:26:24 +01:00
Philipp Schaefer
9a998b7a94 use relativ name for searchable meta-data value 2013-11-04 18:19:31 +01:00
fkloft
b678d83afd Set exported to "false" again and include a fix for wrong PackageManager queries 2013-11-04 18:09:00 +01:00
Philipp Schaefer
5817052cbd set copyToClipboard activity to exported...may be used by other applications (fix for #624) 2013-11-03 14:48:39 +01:00
Philipp Schaefer
3fba33b1ff bumped version number 2013-10-30 23:56:07 +01:00
Philipp Schaefer
3f901a588a made getScriptInfo static and use it in pluginpreferenceactivity 2013-10-30 23:45:59 +01:00
Philipp Schaefer
bb4d57acad - added getVersionName() to JSInterface
- use versionName in IITC About dialog
2013-10-30 23:21:27 +01:00
Philipp Schaefer
c349991f53 fake GM_info object 2013-10-30 23:18:56 +01:00
Philipp Schaefer
8d1eb6e0b7 first version of custom fullscreen preference (fix for #594) 2013-10-29 00:53:39 +01:00
Philipp Schaefer
c4990d31bd some project cleanups
- removed gradle and proguard files, because they are not used, tested
  or updated at the moment
2013-10-23 10:50:45 +02:00
Philipp Schaefer
499ff6f09d xml formatting and comments for IITC_Application 2013-10-23 09:05:35 +02: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
Philipp Schaefer
22ba06512e enable home button for about preference 2013-10-22 20:39:43 +02:00
fkloft
5198858b6c New about dialog for IITCm 2013-10-22 20:33:09 +02:00
Philipp Schaefer
3d7192ecd6 reformat code 2013-10-22 20:05:58 +02:00
Philipp Schaefer
6f159f6c71 reverted wrong commited files 2013-10-22 13:18:41 +02:00
Philipp Schaefer
72e09e709a - removed test stuff from build.xml
- added new build-test.xml for test builds
2013-10-22 13:09:55 +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
7ccc10c7be bumped version number 2013-10-21 16:50:32 +02:00
Philipp Schaefer
8242901ed7 do not overwrite login boolean in updateCaching 2013-10-21 16:48:52 +02:00
Philipp Schaefer
c25b6dc1c8 allow installation to sd-card. not very useful for a small app like
iitcm (since all private data + databases are still stored on internal
storage) but for the sake of completeness...
2013-10-21 13:57:52 +02:00
Philipp Schaefer
1b791b36fe bumped version number 2013-10-20 12:52:52 +02:00
fkloft
a13c91dc82 Pass console messages from debug pane to native console
(Removed android.util.Log call since the default implementation does this already)
2013-10-19 15:36:14 +02:00
Philipp Schaefer
3b6533c7dc - disable all map properties when switching to another pane
- bumped mobile version number
2013-10-17 00:59:22 +02:00
fkloft
fa969561e2 Hide tab(s) if only one tab visible 2013-10-16 15:42:16 +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
7d60f93472 moved user location plugin back to assets root so that it's not displayed in the iitc plugins section 2013-10-11 11:29:55 +02:00
Philipp Schaefer
0601827878 reverted back to one-after-another plugin injection 2013-10-08 23:04:23 +02:00
Philipp Schaefer
709af1a9d9 some code formatting 2013-10-04 16:15:58 +02:00
Philipp Schaefer
26754ac8c0 moved some listeners from field attribute to class 2013-10-04 16:03:58 +02:00
Philipp Schaefer
eeb24315fb moved login caching mode setting to webviewclient 2013-10-03 16:52:33 +02:00
Philipp Schaefer
4b0ff58a7b commented out weblogin for now since it confuses the user 2013-10-03 11:27:57 +02:00
Philipp Schaefer
3ac2490c0c added status bar tap to the info-screen hint 2013-09-29 00:59:02 +02:00
Philipp Schaefer
1e3efd7d3b bugfix: run setLoadingState on UI thread in CheckHttpResponse 2013-09-29 00:38:38 +02:00
fkloft
533057be56 Close right drawer when home is pressed
possible use cases:
- open left drawer
- close left drawer
- navigate up (show map)
In each case, the right drawer should be closed.
If the left drawer is to be opened, this fixes a bug where both drawers would overlap for a second. (Because the right drawer would not be closed until onDrawerOpened has fired)
2013-09-25 15:38:33 +02:00
fkloft
5f0ec3b581 Hide subtitle while iitc is loading 2013-09-25 15:37:49 +02:00
Philipp Schaefer
251a9d0a4b improve code readability 2013-09-25 09:08:52 +02:00
Philipp Schaefer
75481d2269 fixed typo 2013-09-24 20:04:39 +02:00
Philipp Schaefer
db7e387a2f hide actionbar subtitle if no highlighter is selected 2013-09-24 20:00:54 +02:00
Philipp Schaefer
31c205218e bumped mobile version number 2013-09-24 15:14:34 +02:00
fkloft
40a242ea18 prevent action bar flickering when drawers are quickly closed and reopened 2013-09-24 14:57:45 +02:00
fkloft
6f5ca2aa4b Bugfix: right drawer could be opened via menu while IITC was still loading (which may have caused a NullPointerException) 2013-09-24 14:57:26 +02:00
fkloft
0fe3953a83 Sorting broke spinner 2013-09-24 14:45:21 +02:00
fkloft
2765200d0b Show current highlighter in as ActionBar subtitle 2013-09-24 14:38:29 +02:00