-
Notifications
You must be signed in to change notification settings - Fork 3
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
Android 12 Update #134
Android 12 Update #134
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 761ada4 - Browse repository at this point
Copy the full SHA 761ada4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f7a06 - Browse repository at this point
Copy the full SHA c0f7a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5685d1c - Browse repository at this point
Copy the full SHA 5685d1cView commit details -
Android 12 requires explicit declaration of export attribute for activities, services, or broadcast receivers. For components that include the LAUNCHER category, set android:exported to true.
Configuration menu - View commit details
-
Copy full SHA for c24c5d4 - Browse repository at this point
Copy the full SHA c24c5d4View commit details -
Project would not compile after Google Map Dependency update. Type mismatch error in onMapReady override function. Removed null value assignment from non-nullable variables to fix type mismatch error.
Configuration menu - View commit details
-
Copy full SHA for 64ab19a - Browse repository at this point
Copy the full SHA 64ab19aView commit details -
Project would not compile after Activity Dependency update. Type mismatch error in onCreateOptionsMenu override function. Removed null value assignment from non-nullable variable to fix type mismatch.
Configuration menu - View commit details
-
Copy full SHA for c9fc94d - Browse repository at this point
Copy the full SHA c9fc94dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ade2c - Browse repository at this point
Copy the full SHA 50ade2cView commit details
Commits on Jan 13, 2022
-
Issue caused by ad view banner returning a null value. Declaring variable as nullable fixes issue. Resolves issue WSDOT#131
Configuration menu - View commit details
-
Copy full SHA for d52b4f6 - Browse repository at this point
Copy the full SHA d52b4f6View commit details -
Fix notification display issue
Notifications were not displaying for API 31. Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Resolves issue WSDOT#129
Configuration menu - View commit details
-
Copy full SHA for 8f8442d - Browse repository at this point
Copy the full SHA 8f8442dView commit details -
Update bottom sheet view layout
Bottom sheet view was not displaying correctly. Issue was introduced after updating material and constraintlayout dependencies. Resolved issue by increasing view size for highway alerts & web cameras to match parent view. Resolves issue WSDOT#130
Configuration menu - View commit details
-
Copy full SHA for 7de9e56 - Browse repository at this point
Copy the full SHA 7de9e56View commit details
Commits on Jan 15, 2022
-
Apps targeting Android 12 or higher feature approximate location permissions. - Adds coarse & fine location check for traffic and ferry map. - Adds coarse & fine location check for ferry sailings and Amtrak stations. - Adds coarse & fine location check when map location icon is selected. - Removes extra permission rational dialogs. - Fixes API 23 location alert issue. Resolves issue WSDOT#127
Configuration menu - View commit details
-
Copy full SHA for 9810470 - Browse repository at this point
Copy the full SHA 9810470View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5160944 - Browse repository at this point
Copy the full SHA 5160944View commit details -
Enable ferry alert view hyperlinks
Works for API 24 and above Resolves issue WSDOT#128
Configuration menu - View commit details
-
Copy full SHA for 9763838 - Browse repository at this point
Copy the full SHA 9763838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9ba66 - Browse repository at this point
Copy the full SHA 4f9ba66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3254b6d - Browse repository at this point
Copy the full SHA 3254b6dView commit details -
Ads are not displaying correctly. Disabled ads and removed blank banner box from view. Resolves issue WSDOT#133
Configuration menu - View commit details
-
Copy full SHA for 5004a0a - Browse repository at this point
Copy the full SHA 5004a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b161350 - Browse repository at this point
Copy the full SHA b161350View commit details -
Configuration menu - View commit details
-
Copy full SHA for d02185d - Browse repository at this point
Copy the full SHA d02185dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bcd05d - Browse repository at this point
Copy the full SHA 7bcd05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa3449 - Browse repository at this point
Copy the full SHA bfa3449View commit details -
Project would not compile after Location Dependency update. Type mismatch error in onLocationResult override function. Removed null value assignment from non-nullable variable to fix type mismatch.
Configuration menu - View commit details
-
Copy full SHA for b3a2bb8 - Browse repository at this point
Copy the full SHA b3a2bb8View commit details
Commits on Jan 21, 2022
-
Disable approximate location map icon
User location should not be displayed on map when approximate location is enabled. Issue WSDOT#127
Configuration menu - View commit details
-
Copy full SHA for 05dee02 - Browse repository at this point
Copy the full SHA 05dee02View commit details -
Update map location icon logic
- API 31: Adds ability to change to precise location after approximate location has been enabled. - API 23-30: Displays location alert dialog if location permission has not been selected. Issue WSDOT#127
Configuration menu - View commit details
-
Copy full SHA for 87ef251 - Browse repository at this point
Copy the full SHA 87ef251View commit details -
Configuration menu - View commit details
-
Copy full SHA for de21a71 - Browse repository at this point
Copy the full SHA de21a71View commit details
Commits on Jan 31, 2022
-
Replaces permission check code with checkAppPermissions function.
Configuration menu - View commit details
-
Copy full SHA for 7021398 - Browse repository at this point
Copy the full SHA 7021398View commit details -
Add boolean check to location permissions
Limits the number of times user can upgrade from approximate to precise location. Issue WSDOT#127
Configuration menu - View commit details
-
Copy full SHA for f759154 - Browse repository at this point
Copy the full SHA f759154View commit details -
Add approximate location radius circle
Radius circle shows device's location to within about 1 mile. Issue WSDOT#127
Configuration menu - View commit details
-
Copy full SHA for 2f0d5df - Browse repository at this point
Copy the full SHA 2f0d5dfView commit details