Commit graph

46 commits

Author SHA1 Message Date
y20k
b737408090 implemented basic resume functionlity (see #33) - needs testing 2018-03-16 16:34:13 +01:00
y20k
77479aa60d changed the resume button position 2018-03-15 13:28:52 +01:00
y20k
aa8f9e2f2d simplifies the initial theme setting (no need for "recreate()") 2018-02-23 13:16:26 +01:00
y20k
50a21bf4ec secret night mode switch 2018-02-21 11:47:09 +01:00
y20k
61acda4e1e prevents a crash that occured when system location settings where off (see #32) & shiny new owmdroid library, YAY! 2018-02-19 09:00:47 +01:00
y20k
1584eac152 keep step count when restarting trackerservice (see #29) 2018-01-22 15:17:33 +01:00
y20k
adc68605a4 saving the duration in shared preferences introduced problems - now using duration within track object (see #29) 2018-01-21 22:54:34 +01:00
y20k
707c02a092 making trackerservice resumable (see #29) 2018-01-21 22:28:32 +01:00
y20k
db1e70c370 cleaning up 2018-01-16 14:27:50 +01:00
y20k
fc8371999a correct handling of bottom navigation state 2018-01-15 16:50:09 +01:00
y20k
d6e112b417 fragnents are stored in an adater again + updated copyright 2018-01-12 17:42:47 +01:00
y20k
b5a47814b5 changed capitalization style in translations 2017-11-29 21:45:50 +01:00
y20k
ca887bdb21 ui refresh - part 1 2017-11-28 22:02:45 +01:00
y20k
179a3f8558 changed the statistics icon to a more space saving one + some clean-up 2017-10-16 10:20:59 +02:00
y20k
ae9b2d8fca some Android O-related fixes (location updates should continue to work - notification too) 2017-08-15 10:23:03 +02:00
y20k
576ea43c21 fixes a bug where the app could get stuck in a loop after a crash during recording (the latter should not occur in the first place ^o^). 2017-05-31 10:30:29 +02:00
y20k
9a14241915 got gpx export working - yay (#14) 2017-05-17 15:43:53 +02:00
y20k
0eaaf55f75 Trackbook now asks for confirmation before clearing the map & max. limit of .trackbook files is now enforced 2017-02-21 13:29:04 +01:00
y20k
22df3abb24 track selection is now fully functional (#10) 2017-02-15 15:29:21 +01:00
y20k
df00311ff6 a lot of code clean-up 2017-01-25 14:19:50 +01:00
y20k
56ee80b1b4 fixes a certain condition where start date equaled end date (#7) 2017-01-21 11:32:51 +01:00
y20k
542660c0c5 (1) Updated copyright info (2017, yay) (2) moved the temp file loading process to a later stage (onResume) of the app start 2017-01-19 13:36:49 +01:00
y20k
ce452905fe changed the way the fragments (= tab contents) are referenced from the frame ui (MainActivity) 2017-01-17 10:40:47 +01:00
y20k
93176e2a7a tries to prevent a crash in the custom ViewPager 2017-01-16 15:56:58 +01:00
y20k
6ddcf3ae67 prevents a bug where the previous track became visible again on the main map even though it was "cleared" 2017-01-11 21:52:45 +01:00
y20k
892d41a5b3 Found a (or the) duration bug (#5) <- duration was not parcelled correctly -- plus: fixed weird last track loading behavior 2017-01-10 15:57:03 +01:00
y20k
702a2ecd05 should fix #6 and possible also #5 (by adding a temp file) 2017-01-09 17:56:45 +01:00
y20k
d5b4d9b8c2 tabbed interface is now static (not swipeable anymore), removed a race condition between track save and load, fixed notification behavior, new osmdroid version (v5.6.1) 2016-12-19 17:53:20 +01:00
y20k
382b094b92 increased number of saved tracks to 25, keep track of button states, added some more accessibility element descriptions (#2) 2016-12-16 22:12:43 +01:00
y20k
f3909ec3a5 saving the last track: implemented a floating action button sub menu instead of a user dialog (#2) 2016-12-12 18:52:01 +01:00
y20k
4905e4258d compileSdkVersion updated and tabbed interface - yay 2016-10-25 16:38:27 +02:00
y20k
63d82be36c display a previously saved track in the last tracks tab (see #2) (work in progress) 2016-09-30 17:32:54 +02:00
y20k
f02addae4c trying to get rid of implausible locations delivered by the network provider 2016-09-28 14:57:06 +02:00
y20k
e1b01091cb trackbook now asks the user before clearing the map 2016-09-27 16:08:45 +02:00
y20k
60a5ba5b5a catches a crash that could happen when a location fix was acquired too slow (see #3) 2016-09-26 13:43:26 +02:00
y20k
da82360625 some clean-up 2016-09-20 13:51:17 +02:00
y20k
81b8219b93 experimental tab switcher (for upcoming last track tab) + german translation of some strings 2016-09-16 17:45:10 +02:00
y20k
2873cc6672 bug fixed: stop button did not stop tracking under certain conditions 2016-09-13 11:54:13 +02:00
y20k
42ce5a3e76 clean up, clear map now works 2016-09-12 14:31:37 +02:00
y20k
4859536b3a app icon shading changed, notification taps now preserve state, clean up 2016-09-09 22:28:12 +02:00
y20k
c5a85abb3b enabled swipe action on notification 2016-09-07 15:48:12 +02:00
y20k
87636e9a64 Trackbook got an About screen 2016-09-07 12:30:46 +02:00
y20k
3e543444d5 Trackbook got a notification. Double tracking while showing the map removed. While recording the track is now red. Bug fixes. 2016-09-06 17:35:37 +02:00
y20k
c636886e90 Trackbook now draws breadcrumbs onto map. Track and WayPoint objects are now parcelable. 2016-09-01 13:45:46 +02:00
y20k
7b793fc9dd tracking button state gets restored after rotation 2016-08-30 16:49:54 +02:00
y20k
33606faac1 initial commit 2016-08-29 14:50:41 +02:00