]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model/MobileLedgerProfile.java
support both 1.14 and 1.15 JSON APIs
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model / MobileLedgerProfile.java
2019-12-21 Damyan Ivanovsupport both 1.14 and 1.15 JSON APIs
2019-12-17 Damyan Ivanovwhitespace and wrapping
2019-12-17 Damyan Ivanovprofile editor: remove the profile options when removin...
2019-12-17 Damyan Ivanovadd profile option for entering dates in the future
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-05-03 Damyan Ivanovdebug message when profile data is wiped
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-28 Damyan Ivanovcopy constructor for MobileLedgerProfile
2019-04-27 Damyan Ivanovsilence some debug
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-19 Damyan Ivanovmigrate lastUpdatedate to LiveData
2019-04-12 Damyan Ivanovdeveloper menu item for wiping all local profile data
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-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 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-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-02-28 Damyan Ivanovfix saved profile moving at the top of the profile...
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-19 Damyan Ivanovprofiles: ensure single instance per profile, fix havoc...
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
2019-01-12 Damyan Ivanovwhitespace
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 Ivanovdelete profile menu as action; hide when only one profi...
2019-01-10 Damyan Ivanovpersistent profile list order
2019-01-09 Damyan Ivanovdynamic list of profiles, add profile removal
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-06 Damyan Ivanovmodel: class for working with connection profiles