Android app to track on Tracman, even in the background
Go to file
Keith Irwin 1aec7f3097
Built new release
2018-01-31 12:59:27 -05:00
.idea Updated server URL 2018-01-28 14:15:20 -05:00
app Built new release 2018-01-31 12:59:27 -05:00
gradle/wrapper Built new release 2018-01-31 12:59:27 -05:00
release Built new release 2018-01-31 12:59:27 -05:00
.gitignore Added lines for google play signing items that should probably be secret 2018-01-31 12:58:52 -05:00
LICENSE.md Added license 2017-04-26 23:53:45 -04:00
README.md Bumped version 2018-01-28 16:41:59 -05:00
build.gradle Built new release 2018-01-31 12:59:27 -05:00
gradle.properties init commit 2016-03-21 20:30:53 -04:00
gradlew Deleted files, added files, fixed for android v6 2017-02-23 19:48:57 -05:00
gradlew.bat init commit 2016-03-21 20:30:53 -04:00
settings.gradle Deleted files, added files, fixed for android v6 2017-02-23 19:48:57 -05:00

README.md

[]Tracman for Android

v 0.6.1

Android app to upload a user's GPS location to the tracman server.

Installation

Install from the Google Play Store or with adb/Android Studio.

Usage

In order to apply changes to settings, you need to hit the back button and return to the main menu (where it just says "General settings"). Don't hit back again, or you will be logged out. This will be fixed as #9 someday...

The app will switch between "realtime updates" (Every second, or whatever interval you set up in the settings) and "occasional updates", depending on if there are visitors to your map. This prevents the app from draining your battery when nobody's looking at your location anyway.

More information is available on the help page.

Contributing

Tracman for Android is in perpetually poor condition. I don't do much work with Android. This project would benefit greatly from being torn down and rebuilt from scratch. Feel free to check out the issues marked help wanted (or any issues, really) or contact me about getting involved.

Changelog

v0.6.1

  • Updated server URLs

v0.6.0

  • #1 Deals with lost connections
  • #6 Loads on boot
  • #7 Added email/password login
  • #8 Doesn't log back in after logging out

v0.5.0

  • Fixed compatibility issues with TLS

License

see LICENSE.md

Tracman: GPS tracking app for android Copyright © 2018 Keith Irwin

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.