mirror of
https://github.com/barbeau/gpstest.git
synced 2025-12-05 18:46:30 -06:00
* Add Wear OS Interface GPSTest * Change the module and package name to wear * Refactor packages to gpstest * Change Time format * Implement library in gpstest * Move common data from app to library with cross-module dependency injections failures * Solve the cross-module dependency injections problem about context * Watch face with flashed problem * Implement progress bar * Add permissions request * Resolve column overlap * Add progress bar for Wear OS * Update data from location on Wear OS * Update "# Sats", "PDOP" and "H/V Dop" on Wear OS. * Update timestamp from location. * fix: OSMDroid build flavor * Fix test bugs. Co-authored-by: barbeau <barbeaus@google.com>
4 lines
57 B
Groovy
4 lines
57 B
Groovy
include ':GPSTest'
|
|
include ':wear'
|
|
include ':library'
|