-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from hyperskill/release/1.2
Release 1.2
- Loading branch information
Showing
99 changed files
with
1,266 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...src/main/java/org/hyperskill/app/android/sentry/domain/model/SentryBreadcrumbKeyValues.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package org.hyperskill.app.android.sentry.domain.model | ||
|
||
object SentryBreadcrumbKeyValues { | ||
const val CATEGORY_AUTH_SOCIAL = "auth_social" | ||
const val CATEGORY_AUTH_CREDENTIALS = "auth_social_credentials" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
What to Test: | ||
1. Add submission validation ALTAPPS-231 | ||
2. Fix onboarding screen disappears after one sign in attempt ALTAPPS-301 | ||
1. Fix crash NoClassDefFoundError Failed resolution of: Ljava/time/Instant ALTAPPS-329 | ||
2. Fix user_id in analytics events doesn't reset after log out ALTAPPS-295 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
What to Test: | ||
1. Add submission validation ALTAPPS-231 | ||
2. Fix onboarding screen disappears after one sign in attempt ALTAPPS-301 | ||
1. UI improvements ALTAPPS-254 | ||
2. Fix infinite loading after log out ALTAPPS-294 | ||
3. Fix user_id in analytics events doesn't reset after log out ALTAPPS-295 | ||
4. Support debug mode for DEBUG and BETA profiles builds using fastlane ALTAPPS-338 |
Oops, something went wrong.