]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net
drop unused code
[mobile-ledger.git] / app / src / main / java / net /
2019-12-22 Damyan Ivanovdrop unused code
2019-12-22 Damyan Ivanovwhitespace
2019-12-22 Damyan Ivanovremove deprecated usage of SectionsPagerAdapter(Fragmen...
2019-12-22 Damyan Ivanovmove reports TODO from new transaction activity to...
2019-12-22 Damyan Ivanovdrop TODO about nicer transaction submission progress...
2019-12-22 Damyan Ivanovdrop unused code/comments
2019-12-22 Damyan Ivanovremove done TODO comment
2019-12-22 Damyan Ivanovwhitespace
2019-12-22 Damyan Ivanovuse getViewLifecycleOwner when observing LiveData from...
2019-12-22 Damyan Ivanovavoid deprecated usage of viewModelProviders
2019-12-22 Damyan Ivanovrename local variable using proper English
2019-12-22 Damyan Ivanovdrop redundant field variable
2019-12-22 Damyan Ivanovmerge 'auto' api version handling branch with 'default'
2019-12-22 Damyan Ivanovinline redundant variable
2019-12-21 Damyan Ivanovadd backend API version setting to the profile details...
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-19 Damyan Ivanovwhitespace
2019-12-19 Damyan Ivanovprofile details fragment: move setup from onCreate...
2019-12-18 Damyan Ivanovrearrangement
2019-12-18 Damyan Ivanovadd a FIXME about a concurrent problem (crash) while...
2019-12-17 Damyan Ivanovunused variable
2019-12-17 Damyan Ivanovwhitespace and wrapping
2019-12-17 Damyan Ivanovprofile editor: remove the profile options when removin...
2019-12-17 Damyan Ivanovhonor the future dates setting in the new transaction...
2019-12-17 Damyan Ivanovmanage future dates entry option in the profile editor
2019-12-17 Damyan Ivanovadd profile option for entering dates in the future
2019-12-10 Damyan IvanovSendTransactionTask: log full request JSON in simulatio...
2019-11-30 Damyan IvanovParsedAmount: do not create a price member object by...
2019-11-30 Damyan Ivanovfix NPE in ParsedLedgerTransaction.setTindex
2019-11-30 Damyan Ivanovmove AsyncCrasher in its own file
2019-11-30 Damyan IvanovNT: add simulation watermark when simulation is enabled
2019-11-27 Damyan Ivanovfix saving transaction date when it is null (regression)
2019-11-27 Damyan Ivanovnew transaction: simulated backend communication is...
2019-11-26 Damyan IvanovNT model/setDate: replace empty dates with null
2019-11-26 Damyan IvanovNT fragment: copy the account objects when constructing...
2019-11-26 Damyan IvanovNT fragment: correct logic when determining whether...
2019-11-26 Damyan IvanovNT fragment: bind the view model to the activity
2019-11-26 Damyan IvanovNT: pass save error to the data entry fragment upon...
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-11-26 Damyan Ivanovwhitespace
2019-11-26 Damyan IvanovTransaction saver task: add 30% probability of exceptio...
2019-11-26 Damyan Ivanovnew transaction: (commented) simulate backend communica...
2019-11-25 Damyan IvanovMisc: add routined for hiding the soft keyboard
2019-11-25 Damyan IvanovMisc.showSoftKeyboard: handle fragemtn.getActivity...
2019-11-25 Damyan IvanovNT: account/amount focus also survives re-configuration
2019-11-25 Damyan IvanovNT: plain LinearLayout is good enough here
2019-11-25 Damyan IvanovNT: row focus survives re-configuration
2019-11-24 Damyan Ivanovnew transaction fragment: survive configuration changes...
2019-11-24 Damyan Ivanovwhitespace
2019-11-24 Damyan Ivanovnew transaction activity appears from the bottom edge
2019-11-24 Damyan Ivanovreplace single case switch() with if()
2019-11-24 Damyan Ivanovremove unised constant
2019-11-24 Damyan Ivanovmove new transaction UI into a fragment, have a clean...
2019-11-24 Damyan IvanovNT: date input is no longer focusable
2019-11-24 Damyan IvanovNT: convert top row to LinearLayout
2019-11-24 Damyan IvanovNT: fix month interpretation when formatting calendar...
2019-11-20 Damyan Ivanovmore 1.15.1 compatibility - default values for tdate2...
2019-11-20 Damyan Ivanovattempt to be compatible with hledger-web 1.15.1
2019-11-17 Damyan Ivanovreplace anonymous class with lambda
2019-11-17 Damyan Ivanovrework checkTransactionSubmittable
2019-11-17 Damyan Ivanovwhitespace
2019-11-17 Damyan IvanovNT activity: drop method resetForm()
2019-11-17 Damyan IvanovNT setData(): expand ? : to an if, always set hint
2019-11-17 Damyan IvanovNT hint boserver: use setHint(resource) when no hint...
2019-11-17 Damyan IvanovNewTransaction Item.setEditable: allow to be called...
2019-11-17 Damyan IvanovNew transaction Item: variant of ensureType with two...
2019-11-17 Damyan IvanovNewTransactionModel: drop unused method isEditable()
2019-11-17 Damyan IvanovNew transaction: when toggling editting, include the...
2019-11-17 Damyan IvanovNewTransactionModel/Item: initialize amount hint on...
2019-11-13 Damyan Ivanovwhitespace
2019-11-13 Damyan Ivanovinvert if(!smth) {} else {} condition
2019-11-13 Damyan IvanovNewTransItem/amountHint: allow for null hints, and...
2019-11-13 Damyan IvanovNew transaction: locale aware number input
2019-11-13 Damyan Ivanovnew transaction: locale-aware number formatting (broken...
2019-11-13 Damyan Ivanovwhitespace
2019-11-13 Damyan IvanovNew transaction: rework empty amounts hints, broken...
2019-11-13 Damyan Ivanovwhitespace
2019-11-13 Damyan IvanovNew transaction: fix clearing the single negative amoun...
2019-11-11 Damyan Ivanovwhitespace
2019-11-11 Damyan Ivanovcatch bad numbers when parsing entered amount
2019-11-11 Damyan Ivanovfix off by one error when filling transaction after...
2019-11-11 Damyan Ivanovfix format spec in exception reporting
2019-11-11 Damyan IvanovshowSoftKeyboard: show also when the present keyboard...
2019-11-11 Damyan IvanovDatePickerFragment: dismiss before invoking the date...
2019-11-11 Damyan IvanovshowSoftKeyboard: act only of no hardware keyboard...
2019-11-11 Damyan IvanovshowSoftKeyboard(fragment): delegate to showSoftKeyboar...
2019-11-10 Damyan Ivanovsplit ef/else/if into separate statements
2019-11-10 Damyan Ivanovdebug++
2019-11-10 Damyan Ivanovdebug--
2019-11-10 Damyan Ivanovconvert new transaction item 'editable' flat to LiveData
2019-11-10 Damyan Ivanovdebug++
2019-11-10 Damyan Ivanovrewrap
2019-11-10 Damyan Ivanovfix swipe-away in reworked new transaction activity
2019-11-10 Damyan Ivanovuse Misc.isZero for zero-like comparison
2019-11-10 Damyan Ivanovmake soft keyboard appear when new transaction descript...
next