-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7eea1c6
commit a0a661c
Showing
2 changed files
with
16 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
## Changes | ||
- Completed manage subscription screen; | ||
- Implemented media management screen (without delete); | ||
Implement confirmation delete dialog on media management; | ||
Change subscription id to String from UUID; Add platform and app version identifier to subIds; | ||
Fix showing primal name when changing primal name; | ||
Fix showing primal name instead of display name; | ||
Polish media management icons; | ||
Fix media management uploads since/limit params; | ||
Update welcome screen; | ||
Fix round up and round down in media management stats; | ||
Implement opening FAQ tab when opening FAQ from manage premium; | ||
Implement entire card clickable on SupportPrimalScreen; | ||
Implement forceFocus in PrimalOutlinedTextField; Enable forceFocus in PremiumPrimalNameStage; | ||
Fix premium home jumps; | ||
Fix not showing extend subscription in manage premium for legends & recurring; | ||
Implement handling legend status in manage premium; |