]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model/Data.java
move DB access routines to the application class
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model / Data.java
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...