Skip to content

Commit

Permalink
Use smaller icon for marking favorite accounts in dropdowns
Browse files Browse the repository at this point in the history
Improve CHANGELOG for v2.2.0
  • Loading branch information
codinguser committed Apr 17, 2017
1 parent 3b755c8 commit e95c665
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ Change Log
===============================================================================
Version 2.2.0 *(2017-05-xx)*
----------------------------
* Feature #656: Added Bitcoin (BTC) currency support
* Feature #634: Added support for renaming books
* Fixed #672: Crash when exporting multi-currency transactions to Google Drive
* Fixed #654: Crash when editing account if its default transfer account no longer exists
* Fixed #625: Hourly backups were being executed on a monthly basis
* Fixed #607: Widgets stop functioning after switching books
* Improved #635: Improved support for BYN currency

Version 2.1.6 *(2017-04-15)*
----------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void bindView(View view, Context context, Cursor cursor) {
if(isFavorite == 0) {
textView.setCompoundDrawablesWithIntrinsicBounds(0,0,0,0);
} else {
textView.setCompoundDrawablesWithIntrinsicBounds(0,0,R.drawable.ic_star_black_24dp,0);
textView.setCompoundDrawablesWithIntrinsicBounds(0,0,R.drawable.ic_star_black_18dp,0);
}
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e95c665

Please sign in to comment.