Commit graph

30 commits

Author SHA1 Message Date
y20k
d6e112b417 fragnents are stored in an adater again + updated copyright 2018-01-12 17:42:47 +01:00
y20k
ca887bdb21 ui refresh - part 1 2017-11-28 22:02:45 +01: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
9a14241915 got gpx export working - yay (#14) 2017-05-17 15:43:53 +02:00
y20k
22df3abb24 track selection is now fully functional (#10) 2017-02-15 15:29:21 +01:00
y20k
911958a0af initial ui for the dropdown track selection (see #10) 2017-02-03 21:12:13 +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
34125d7184 the map now requests updated track recording from the background service as soon as it becomes visible. 2017-01-17 16:27:43 +01:00
y20k
6f7f58fa23 checks for mTrack == null in the method handling my location press - keeping better track of recording state 2017-01-17 13:35:19 +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
c9e1f1c750 crash fix: GSON and Parcelable did not play well with Location Extras 2016-10-05 13:53:31 +02:00
y20k
20cfc9067e tapping on "my location" while recording does not result in a crash anymore 2016-10-04 10:45:51 +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
046228702a clearing the map now saves the track (2) -> does this using AsyncTask 2016-09-27 17:02:23 +02:00
y20k
e3793de0cc clearing the map now saves the track 2016-09-27 16:50:37 +02:00
y20k
e1b01091cb trackbook now asks the user before clearing the map 2016-09-27 16:08:45 +02:00
y20k
4f1017ced9 clear map did not work properly after orientation change - treat network and gps locations differently 2016-09-26 14:43:01 +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
3256d97bb6 Trackbook should now (more or less) gracefully handle changes to the Location setting in System Settings (#3). 2016-09-19 18:46:25 +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
Renamed from app/src/main/java/org/y20k/trackbook/MainActivityFragment.java (Browse further)