]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model
make the profile details activity use the theme of the profile
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model /
2019-02-28 Damyan Ivanovfix saved profile moving at the top of the profile...
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-17 Damyan Ivanovadd color setting to profile data
2019-02-09 Damyan Ivanovmachinery for loading transaction by profile and ID
2019-02-06 Damyan IvanovRename to MoLe
2019-01-28 Damyan Ivanovfix the 'Posting committed' switch in the profile editor
2019-01-27 Damyan Ivanovprofile flag for enabling/disabling addition of new...
2019-01-27 Damyan Ivanovremove unused method
2019-01-27 Damyan Ivanovremove unused method
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-19 Damyan Ivanovprofiles: ensure single instance per profile, fix havoc...
2019-01-19 Damyan Ivanovtransaction list: add a hollow placeholder at the botto...
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan IvanovTransaction: include transaction date in the hash
2019-01-12 Damyan Ivanovfix transaction colouring to ignore delimiter items
2019-01-12 Damyan Ivanovcleanup of the tracking of the previous transaction
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
2019-01-12 Damyan Ivanovwhitespace
2019-01-12 Damyan IvanovtoCamelCase
2019-01-12 Damyan IvanovtoCamelCase
2019-01-10 Damyan Ivanovfix refresh mangling with account "starred" status
2019-01-10 Damyan Ivanovmultiple profile list fixes
2019-01-10 Damyan IvanovData: single central method for changing the current...
2019-01-10 Damyan Ivanovdelete profile menu as action; hide when only one profi...
2019-01-10 Damyan Ivanovpersistent profile list order
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-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-06 Damyan Ivanovuse profiles for connection parameters
2019-01-06 Damyan Ivanovmodel: class for working with connection profiles
2019-01-05 Damyan Ivanovparse and show ledger name
2019-01-05 Damyan IvanovObservableValue now works with null
2019-01-05 Damyan Ivanovobservable last update date
2019-01-05 Damyan Ivanov(commented) debug
2019-01-05 Damyan Ivanovasync account list
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...
2018-12-21 Damyan Ivanovcache short account names
2018-12-21 Damyan Ivanovreplace transaction accounts iterator with a getter
2018-12-20 Damyan Ivanovsome renames to better reflect the function
2018-12-19 Damyan Ivanovprogressive update of transaction list in DB, stop...
2018-12-19 Damyan Ivanovtransactions.id -> integer
2018-12-16 Damyan Ivanovforgot to mark the data as loaded -- avoids re-loading...
2018-12-16 Damyan Ivanovon-demand loading of transaction details
2018-12-15 Damyan Ivanovhelper method for getting transaction item (currency...
2018-12-15 Damyan Ivanovwhitespace
2018-12-15 Damyan Ivanovhelper method fot getting the short account name
2018-12-15 Damyan Ivanovworking transaction list retrieval
2018-12-14 Damyan Ivanovseparate packages for the different aspects of the...