-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing currency symbol in goal info section
Signed-off-by: starry69 <[email protected]>
- Loading branch information
1 parent
d887a52
commit 7c92c84
Showing
7 changed files
with
35 additions
and
7 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
New features | ||
|
||
- Added search button on toolbar to search for specific saving goal. | ||
- Added filter button on toolbar to filter between All/Completed/Ongoing goals. | ||
- Added brand new goal info section in which you can view detailed information about some specific goal including all transactions (withdraw/deposit) history. | ||
- App will now show dialog to setup your preferred currency when opening app for first time. | ||
|
||
Improvements & fixes | ||
|
||
- Lots of UI related improvements and fixes. | ||
- Fixed app becoming unresponsive for sometime when setting large images, it'll now show progress dialog instead. | ||
- Improved layout of input screen and added material design icons in input fields. | ||
- Improved formatting of currency amount ($1000000 -> $100,000.00) | ||
- Added support for decimal values in currency, i.e app now supports cents aswell instead of whole dollar values. | ||
- Some cleanups and code quality improvements. |
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 @@ | ||
- Added missing currency symbol in goal info card in goal information section. |
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