]> git.ktnx.net Git - mobile-ledger.git/shortlog
mobile-ledger.git
2021-05-23 Damyan Ivanovprepare v0.19.1 (42) for release v0.19.1
2021-05-23 Damyan Ivanovdrop a fixme that needs no fixing
2021-05-23 Damyan Ivanovfix crash in version checking code with two-component...
2021-05-23 Damyan Ivanovmaintain amount text independent from the amount
2021-05-23 Damyan Ivanovmake decimal separator available globally
2021-05-16 Damyan Ivanovtrack more instances where currency may be null (and...
2021-05-16 Damyan Ivanovbimp gradle, sdk, build tools, jackson; jcentral→mavenC...
2021-05-16 Damyan Ivanovfix loading previous transaction with no preferred...
2021-05-15 Damyan Ivanovuse explicit main thread looper
2021-05-13 Damyan Ivanovbump version of two test libraries
2021-05-13 Damyan Ivanovannotate a data retrieval method with @Transaction...
2021-05-12 Damyan Ivanovfix a weird bug when an invalid amount is entered
2021-05-12 Damyan Ivanovtypo in debug message
2021-05-12 Damyan Ivanovnew transaction: currency can't be null
2021-05-10 Damyan Ivanovprepare release of v0.19.0 (41) v0.19.0
2021-05-10 Damyan Ivanovwhen accumulating running totals, consider sub-accounts too
2021-05-10 Damyan Ivanovfix propagation of speculative account ammounts to...
2021-05-09 Damyan Ivanovbetter text color reference working also in dark theme
2021-05-09 Damyan Ivanovvisual improvements in template list
2021-05-09 Damyan Ivanovfix account list end margin after flow adoption
2021-05-08 Damyan Ivanovadd small margin between account name and its amount...
2021-05-08 Damyan Ivanovhint account name wrapping after the colon to help...
2021-05-08 Damyan Ivanovimprove account list with Flow helper widget
2021-05-08 Damyan Ivanovfix auto-complete account list amounts alignment
2021-05-08 Damyan Ivanovshow current account balance when choosing account...
2021-05-07 Damyan Ivanovfixed auto-complete pop-up background color for the...
2021-05-07 Damyan Ivanovuse same font size in template editor / account name
2021-05-07 Damyan Ivanovdrop unused style attribute
2021-05-07 Damyan Ivanovexplicit pop-up background color for auto-complete...
2021-05-07 Damyan Ivanovuse the primary theme colour for transaction list accents
2021-05-07 Damyan Ivanovbetter layout of the transaction list running total
2021-05-07 Damyan Ivanovremove duplicate call
2021-05-07 Damyan Ivanovsimplify logic
2021-05-07 Damyan Ivanovwhitespace
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-05-06 Damyan Ivanovfix currency selector without parameters (position...
2021-05-06 Damyan Ivanovwhitespace
2021-05-06 Damyan Ivanovdebug loop only in debug builds
2021-05-06 Damyan Ivanovadd commodity support to template editor
2021-05-06 Damyan Ivanovdrop a dummy TODO
2021-05-06 Damyan Ivanovreject TODO about multiple amounts with different curre...
2021-05-06 Damyan Ivanovupdate the current profile value when profile list...
2021-05-06 Damyan Ivanovhonour default currency profile setting
2021-05-06 Damyan Ivanovbump version preparing for the next release
2021-05-06 Damyan Ivanovmake use of currency parameters in the new currency...
2021-05-06 Damyan Ivanovfix migration off options table for current profile v0.18.0
2021-05-05 Damyan Ivanovprepare release of v0.18.0 (40)
2021-05-05 Damyan Ivanovfix a crash when applying more than one template via...
2021-05-05 Damyan Ivanovrename a method to better reflect its function
2021-05-05 Damyan Ivanovwhen speculatively updating account amounts, update...
2021-04-30 Damyan Ivanovview binding for account and transaction list fragments
2021-04-30 Damyan Ivanovwork around trans. list menu items visible with setOffs...
2021-04-30 Damyan Ivanovanother fix to the layout of template date parameters
2021-04-30 Damyan Ivanovstop resetting the date when an old transaction is...
2021-04-30 Damyan Ivanovdrop description history table and support machinery
2021-04-30 Damyan Ivanovcorrect debug message
2021-04-30 Damyan Ivanovlookup transactions by description directly in transact...
2021-04-26 Damyan Ivanovseveral fixes when there are no profiles after full...
2021-04-26 Damyan Ivanovproactively apply the same fix to the new transaction...
2021-04-26 Damyan Ivanovfix profile editor's bottom part getting overlapped...
2021-04-26 Damyan Ivanovdrop unnecessary template type
2021-04-25 Damyan Ivanovfix binary & used instead of logical &&
2021-04-25 Damyan Ivanovsmall step towards support for currency in transaction...
2021-04-25 Damyan Ivanovrename an event handler using the onXXX style
2021-04-25 Damyan Ivanovshow comments when invoking a previous transaction
2021-04-25 Damyan Ivanovfix converting LedgerTransactionAccount to TransactionA...
2021-04-25 Damyan Ivanovfix inclusion of exception log in error message
2021-04-25 Damyan Ivanovspeculatively add new transactions to the database...
2021-04-25 Damyan Ivanovfix ordering of transactions when loaded from database
2021-04-25 Damyan Ivanovfix displayed transactions count
2021-04-25 Damyan Ivanovrestore account ordering by name
2021-04-25 Damyan Ivanovstore transaction list in a db transaction
2021-04-25 Damyan Ivanovput conversion from DB objects to LedgerTransaction...
2021-04-25 Damyan Ivanovprovide a common routine for running something on the...
2021-04-25 Damyan Ivanovsave profile's order when editing a profile
2021-04-25 Damyan Ivanovavoid switching current profile when profiles are rearr...
2021-04-25 Damyan Ivanovfully employ room for loading transactions off DB
2021-04-25 Damyan Ivanovdebug refinements
2021-04-25 Damyan Ivanovdo not force transaction list reload upon main activity...
2021-04-25 Damyan IvanovMainActivity's logging using a TAG
2021-04-25 Damyan IvanovData.profile doesn't need to be an inert MutableLiveData
2021-04-25 Damyan Ivanovuse a constant to indicate profile ID of no real profile
2021-04-25 Damyan Ivanovasync variant for loading all transactions
2021-04-25 Damyan IvanovTransactionAccumulator needs not keep a reference to...
2021-04-25 Damyan Ivanovasking UpdateTransactionsTask to load a null profile...
2021-04-23 Damyan Ivanovspeculatively update last update date while the transac...
2021-04-23 Damyan IvanovRevert "speculatively update last update date before...
2021-04-23 Damyan Ivanovspeculatively update last update date before the transa...
2021-04-23 Damyan Ivanovfurther optimize transaction storage by comparing dataH...
2021-04-23 Damyan Ivanovput all the annotated abstract DAO methods in the beginning
2021-04-23 Damyan Ivanovinline the storeAccountsAndTransactions method
2021-04-22 Damyan Ivanovfix storing transaction accounts (bad typo)
2021-04-22 Damyan Ivanovadditional transaction deletion methods
2021-04-22 Damyan Ivanovfix copying ensuring currency is not null
2021-04-22 Damyan Ivanovrename method to better reflect what it does
2021-04-22 Damyan Ivanovfix field/accessor type mismatch
2021-04-22 Damyan Ivanovselects from joined tables need explicit column list :(
2021-04-22 Damyan Ivanovspeed up transaction storage a bit
2021-04-22 Damyan Ivanov(commented) facility for debugging Room's SQL queries
2021-04-22 Damyan Ivanovimplement stable IDs for the transaction list
next