]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model
whitespace
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model /
2019-03-29 Damyan Ivanovwhitespace
2019-03-29 Damyan IvanovData.transactions -> observable list
2019-03-28 Damyan Ivanovnew profile field: preferred accounts filter
2019-03-28 Damyan Ivanovreuse the SQL parameter list that is the same for the...
2019-03-28 Damyan IvanovProfile: drop constructors filling all fields
2019-03-28 Damyan Ivanovoverly long commodity lists fade to white and expand...
2019-03-28 Damyan Ivanovadd flag to accounts indicating whether their commodity...
2019-03-25 Damyan Ivanovlocks around observable list's access
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-03-25 Damyan IvanovbeginTransaction should be outside the try{} block
2019-03-25 Damyan IvanovLedgerAccount: override hashCode() and equals() to...
2019-03-25 Damyan Ivanovremove the distinction between "readable" and "writable...
2019-03-25 Damyan Ivanovfix method chain
2019-03-25 Damyan Ivanovwhitespace
2019-03-25 Damyan Ivanovremove all profile data when removing a profile
2019-03-15 Damyan Ivanovfix populating live account list when updating from...
2019-03-14 Damyan Ivanovfix duplication af account amounts on refresh
2019-03-14 Damyan Ivanovput account expansion bracket after the name, fix rotat...
2019-03-07 Damyan Ivanovmore debug (disabled)
2019-03-07 Damyan Ivanovset keep=1 when inserting new accounts
2019-03-07 Damyan IvanovProfile/storeAccount[Value],storeTransaction: get the...
2019-03-07 Damyan Ivanovcentral method for setting the last profile update...
2019-03-07 Damyan Ivanovcentral methods for marking accounts and transaction...
2019-03-03 Damyan Ivanovupdate copyright years
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...