-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Hotfix] Various hotfixes and improvements #119
[Hotfix] Various hotfixes and improvements #119
Conversation
ChrispyPeaches
commented
May 3, 2024
- Update app metadata, icons, and splash screen for compatibility with circle android app icons
- Remove secure files
- Disallow concurrent execution of login or skip button triggered logic
- Move logout button to settings page, refactor settings page, and add about popup with dev email
- Refactor use of authentication service application-wide to ensure all fields that are created outside of the current user field are being always used instead of ones inside of the current user field (for binding purposes)
- This was necessary for adding the Balance field to auth service and I did the same for email since I was already working on it
- Add balance display to timer page
- Created a new custom view called BalanceDisplay to standardize the displaying of the balance field on the shop and timer pages
…o allow for binding to Balance property" This reverts commit d101fbc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! LGTM 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM! Nice work on fixing that login issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ggwp