-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Present distances in km/mi #624
base: master
Are you sure you want to change the base?
Present distances in km/mi #624
Commits on Dec 30, 2016
-
Lint: Update workaround for GradleCompatible warning
Will require manual checks or rewrite code Adding GraphView twice is done to force two inclusions and 'upgrade' the version of Android support library that GraphView was compiled with twice (GraphView is not used in 2.2 (but 2.3 "Froyo" builds). A wrapper will maybe suppress for Froyo.) TODO: Find how this should be handled without suppressions. The real benefit of a separate PR is to raise awareness. Note: RunnerUp, MapBox, GraphView, Play Services all uses different versions of Support Lib. One solution may be to compile MapBox and GraphView separately and adapt to PlayServices version.... latestCompile - Classpath for compiling the latest sources. +--- com.android.support:design:25.1.0 | +--- com.android.support:support-v4:25.1.0 | | +--- com.android.support:support-compat:25.1.0 | | | \--- com.android.support:support-annotations:25.1.0 | | +--- com.android.support:support-media-compat:25.1.0 | | | +--- com.android.support:support-annotations:25.1.0 | | | \--- com.android.support:support-compat:25.1.0 (*) | | +--- com.android.support:support-core-utils:25.1.0 | | | +--- com.android.support:support-annotations:25.1.0 | | | \--- com.android.support:support-compat:25.1.0 (*) | | +--- com.android.support:support-core-ui:25.1.0 | | | +--- com.android.support:support-annotations:25.1.0 | | | \--- com.android.support:support-compat:25.1.0 (*) | | \--- com.android.support:support-fragment:25.1.0 | | +--- com.android.support:support-compat:25.1.0 (*) | | +--- com.android.support:support-media-compat:25.1.0 (*) | | +--- com.android.support:support-core-ui:25.1.0 (*) | | \--- com.android.support:support-core-utils:25.1.0 (*) | +--- com.android.support:appcompat-v7:25.1.0 | | +--- com.android.support:support-annotations:25.1.0 | | +--- com.android.support:support-v4:25.1.0 (*) | | +--- com.android.support:support-vector-drawable:25.1.0 | | | +--- com.android.support:support-annotations:25.1.0 | | | \--- com.android.support:support-compat:25.1.0 (*) | | \--- com.android.support:animated-vector-drawable:25.1.0 | | \--- com.android.support:support-vector-drawable:25.1.0 (*) | +--- com.android.support:recyclerview-v7:25.1.0 | | +--- com.android.support:support-annotations:25.1.0 | | +--- com.android.support:support-compat:25.1.0 (*) | | \--- com.android.support:support-core-ui:25.1.0 (*) | \--- com.android.support:transition:25.1.0 | +--- com.android.support:support-annotations:25.1.0 | \--- com.android.support:support-v4:25.1.0 (*) +--- com.google.android.gms:play-services-wearable:10.0.1 | +--- com.google.android.gms:play-services-base:10.0.1 | | +--- com.google.android.gms:play-services-basement:10.0.1 | | | \--- com.android.support:support-v4:24.0.0 -> 25.1.0 (*) | | \--- com.google.android.gms:play-services-tasks:10.0.1 | | \--- com.google.android.gms:play-services-basement:10.0.1 (*) | \--- com.google.android.gms:play-services-basement:10.0.1 (*) +--- com.getpebble:pebblekit:4.0.1 +--- com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0 | +--- com.android.support:support-annotations:23.4.0 -> 25.1.0 | +--- com.android.support:support-v4:23.4.0 -> 25.1.0 (*) | +--- com.android.support:design:23.4.0 -> 25.1.0 (*) | +--- com.squareup.okhttp3:okhttp:3.4.1 | | \--- com.squareup.okio:okio:1.9.0 | +--- com.mapzen.android:lost:1.1.1 | | +--- com.android.support:appcompat-v7:22.2.0 -> 25.1.0 (*) | | +--- com.android.support:support-v4:22.2.0 -> 25.1.0 (*) | | \--- com.google.guava:guava:18.0 | \--- com.mapbox.mapboxsdk:mapbox-java-services:1.3.1 | +--- com.squareup.retrofit2:retrofit:2.1.0 | | \--- com.squareup.okhttp3:okhttp:3.3.0 -> 3.4.1 (*) | +--- com.squareup.retrofit2:converter-gson:2.1.0 | | +--- com.squareup.retrofit2:retrofit:2.1.0 (*) | | \--- com.google.code.gson:gson:2.7 | \--- com.squareup.okhttp3:logging-interceptor:3.3.1 | \--- com.squareup.okhttp3:okhttp:3.3.1 -> 3.4.1 (*) \--- com.jjoe64:graphview:4.2.1 \--- com.android.support:support-v4:22.1.1 -> 25.1.0 (*)
Configuration menu - View commit details
-
Copy full SHA for 5364eff - Browse repository at this point
Copy the full SHA 5364effView commit details -
Configuration menu - View commit details
-
Copy full SHA for be2c2f0 - Browse repository at this point
Copy the full SHA be2c2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b945a - Browse repository at this point
Copy the full SHA 25b945aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d9d75 - Browse repository at this point
Copy the full SHA 53d9d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a11030 - Browse repository at this point
Copy the full SHA 5a11030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507e90d - Browse repository at this point
Copy the full SHA 507e90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 704c46f - Browse repository at this point
Copy the full SHA 704c46fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d41d063 - Browse repository at this point
Copy the full SHA d41d063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6d03c - Browse repository at this point
Copy the full SHA 1b6d03cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3954831 - Browse repository at this point
Copy the full SHA 3954831View commit details -
Configuration menu - View commit details
-
Copy full SHA for d708e31 - Browse repository at this point
Copy the full SHA d708e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48931d9 - Browse repository at this point
Copy the full SHA 48931d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7737902 - Browse repository at this point
Copy the full SHA 7737902View commit details -
Configuration menu - View commit details
-
Copy full SHA for c76f777 - Browse repository at this point
Copy the full SHA c76f777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f176c0 - Browse repository at this point
Copy the full SHA 1f176c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6de6a - Browse repository at this point
Copy the full SHA 1d6de6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f43db7 - Browse repository at this point
Copy the full SHA 7f43db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07af7f8 - Browse repository at this point
Copy the full SHA 07af7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d87f468 - Browse repository at this point
Copy the full SHA d87f468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d1a7a4 - Browse repository at this point
Copy the full SHA 1d1a7a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7498648 - Browse repository at this point
Copy the full SHA 7498648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2d8bf - Browse repository at this point
Copy the full SHA 6f2d8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0766720 - Browse repository at this point
Copy the full SHA 0766720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a07a2 - Browse repository at this point
Copy the full SHA 95a07a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f30c46 - Browse repository at this point
Copy the full SHA 5f30c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for e172ebd - Browse repository at this point
Copy the full SHA e172ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 073bb9c - Browse repository at this point
Copy the full SHA 073bb9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c692127 - Browse repository at this point
Copy the full SHA c692127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4559cbf - Browse repository at this point
Copy the full SHA 4559cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17147ba - Browse repository at this point
Copy the full SHA 17147baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e4c6a5 - Browse repository at this point
Copy the full SHA 3e4c6a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd9330 - Browse repository at this point
Copy the full SHA 0dd9330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0a54c - Browse repository at this point
Copy the full SHA 3d0a54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd1e95 - Browse repository at this point
Copy the full SHA 0cd1e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for b290c95 - Browse repository at this point
Copy the full SHA b290c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8864eb2 - Browse repository at this point
Copy the full SHA 8864eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e1abe - Browse repository at this point
Copy the full SHA f1e1abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for be5cb2e - Browse repository at this point
Copy the full SHA be5cb2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c92f6c - Browse repository at this point
Copy the full SHA 2c92f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc76283 - Browse repository at this point
Copy the full SHA fc76283View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea42f11 - Browse repository at this point
Copy the full SHA ea42f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 015c984 - Browse repository at this point
Copy the full SHA 015c984View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc04fc3 - Browse repository at this point
Copy the full SHA bc04fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ddc471 - Browse repository at this point
Copy the full SHA 7ddc471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb8695 - Browse repository at this point
Copy the full SHA 6bb8695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96bddd8 - Browse repository at this point
Copy the full SHA 96bddd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 198598d - Browse repository at this point
Copy the full SHA 198598dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd2e5d - Browse repository at this point
Copy the full SHA 9bd2e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8385a2 - Browse repository at this point
Copy the full SHA e8385a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc38cb - Browse repository at this point
Copy the full SHA 6dc38cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe4e805 - Browse repository at this point
Copy the full SHA fe4e805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec95f6 - Browse repository at this point
Copy the full SHA 3ec95f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebefbf - Browse repository at this point
Copy the full SHA 2ebefbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c307149 - Browse repository at this point
Copy the full SHA c307149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93bc85b - Browse repository at this point
Copy the full SHA 93bc85bView commit details -
Configuration menu - View commit details
-
Copy full SHA for af841ed - Browse repository at this point
Copy the full SHA af841edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e447a3f - Browse repository at this point
Copy the full SHA e447a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ecc41 - Browse repository at this point
Copy the full SHA 68ecc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6738e00 - Browse repository at this point
Copy the full SHA 6738e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 908b2aa - Browse repository at this point
Copy the full SHA 908b2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79536fa - Browse repository at this point
Copy the full SHA 79536faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 271a5b5 - Browse repository at this point
Copy the full SHA 271a5b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b22315 - Browse repository at this point
Copy the full SHA 0b22315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76914a9 - Browse repository at this point
Copy the full SHA 76914a9View commit details -
Lint: Update workaround for GradleCompatible warning
Will require manual checks or rewrite code //Adding GraphView twice is done to force two inclusions and 'upgrade' the version of //Android support library that GraphView was compiled with twice //GraphView is not used in Froyo though. A better fix if Froyo support is required, //would be to use a wrapper as for MapBox //Lint check cannot handle that there are different versions in different apk? //check manually with ./gradlew app:dependencies
Configuration menu - View commit details
-
Copy full SHA for 22cf000 - Browse repository at this point
Copy the full SHA 22cf000View commit details -
Lint: TextView Internationalization, Number formatting does not take …
…into account locale settings. TODO added in FeedActivity for strings to add and update
Configuration menu - View commit details
-
Copy full SHA for 4c0a894 - Browse repository at this point
Copy the full SHA 4c0a894View commit details -
Lint: Image without contentDescription
Suppressed all warnings, related strings close by
Configuration menu - View commit details
-
Copy full SHA for cfe8129 - Browse repository at this point
Copy the full SHA cfe8129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7caef49 - Browse repository at this point
Copy the full SHA 7caef49View commit details -
Configuration menu - View commit details
-
Copy full SHA for e100e09 - Browse repository at this point
Copy the full SHA e100e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939b4d3 - Browse repository at this point
Copy the full SHA 939b4d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e6f74 - Browse repository at this point
Copy the full SHA a8e6f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47badd4 - Browse repository at this point
Copy the full SHA 47badd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87916bb - Browse repository at this point
Copy the full SHA 87916bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bc36d0 - Browse repository at this point
Copy the full SHA 3bc36d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce6cfd - Browse repository at this point
Copy the full SHA 2ce6cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cfaf2a - Browse repository at this point
Copy the full SHA 0cfaf2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec15d8 - Browse repository at this point
Copy the full SHA 4ec15d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60dedd9 - Browse repository at this point
Copy the full SHA 60dedd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 105d1a1 - Browse repository at this point
Copy the full SHA 105d1a1View commit details -
Lint: Suppress ButtonStyle warnings
Change can be done on >= SDK 11 only Should be possible with separate xml (faild when attempting though), dont bother as this should be rewritten
Configuration menu - View commit details
-
Copy full SHA for dc06247 - Browse repository at this point
Copy the full SHA dc06247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2230efa - Browse repository at this point
Copy the full SHA 2230efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7742f2 - Browse repository at this point
Copy the full SHA b7742f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a4d12 - Browse repository at this point
Copy the full SHA 79a4d12View commit details -
Lint: FrameLayout can be replaced with <merge> tag
If a <FrameLayout> is the root of a layout and does not provide background or padding etc, it can often be replaced with a <merge> tag which is slightly more efficient. Note that this depends on context, so make sure you understand how the <merge> tag works before proceeding. http://android-developers.blogspot.com/2009/03/android-layout-tricks-3-optimize-by.html
Configuration menu - View commit details
-
Copy full SHA for 469aac7 - Browse repository at this point
Copy the full SHA 469aac7View commit details -
Lint: SuppressLint("ClickableViewAccessibility")
Code seem OK to me, not seeing that performClick() is beneficial. Suppressingseem to be the most common action. -- ../../src/org/runnerup/widget/NumberPicker.java:231: org/runnerup/widget/NumberPicker$5#onTouch should call View#performClick when a click is detected 228 private final OnTouchListener buttonLongTouchListener = new OnTouchListener() { 229 @OverRide 230 //@SuppressLint("ClickableViewAccessibility") 231 public boolean onTouch(View v, MotionEvent event) { 232 if (event.getAction() == MotionEvent.ACTION_UP && 233 ((longInc && v == incButton) || 234 (longDec && v == decButton))) { If a View that overrides onTouchEvent or uses an OnTouchListener does not also implement performClick and call it when clicks are detected, the View may not handle accessibility actions properly. Logic handling the click actions should ideally be placed in View#performClick as some accessibility services invoke performClick when a click action should occur. To suppress this error, use the issue id "ClickableViewAccessibility" as explained in the Suppressing Warnings and Errors section.
Configuration menu - View commit details
-
Copy full SHA for 7e1be51 - Browse repository at this point
Copy the full SHA 7e1be51View commit details -
Configuration menu - View commit details
-
Copy full SHA for d221b06 - Browse repository at this point
Copy the full SHA d221b06View commit details -
Lint: Declaration access can be weaker
TitleSpinner changes, done on master
Configuration menu - View commit details
-
Copy full SHA for d3283d6 - Browse repository at this point
Copy the full SHA d3283d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d74a6 - Browse repository at this point
Copy the full SHA a1d74a6View commit details -
Remove @TargetApi() annotations
This is used by Lint to set the minimal version when running Lint regardless of the version in Gradle. This is not needed as Lint runs separately for Latest and Froyo builds. The annotation is mostly confusing and too broad (not overriding where needed). In cases where the use level is raised (like Wear >= 4.3, some BLE code, MapBox etc) a version higher than minimum version can hide NewApi issues. In some cases the level was set too low (like Froyo in latest), potentially giving warnings that are irrelevant. The annotation was required here: \hrdevice\src\org\runnerup\hr\AndroidBLEHRProvider.java \app\src\org\runnerup\workout\feedback\RUTextToSpeech.java
Configuration menu - View commit details
-
Copy full SHA for 7197870 - Browse repository at this point
Copy the full SHA 7197870View commit details -
Revert @TargetApi() changes for a few files
\hrdevice\src\org\runnerup\hr\RetryingHRProviderProxy.java \hrdevice\src\org\runnerup\hr\SamsungBLEHRProvider.java
Configuration menu - View commit details
-
Copy full SHA for cfe380e - Browse repository at this point
Copy the full SHA cfe380eView commit details
Commits on Apr 6, 2017
-
Some manual changes, to keep strings where the source was changed Whitespace changes
Configuration menu - View commit details
-
Copy full SHA for 975e896 - Browse repository at this point
Copy the full SHA 975e896View commit details -
Configuration menu - View commit details
-
Copy full SHA for b138d30 - Browse repository at this point
Copy the full SHA b138d30View commit details -
Transifex sync after PR jonasoreland#525 - added attributes
No changes, done to minimize noise at next update Unfortunately this is done in two PR: Need to have the PR for source file accepted before Transifex can be updated and the Transifex output changes can be added in a new PR
Configuration menu - View commit details
-
Copy full SHA for f60ef6e - Browse repository at this point
Copy the full SHA f60ef6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a0432 - Browse repository at this point
Copy the full SHA 30a0432View commit details -
Same as in PR jonasoreland#531, just bundled with other updates
Configuration menu - View commit details
-
Copy full SHA for 607cb53 - Browse repository at this point
Copy the full SHA 607cb53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36146c4 - Browse repository at this point
Copy the full SHA 36146c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f8686 - Browse repository at this point
Copy the full SHA c3f8686View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6feab3 - Browse repository at this point
Copy the full SHA c6feab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea94bb - Browse repository at this point
Copy the full SHA 7ea94bbView commit details -
Lint: GradleCompatible, force support-v4 version
GradleCompatible: support-v4 is not used directly by app source but mapbox, graphview, play-services-wearable force same version as in the app Handle GradleDependency in Froyo RestrictedApi no longer occurs
Configuration menu - View commit details
-
Copy full SHA for 0fc7214 - Browse repository at this point
Copy the full SHA 0fc7214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 974d9ea - Browse repository at this point
Copy the full SHA 974d9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for afb4d9e - Browse repository at this point
Copy the full SHA afb4d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1324257 - Browse repository at this point
Copy the full SHA 1324257View commit details
Commits on Apr 11, 2017
-
Lint false positives: Link to reports
Remove some workarounds that could be overlaying the eventual corrections
Configuration menu - View commit details
-
Copy full SHA for 8f24b3f - Browse repository at this point
Copy the full SHA 8f24b3fView commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 03d157d - Browse repository at this point
Copy the full SHA 03d157dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e389f3 - Browse repository at this point
Copy the full SHA 5e389f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b094314 - Browse repository at this point
Copy the full SHA b094314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4135768 - Browse repository at this point
Copy the full SHA 4135768View commit details
Commits on Apr 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 89faa92 - Browse repository at this point
Copy the full SHA 89faa92View commit details
Commits on May 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c968170 - Browse repository at this point
Copy the full SHA c968170View commit details
Commits on Jun 18, 2017
-
Merge branch 'master' into test/lint-eliminations-merge2
Some manual conflict resolutions, no functionality changes # Conflicts: # app/latest/java/org/runnerup/tracker/component/TrackerWear.java # app/src/org/runnerup/util/Formatter.java # app/src/org/runnerup/view/DetailActivity.java # app/src/org/runnerup/view/RunActivity.java # app/src/org/runnerup/view/StepButton.java # app/src/org/runnerup/workout/Workout.java # build.gradle # common/src/main/java/org/runnerup/common/util/Constants.java # wear/src/main/java/org/runnerup/service/StateService.java # wear/src/main/java/org/runnerup/view/MainActivity.java # wear/src/main/java/org/runnerup/view/RunInfoFragment.java # wear/src/main/res/layout/card3.xml # wear/src/main/res/layout/newlap.xml # wear/src/main/res/layout/pause_resume.xml
Configuration menu - View commit details
-
Copy full SHA for f650b8a - Browse repository at this point
Copy the full SHA f650b8aView commit details -
Case change in printout: Hardcoded for "lap pace" is now (in English) "Lap pace"
Configuration menu - View commit details
-
Copy full SHA for 0da3176 - Browse repository at this point
Copy the full SHA 0da3176View commit details
Commits on Jul 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f0bef09 - Browse repository at this point
Copy the full SHA f0bef09View commit details
Commits on Jul 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eeb45bc - Browse repository at this point
Copy the full SHA eeb45bcView commit details -
Merge remote-tracking branch 'origin/master' into _pr/lint-eliminations
# Conflicts: # app/src/org/runnerup/export/StravaSynchronizer.java # app/src/org/runnerup/view/CreateAdvancedWorkout.java
Configuration menu - View commit details
-
Copy full SHA for 501c8d3 - Browse repository at this point
Copy the full SHA 501c8d3View commit details
Commits on Jul 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e1c2bb8 - Browse repository at this point
Copy the full SHA e1c2bb8View commit details
Commits on Jul 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1bf1c2b - Browse repository at this point
Copy the full SHA 1bf1c2bView commit details -
Lint: suppress ClickableViewAccessibility
Suppress in code not working with gradle 3.0.0?
Configuration menu - View commit details
-
Copy full SHA for 1856ee9 - Browse repository at this point
Copy the full SHA 1856ee9View commit details -
Lint: Eliminate PrivateResource for GoogleFitData
Probably bad check, it refers to MapBox
Configuration menu - View commit details
-
Copy full SHA for 803e4a2 - Browse repository at this point
Copy the full SHA 803e4a2View commit details -
Lint: Suppress StaticFieldLeak
All of the usage I see uses local variables, so a static inner class is not possible. The usage seem to be within the "calling activity" so leak should be minor
Configuration menu - View commit details
-
Copy full SHA for f3f3e12 - Browse repository at this point
Copy the full SHA f3f3e12View commit details -
Lint: Add baseline files, suppressing non interesting issues
Currently those with Lint bugs
Configuration menu - View commit details
-
Copy full SHA for 48592be - Browse repository at this point
Copy the full SHA 48592beView commit details -
Prepare for Android Studio 3: Add Google repo, set flavorDimension
Also update Android gradle plugin The preparation has no functional change for AS2.3, but it easier to switch between the versions
Configuration menu - View commit details
-
Copy full SHA for ae742c8 - Browse repository at this point
Copy the full SHA ae742c8View commit details -
Add Google repository for app/wear
Google no longer distributes libs with jcenter(), uses its own repo
Configuration menu - View commit details
-
Copy full SHA for 8c52664 - Browse repository at this point
Copy the full SHA 8c52664View commit details -
Configuration menu - View commit details
-
Copy full SHA for abe3d92 - Browse repository at this point
Copy the full SHA abe3d92View commit details
Commits on Aug 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9f25f94 - Browse repository at this point
Copy the full SHA 9f25f94View commit details -
Lint: Updated comments for GradleCompatible
No longer required for AS3
Configuration menu - View commit details
-
Copy full SHA for 5c3b80d - Browse repository at this point
Copy the full SHA 5c3b80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1284c80 - Browse repository at this point
Copy the full SHA 1284c80View commit details
Commits on Aug 11, 2017
-
Merge remote-tracking branch 'origin/master' into pr/524-lint-elimina…
…tions # Conflicts: # .gitignore # .travis.yml # app/AndroidManifest.xml # app/latest/java/org/runnerup/feedwidget/FeedWidgetService.java # app/lint-baseline.xml # app/src/org/runnerup/db/DBHelper.java # app/src/org/runnerup/export/DefaultSynchronizer.java # app/src/org/runnerup/export/DigifitSynchronizer.java # app/src/org/runnerup/export/EndomondoSynchronizer.java # app/src/org/runnerup/export/FileSynchronizer.java # app/src/org/runnerup/export/FunBeatSynchronizer.java # app/src/org/runnerup/export/GarminSynchronizer.java # app/src/org/runnerup/export/GoogleFitSynchronizer.java # app/src/org/runnerup/export/RunKeeperSynchronizer.java # app/src/org/runnerup/export/RuntasticSynchronizer.java # app/src/org/runnerup/view/AccountListActivity.java # build.gradle # common/src/main/java/org/runnerup/common/util/Constants.java # hrdevice/src/org/runnerup/hr/HRManager.java # wear/lint-baseline.xml
Configuration menu - View commit details
-
Copy full SHA for 58628a6 - Browse repository at this point
Copy the full SHA 58628a6View commit details -
unused import unused parameters and methods variable can be final access can be private array type init constantconditions A few suppressions
Configuration menu - View commit details
-
Copy full SHA for de79cde - Browse repository at this point
Copy the full SHA de79cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 243c48d - Browse repository at this point
Copy the full SHA 243c48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d245c - Browse repository at this point
Copy the full SHA d7d245cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f51ea3 - Browse repository at this point
Copy the full SHA 3f51ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e95239 - Browse repository at this point
Copy the full SHA 2e95239View commit details -
Revert "ANT+ lib should be provided, not compile"
This reverts commit d7d245c.
Configuration menu - View commit details
-
Copy full SHA for 5b8ec1d - Browse repository at this point
Copy the full SHA 5b8ec1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c83f1d - Browse repository at this point
Copy the full SHA 7c83f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f56ab - Browse repository at this point
Copy the full SHA 73f56abView commit details
Commits on Aug 13, 2017
-
To be added when source is released This reverts commit 3f51ea3.
Configuration menu - View commit details
-
Copy full SHA for fc00155 - Browse repository at this point
Copy the full SHA fc00155View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31b479 - Browse repository at this point
Copy the full SHA a31b479View commit details
Commits on Aug 20, 2017
-
Previously 'm' was used in most of the interface Distances shorter than 1000m are presented in m (also statue, as there is no possibility to set feet/yard). The Distance picker were previously in whole km/mi with separate meter, now only km/mi Some hardcoded use of 'm' removed
Configuration menu - View commit details
-
Copy full SHA for 76ed2bd - Browse repository at this point
Copy the full SHA 76ed2bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49181d1 - Browse repository at this point
Copy the full SHA 49181d1View commit details