]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model /
2020-05-20 Damyan IvanovData.setCurrentProfile: use setValue() instead of postV...
2020-05-14 Damyan Ivanovposting-level flag for amount validity; drop custom...
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-14 Damyan Ivanovwhitespace
2020-05-14 Damyan Ivanovadd transaction comment to the internal transaction...
2020-05-03 Damyan Ivanovignore refresh request when there is no profile yet
2020-04-18 Damyan Ivanovfix storing profile params to DB after adding default...
2020-04-17 Damyan Ivanovexplicit parseInt
2020-04-17 Damyan Ivanovadd profile setting for default currency (db part)
2020-04-11 Damyan Ivanovprofile-level setting for showing commodify in new...
2020-04-05 Damyan Ivanovprofile methods for loading currency by name
2020-04-05 Damyan Ivanovtreat null currency as "" when storing transaction...
2020-04-05 Damyan Ivanovuse locale-aware String.format
2020-04-05 Damyan Ivanovtreat "" currency as null
2020-04-05 Damyan Ivanovtypo in exception message
2020-04-05 Damyan Ivanovhelper methids for comparing currency objects and strings
2020-04-05 Damyan Ivanovhelper method for loading a currency by name
2020-03-15 Damyan IvanovNT: new rules for determining whether transaction can...
2020-02-20 Damyan Ivanovadd functional currency selector when entering new...
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-02-20 Damyan Ivanovadd two more limit options for the future date entry...
2020-01-25 Damyan IvanovthemeId -> themeHue
2020-01-23 Damyan Ivanovinclude posting comment in transaction hash
2020-01-09 Damyan Ivanovwhitespace
2020-01-09 Damyan Ivanovmachinery for tracking currency format (e.g. locale...
2020-01-05 Damyan IvanovDB support for transaction account comments
2020-01-05 Damyan Ivanovadd UI and API support for sending posting (transaction...
2019-12-31 Damyan Ivanovuse non-exclusive mode for write-enabled transactions
2019-12-22 Damyan Ivanovdrop functionality for limiting account tree display...
2019-12-21 Damyan Ivanovwhitespace
2019-12-21 Damyan Ivanovstore profile API version in the database
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-11-26 Damyan IvanovLedgerTransactionAccount: add copy constructor
2019-11-26 Damyan Ivanovwhitespace
2019-11-26 Damyan Ivanovwhitespace
2019-11-26 Damyan IvanovLedgerTransaction.asParsedTransaction: handle null...
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 Ivanovdrop remnants of hollow transaction list item
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 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-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-12 Damyan Ivanovdeveloper menu item for wiping all local profile data
2019-04-10 Damyan Ivanovfixed last couple of glitchs when adding transaction...
2019-04-04 Damyan IvanovLedgerAccount: fix NPE in getAmountCount() when there...
2019-04-04 Damyan Ivanovcentral method for retrieving a profile by its UUID
2019-04-04 Damyan Ivanovmethods for converting of run-time data structures...
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 Ivanovdrop unused class
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
next