naofum
|
6e4baddefc
|
Translated using Weblate (Japanese)
Currently translated at 100.0% (87 of 87 strings)
|
2017-01-23 15:59:38 +01:00 |
|
y20k
|
a2091c3687
|
display time of location fix when tapping the location marker (track view) (see #9)
|
2017-01-23 12:32:27 +01:00 |
|
naofum
|
16224355f3
|
Translated using Weblate (Japanese)
Currently translated at 100.0% (86 of 86 strings)
|
2017-01-21 12:42:02 +01:00 |
|
naofum
|
f71ba6bcc3
|
Added translation using Weblate (Japanese)
|
2017-01-21 11:59:33 +01:00 |
|
y20k
|
56ee80b1b4
|
fixes a certain condition where start date equaled end date (#7)
|
2017-01-21 11:32:51 +01:00 |
|
y20k
|
cb56291dee
|
The statistics sheet is now scrollable if necessary - for example in landscape view (see issue #8). On larger screen (e.g. tablets) the sheet now has maximum width
|
2017-01-20 13:34:37 +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
|
0e94bdb9dd
|
added an incremental version number to prevent issues in case the Track format evolves in the future
|
2017-01-18 10:44:16 +01:00 |
|
y20k
|
d38adb62d9
|
GSON now uses a unified date format to when converting dates to/from JSON
|
2017-01-18 09:58:04 +01:00 |
|
y20k
|
28e9fb7991
|
added some temporary logging to find the end-date-bug
|
2017-01-17 17:20:59 +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
|
ce452905fe
|
changed the way the fragments (= tab contents) are referenced from the frame ui (MainActivity)
|
2017-01-17 10:40:47 +01:00 |
|
y20k
|
ed0f0db464
|
Just a test: Trackbook with a transition between Tabs.
|
2017-01-16 17:57:57 +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
|
c19cf469d3
|
changed layout and behavior of statistics sheet - plus: some accessibility descriptions
|
2016-12-05 17:52:18 +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
|
a6dd91b348
|
clean-up
|
2016-10-04 11:11:13 +02:00 |
|
y20k
|
292a1bb007
|
updated German translation
|
2016-10-04 10:56:58 +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
|
83f674e590
|
added another special case to handle un-needed waypoints from network location provider
|
2016-09-30 17:33:57 +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
|
b5f5db7949
|
implementation of track statistics as BottomSheet - added some missing Getters to Track object
|
2016-09-29 12:54:57 +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
|
a38270d2c4
|
storage helper keeps the last ten tracks and deletes only files of type .trackbook
|
2016-09-27 16:07:33 +02:00 |
|
y20k
|
deed2f624d
|
storage helper only keeps on track for now - old ones get deleted
|
2016-09-26 15:25:25 +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
|
403cb3f134
|
StorageHelper can save Tracks as JSON to storage
|
2016-09-21 14:51:36 +02:00 |
|
y20k
|
5c0a694667
|
new version number
|
2016-09-21 13:44:10 +02:00 |
|
y20k
|
80bae29e5c
|
background service did only use gps - it now should use network too
|
2016-09-20 20:24:17 +02:00 |
|
y20k
|
de1381534c
|
updated buildToolsVersion to 24.0.1 for release of 0.9.2
|
2016-09-20 14:27:36 +02:00 |
|
y20k
|
82641439f5
|
turn off debug logs for release of 0.9.2
|
2016-09-20 13:53:44 +02:00 |
|
y20k
|
da82360625
|
some clean-up
|
2016-09-20 13:51:17 +02:00 |
|
y20k
|
90273d0d0d
|
German translation (part 2)
|
2016-09-19 18:46:58 +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 |
|
y20k
|
d0359a8400
|
trackbook displays distance in feet on US devices. It now also tracks steps in the background
|
2016-09-15 13:38:51 +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 |
|