]> git.ktnx.net Git - mobile-ledger-staging.git/shortlog
mobile-ledger-staging.git
2020-05-14 Damyan Ivanovprepare release of 0.13.1 (33) v0.13.1
2020-05-14 Damyan Ivanovcompletely abandon fiddling with KeyListener's
2020-05-14 Damyan Ivanovupdate decimal separator value with locale change
2020-05-14 Damyan Ivanovstop
2020-05-14 Damyan Ivanovprepare release v0.13.0
2020-05-14 Damyan Ivanovposting-level flag for amount validity; drop custom...
2020-05-14 Damyan Ivanovdrop extra item type enforcement when removing transact...
2020-05-14 Damyan Ivanovstyle for error texts
2020-05-14 Damyan Ivanovmake the "home" (back arrow) toolbar button in the...
2020-05-14 Damyan Ivanovdrop unused parent activity declarations from manifest
2020-05-14 Damyan Ivanovdrop unused activity declaration from manifest
2020-05-14 Damyan Ivanovtranslation
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-14 Damyan Ivanovprofile details: add switch for showing comments by...
2020-05-14 Damyan Ivanovprofile details: put posting params in a layout so...
2020-05-14 Damyan Ivanovwhitespace
2020-05-14 Damyan Ivanovpass transaction comment to the JSON API
2020-05-14 Damyan Ivanovhandle transaction comment UI changes
2020-05-14 Damyan Ivanovrework comment show/hide/blur with colors instead of...
2020-05-14 Damyan Ivanovthemed color for disabled text
2020-05-14 Damyan Ivanovadd transaction comment to the internal transaction...
2020-05-14 Damyan Ivanovrearrangement
2020-05-14 Damyan Ivanovtransaction-level comments in new transaction UI, optional
2020-05-14 Damyan Ivanovmove previous transaction lookup progress bar to the...
2020-05-14 Damyan Ivanovfix new transaction (+) fab appearing when returning...
2020-05-06 Damyan IvanovHTML transaction parser: handle posting status flags
2020-05-06 Damyan Ivanovupdate open drawer screenshot v0.12.0
2020-05-06 Damyan Ivanovadd change logs for release 31
2020-05-06 Damyan IvanovAdd currency/commodity support to full description
2020-05-06 Damyan Ivanovupdate change log
2020-05-06 Damyan Ivanovprofile editor: streamlined handling of authentication...
2020-05-04 Damyan Ivanovdarker colour palette, matching theme (pre-generated...
2020-05-04 Damyan Ivanovremove unused code
2020-05-03 Damyan Ivanovadd missing contentDescription to a couple of images
2020-05-03 Damyan Ivanovreorganize main activity layout to let the CoordinatorL...
2020-05-03 Damyan Ivanovfix rounding of the automatic profile color of the...
2020-05-03 Damyan Ivanovrename ic_clear_black_24dp.xml to avoid clash with...
2020-05-03 Damyan Ivanovignore refresh request when there is no profile yet
2020-05-03 Damyan IvanovToast → Snackbar
2020-05-03 Damyan Ivanovshow a message when no transactions are found containin...
2020-05-03 Damyan Ivanovadd a copy of the navigation drawer header to the welco...
2020-05-03 Damyan Ivanovdelete stray options of already removed profiles
2020-05-03 Damyan Ivanovnote create_db.sql reflects changes up to rev. 29
2020-05-03 Damyan Ivanovdescribe changes
2020-05-03 Damyan IvanovTODO: transaction-level comments (displaying and entering)
2020-05-03 Damyan Ivanovshow comment field after screen rotation if it was...
2020-05-03 Damyan Ivanovwhitespace
2020-05-03 Damyan Ivanovclean unneeded import
2020-05-03 Damyan Ivanovconvert two inner classes to static
2020-05-03 Damyan Ivanovprivate access when appropriate
2020-05-03 Damyan Ivanovrework previous transaction retrieval with JOIN (much...
2020-05-03 Damyan Ivanovfu: async sql machinery
2020-05-03 Damyan IvanovLogger: add warning methods
2020-05-03 Damyan IvanovMLDB: machinery for asynchronous select queries
2020-05-03 Damyan Ivanovfaster description pop-up
2020-05-03 Damyan Ivanovadd an index on transactions(description)
2020-05-03 Damyan Ivanovadd progress while retrieving previous transaction
2020-05-03 Damyan Ivanovupgrade gradle to 3.6.3
2020-05-01 Damyan IvanovNT: hide the simulation watermark by default
2020-05-01 Damyan Ivanovrework comments: add clear icon, italics, visible when...
2020-05-01 Damyan Ivanovvariant of isEmptyOrNull for CharSequence
2020-05-01 Damyan IvanovNew helper class adding a "clear" (×) button at the...
2020-04-25 Damyan Ivanovlambdaisation
2020-04-25 Damyan Ivanovdrop unneeded object-level field
2020-04-25 Damyan IvanovNT: better alignment anchoring when hiding comment
2020-04-25 Damyan Ivanov@NotNull annotation
2020-04-25 Damyan IvanovNT: explicitly set the comment when loading a previous...
2020-04-25 Damyan Ivanovwhitespace
2020-04-25 Damyan Ivanovwhen a preferred account name filter yields no results...
2020-04-20 Damyan Ivanovmove profile editor data in a model class so that it...
2020-04-20 Damyan Ivanovnew transaction: hook the currency selection to the...
2020-04-20 Damyan IvanovCurrencySelector: move selection listener to the model...
2020-04-20 Damyan Ivanovutility routines for comparing strings with another...
2020-04-18 Damyan Ivanovmove high-level login out of the new transaction model...
2020-04-18 Damyan Ivanovfix storing profile params to DB after adding default...
2020-04-17 Damyan Ivanovexplicit parseInt
2020-04-17 Damyan Ivanovavoid overlapping observations
2020-04-17 Damyan IvanovUI for setting default profile comodity
2020-04-17 Damyan Ivanovmake the position/padding currency parameters optional
2020-04-17 Damyan Ivanovwhitespace
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 Ivanovsupport multiple currencies in new transaction activity
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-04-05 Damyan Ivanovhelper routines for treating "" as null and vice versa
2020-04-05 Damyan Ivanovupgrade gradle to 3.6.2
2020-03-15 Damyan IvanovNT: new rules for determining whether transaction can...
2020-03-15 Damyan IvanovNT: show currency selection trigger only in a transacti...
2020-03-14 Damyan IvanovNT: correctly disable swiping of top and bottom entries...
2020-03-14 Damyan Ivanovwhitespace
2020-03-14 Damyan Ivanovfu: Date → Calendar
2020-03-14 Damyan IvanovNT: survive swiping away an account when only two accou...
2020-03-14 Damyan Ivanovomit use of deprecated Date.getYear() and Date.getMonth()
2020-03-14 Damyan Ivanovenable viewBinding ("compile-time check for findViewById")
next