]> git.ktnx.net Git - mobile-ledger.git/history - app
NT: do not select all text in description and account name
[mobile-ledger.git] / app /
2019-11-25 Damyan IvanovNT: do not select all text in description and account...
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 Ivanovslightly shorter text while saving the transaction
2019-11-24 Damyan Ivanovmove new transaction UI into a fragment, have a clean...
2019-11-24 Damyan Ivanovnew transaction: extract account list in a separate...
2019-11-24 Damyan IvanovAdd strings for saving transaction layout
2019-11-24 Damyan Ivanovadd upward animations
2019-11-24 Damyan Ivanovbetter calendar icon
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-24 Damyan Ivanovadd calendar drawable to the date input of the new...
2019-11-24 Damyan Ivanovcalendar item icons
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 Ivanovadd missing horizontal constraints
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-13 Damyan IvanovNew transaction: wider amount box, accommodating -999...
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...
2019-11-10 Damyan Ivanovauto select new transaction description/amounts upon...
2019-11-10 Damyan IvanovNewTransItemHolder: prevent sync loops via model data...
2019-11-10 Damyan IvanovNewTransAct: set global profile in initProfile() when...
2019-11-10 Damyan IvanovProfileThemedActivity: fetch current profile synchronously
2019-11-09 Damyan Ivanovwhitespace
2019-11-09 Damyan Ivanovmore robust theme ID calculation
2019-11-09 Damyan Ivanovrework new transaction activity with a RecyclerView
2019-10-19 Damyan Ivanovwhitespace
2019-10-19 Damyan IvanovProfileThemedActivity: load profile from options if...
2019-10-19 Damyan IvanovRe-enable app shortcuts on android 7.1+ (Nougat++)
2019-09-22 Damyan Ivanovfactor-out parsing string as hledger's ParsedQuantity
2019-09-21 Damyan Ivanovwhitespace
2019-09-21 Damyan IvanovhookAutocompletion: leave the "focus the next view...
2019-09-21 Damyan IvanovAutoWithClear: manage the drawable on text change only...
2019-09-21 Damyan Ivanovmove clear button implementation to a new custom class
2019-09-21 Damyan Ivanovnew transaction: add a clear button to edited fields
2019-09-21 Damyan Ivanovnew transaction: dynamically add all of the account...
2019-09-21 Damyan Ivanovnew transaction: show soft keyboard after choosing...
2019-09-01 Damyan Ivanovallow toggling password visibility in profile details
2019-07-20 Damyan Ivanovanother compiler warning about fixed non-translatable...
2019-07-20 Damyan Ivanovreplace .clone() with a copy constructor
2019-07-20 Damyan Ivanovstreamline profile validation
2019-07-20 Damyan Ivanovadd navigation libraries to gradle dependencies
2019-07-20 Damyan Ivanovrequire URL protocol to be HTTP or HTTPS
2019-07-20 Damyan Ivanovwarn when using authentication with insecure HTTP scheme
2019-07-20 Damyan Ivanovclarify that crash reports are sent via email and user...
2019-07-20 Damyan Ivanovstrings: replace three dots with ellipsis
2019-07-20 Damyan Ivanovadd contentDescription for the color picker button...
2019-07-20 Damyan Ivanovremove unused namespace declaration
2019-07-13 Damyan Ivanovwhitespace
2019-07-13 Damyan Ivanovprofile editor: validate entered URL
2019-07-13 Damyan Ivanovreplace hard-coded basic HTTP authentication with trigg...
2019-07-13 Damyan Ivanovwhitespace
2019-07-13 Damyan Ivanovgradle: update a bunch of libraries to the current...
2019-06-30 Damyan Ivanovprepare v0.10.3/29 v0.10.3
2019-06-28 Damyan Ivanovadd a test for the ParsedQuantity(String) constructor
2019-06-28 Damyan Ivanovadd constructor for json.ParsedQuantity that instantiat...
2019-06-14 Damyan Ivanovprepare 0.10.2 (28) release v0.10.2
2019-06-14 Damyan IvanovAnother JSON parser fix from Mattéo Delabre, this time...
2019-06-11 Damyan IvanovFix tags parsing with JSON backend
next