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>
21 lines
750 B
Prolog
21 lines
750 B
Prolog
# Add project specific ProGuard rules here.
|
|
# You can control the set of applied configuration files using the
|
|
# proguardFiles setting in build.gradle.
|
|
#
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
# If your project uses WebView with JS, uncomment the following
|
|
# and specify the fully qualified class name to the JavaScript interface
|
|
# class:
|
|
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
|
# public *;
|
|
#}
|
|
|
|
# Uncomment this to preserve the line number information for
|
|
# debugging stack traces.
|
|
#-keepattributes SourceFile,LineNumberTable
|
|
|
|
# If you keep the line number information, uncomment this to
|
|
# hide the original source file name.
|
|
#-renamesourcefileattribute SourceFile |