Peter Siegmund
ef5a34f799
Don't exclude .classpath, because Eclipse need these files
2014-11-12 08:25:33 +01:00
Lukas Zielinski
d9d9a5951f
.gitignore is now working
2014-11-11 17:31:31 +01:00
Peter Siegmund
8743f9d477
- changed data saving into database
...
- starting the UI
- using Toolbar as ActionBar instead of previous ActionBar
2014-11-10 11:58:46 +01:00
Peter Siegmund
6e5791dcc8
Added support library for API 21 (Lollipop)
2014-11-07 15:40:52 +01:00
Peter Siegmund
b6f24e8137
Added Google Volley (from Android Open Source Project source code)
2014-11-06 09:11:17 +01:00
Peter Siegmund
672b6fab89
FileLogging is now into the app specific cache folder - because this folder is managed by Android (clean up at app uninstall, storage low or the user can clean this in the app settings)
2014-10-30 09:16:00 +01:00
Peter Siegmund
fce6921128
minimal API Level is now 14 (Android 4.x)
2014-10-30 09:13:24 +01:00
Peter Siegmund
db84b03897
unsent message are stored into a SQLite database
2014-10-28 17:23:58 +01:00
Peter Siegmund
f617891661
added MessageTable
2014-10-24 09:13:37 +02:00
Peter Siegmund
e2ab36395f
add non saved changes
2014-10-23 13:48:52 +02:00
Peter Siegmund
a513c6752c
insert ContentProvider for SQLite
2014-10-23 13:46:51 +02:00
Fredrik Teschke
6e6265ff5d
only show warning if message restorer not found
2014-10-10 13:54:08 +02:00
Fredrik Teschke
9bf004b286
read data from QRCode and send mapping event
2014-10-10 13:42:08 +02:00
Fredrik Teschke
42f555affe
allow scrolling in system information view
2014-10-09 18:20:38 +02:00
Jan Broß
d3ce191c52
Move android support library into shared project
2014-10-09 16:29:11 +02:00
Jan Broß
5f7fd13e7e
Show error dialog, when google play services are not installed
2014-10-08 13:15:03 +02:00
Fredrik Teschke
8d94f70410
refactor generic settings architecture to android.shared and implement settings for tracking app
2014-10-07 02:15:31 +02:00
Fredrik Teschke
550beaab2a
push logic for SendingService-aware activities to android.shared
2014-10-07 00:11:26 +02:00
Fredrik Teschke
94be53a2b4
add PrefUtils
2014-10-07 00:09:22 +02:00
Fredrik Teschke
5bcdda873c
use explicit intents to communicate with services instead of implicit intents
...
- to get rid of Android warnings (implicit intents are discouraged)
- removes the need for intent filtes for those intents
- did not fix all implicit intents in the RCApp
2014-10-06 22:12:43 +02:00
Fredrik Teschke
6b073da0e4
enable sending messages per default library configuration, and override in RCApp
2014-10-06 21:52:23 +02:00
Fredrik Teschke
d56142a7e0
app-dependent intent names for contacting message service
...
- otherwise, one intent to send a message would trigger both services (or possibly the wrong one)
- this could cause a problem in the custom message restorers, if they expect a special format
2014-10-06 21:17:00 +02:00
Fredrik Teschke
4792803565
update example of how to use MessageSendingService
2014-10-06 13:25:52 +02:00
Fredrik Teschke
eb963f1f4e
moved config for android-maven-plugin back into individual poms because shared library build was broken
2014-10-06 11:47:33 +02:00
Fredrik Teschke
cbc8665b7c
use minimum config for android-maven-plugin in shared lib project
2014-10-06 11:29:04 +02:00
Fredrik Teschke
b349993521
move shared resources to shared android lib
2014-10-06 11:28:41 +02:00
Fredrik Teschke
1dc3ef6d31
ignore gen folder
2014-10-05 16:09:08 +02:00
Fredrik Teschke
515540b27a
fix maven build for android projects
2014-10-05 14:55:28 +02:00
Fredrik Teschke
0e0bffdaa0
fix translation lint errors
2014-10-05 14:43:48 +02:00
Fredrik Teschke
71acd25988
improved JavaDoc for message sending service
2014-10-05 11:33:11 +02:00
Fredrik Teschke
1ca450c8fc
remove shared constants and preferences
2014-10-04 21:03:58 +02:00
Fredrik Teschke
490d324b0e
move method for getting external folder to FileHandlerUtils
2014-10-04 20:43:46 +02:00
Fredrik Teschke
dcb477da55
use context in ExLog to determine folder for log files from string resources
2014-10-04 20:42:05 +02:00
Fredrik Teschke
256224ec10
remove need for subclassing MessageSendingService and related, instead use meta-data in manifest
2014-10-04 19:09:10 +02:00
Fredrik Teschke
b885d81513
rename variables and fix comments from event->message
2014-10-04 11:13:50 +02:00
Fredrik Teschke
cff0c2b1c6
renamed glue project to android.shared
2014-10-04 11:03:15 +02:00