Android app to track on Tracman, even in the background
Go to file
Keith Irwin 7db59b71fc Merge pull request #15 from imanalopher/master
removed .idea/
2017-05-30 14:14:09 -07:00
.idea Removed .idea/misc.xml 2017-03-15 06:47:38 -04:00
app #7 Fixed TextView links 2017-04-27 00:17:33 -04:00
gradle/wrapper Added TLS 1.1/2 support for Android 4 2017-03-06 03:54:02 -05:00
.gitignore removed .idea/ 2017-05-29 15:16:11 +06:00
LICENSE.md Added license 2017-04-26 23:53:45 -04:00
README.md Updated readme 2017-04-26 23:54:02 -04:00
build.gradle Attempt to fix loading on boot 2017-04-06 18:42:40 -04: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.0

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 just don't know enough about android/java to create a top-quality app. I think this project would benefit greatly from being torn down and rebuilt from scratch. If you know anything about Android, you probably know more than me. Feel free to check out the issues marked help wanted (or any issues, really) or contact me about getting involved.

Changelog

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 © 2017 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/>.