]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model/Data.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model / Data.java
2021-08-22 Damyan IvanovDate.setCurrentProfile may accept null as argument
2021-05-23 Damyan Ivanovmake decimal separator available globally
2021-05-07 Damyan Ivanovremove duplicate call
2021-04-25 Damyan IvanovData.profile doesn't need to be an inert MutableLiveData
2021-04-18 Damyan Ivanovfix creation of a new profile after Room-y of Profile...
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-11 Damyan Ivanovasynchronous profile initialisation
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
2021-03-24 Damyan Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2021-01-30 Damyan Ivanovfu: Data.parseNumber
2021-01-30 Damyan Ivanovrename formatNumber to formatCurrency and provide forma...
2021-01-29 Damyan Ivanovglobal function for formatting numbers (locale-aware)
2020-10-13 Damyan Ivanovfixed a hard to reproduce crash upon returning to the app
2020-09-26 Damyan Ivanovsplash: setup DB in the background
2020-09-19 Damyan Ivanovshow the number of accounts in the account list head...
2020-09-19 Damyan Ivanovlast update text also includes transaction count
2020-09-18 Damyan Ivanovconvert the last update global header to a list header
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-16 Damyan Ivanovmove locale live-data initialization to a static initia...
2020-08-15 Damyan Ivanovrework background progress to use MutableLiveData and...
2020-08-15 Damyan Ivanovwhitespace
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-07-16 Damyan Ivanovmore asynchronous account list (re-)loading
2020-06-17 Damyan Ivanovnew: go to a date from transaction list
2020-06-10 Damyan Ivanovdeclare a bunch of effectively final fields as such
2020-06-10 Damyan Ivanovcontrol/save state of drawer being open via a MutableLi...
2020-06-10 Damyan IvanovData.profile becomes inert
2020-05-20 Damyan IvanovData.setCurrentProfile: use setValue() instead of postV...
2020-05-03 Damyan Ivanovignore refresh request when there is no profile yet
2020-02-20 Damyan Ivanovtrack locale changes in new transaction entry activity
2020-02-20 Damyan Ivanovdetect and store whether currency is right next to...
2020-02-20 Damyan Ivanovadd currency symbol to debug output
2020-01-09 Damyan Ivanovwhitespace
2020-01-09 Damyan Ivanovmachinery for tracking currency format (e.g. locale...
2019-12-22 Damyan Ivanovdrop functionality for limiting account tree display...
2019-05-05 Damyan Ivanovreplace assertions with good old if()
2019-05-03 Damyan IvanovsetCurrentProfile: no crash if given a null argument
2019-05-03 Damyan Ivanovprofile should not be null when requesting transaction...
2019-05-03 Damyan Ivanovproperly detect when profile list hasn't loaded yet
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-05-03 Damyan Ivanovstop any running back-end data retrieval when the profi...
2019-05-03 Damyan Ivanovmove initiation of back-end data retrieval to Data
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-27 Damyan Ivanovlocale-aware String.format
2019-04-19 Damyan Ivanovoverride the weaker access warning
2019-04-19 Damyan Ivanovname variable keeping auto-closed resource 'ignored'
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovwhitespace
2019-04-16 Damyan Ivanovmigrate backgroundTaskCount to an atomic counter and...
2019-04-16 Damyan Ivanovmigrate account name filter to LiveData
2019-04-19 Damyan Ivanovmigrate lastUpdatedate to LiveData
2019-04-04 Damyan Ivanovcentral method for retrieving a profile by its UUID
2019-04-02 Damyan Ivanovstreamline handling of account name filter
2019-03-29 Damyan Ivanovsingle observer instances, single place for reloading...
2019-03-29 Damyan Ivanovspare one activity restart when the startup profile...
2019-03-29 Damyan Ivanovwhitespace
2019-03-29 Damyan IvanovData.transactions -> observable list
2019-03-25 Damyan Ivanovlocks around observable list's access
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-02-06 Damyan IvanovRename to MoLe
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-12 Damyan IvanovtoCamelCase
2019-01-10 Damyan IvanovData: single central method for changing the current...
2019-01-09 Damyan IvanovShow only starred menu now works
2019-01-09 Damyan Ivanovupdate description list after transaction retrieval
2019-01-09 Damyan Ivanovdynamic list of profiles, add profile removal
2019-01-08 Damyan Ivanovmove ObservableXXXX classes under utils/
2019-01-06 Damyan Ivanovuse profiles for connection parameters
2019-01-05 Damyan Ivanovparse and show ledger name
2019-01-05 Damyan Ivanovobservable last update date
2019-01-05 Damyan Ivanovasync account list
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...