]> git.ktnx.net Git - mobile-ledger.git/shortlog
mobile-ledger.git
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-11-09 Damyan Ivanovupgrade gradle plugin to 3.5.2
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-21 Damyan Ivanovgradle upgrade
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-18 Damyan Ivanovbump gradle version
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
2019-06-05 Damyan Ivanovprepare 0.10.1/27 release v0.10.1
2019-06-05 Damyan Ivanovlegacy parser: do not crash with amounts like '1,234.56'
2019-06-05 Damyan Ivanovadd MoLe version to the crash report
2019-06-01 Damyan Ivanovbetter color for the new transaction save progress...
2019-06-01 Damyan Ivanovwhitespace
2019-06-01 Damyan Ivanovreplace in-activity copy of account name filter value...
2019-06-01 Damyan Ivanovgradle upgrade
2019-05-22 Damyan Ivanov"(debug)" → "(dev)"
2019-05-22 Damyan IvanovNew transaction: use the accent color for the FAB ...
2019-05-18 Damyan Ivanovmulti-color progress indicators
2019-05-18 Damyan Ivanovremote fragmentManager field
2019-05-18 Damyan Ivanovdrop two fields, sparing their initialization in onCreate
2019-05-18 Damyan Ivanovshow New transaction button when the app is brought...
2019-05-18 Damyan Ivanovbump version
2019-05-17 Damyan Ivanovprepare 0.10.0/26 release v0.10.0
2019-05-05 Damyan Ivanovstore current page index on page change
2019-05-05 Damyan Ivanovmove account name filter to the transaction list fragment
2019-05-05 Damyan Ivanovmore information in the main activity start debug
2019-05-05 Damyan Ivanovwhitespace
2019-05-05 Damyan Ivanovfix hooking profile-specific auto-completion adapter
2019-05-05 Damyan Ivanovdrop deprecated property
2019-05-05 Damyan Ivanovadd missiing accessibility hint
2019-05-05 Damyan Ivanovfix account filter popup colors, broken since last...
2019-05-05 Damyan Ivanovdrop unused resource file
2019-05-05 Damyan Ivanovnotify the profile list adapter when a profile is changed
2019-05-05 Damyan IvanovProfilesRecyclerViewAdapter as a weak singleton
2019-05-05 Damyan Ivanovreplace assertions with good old if()
2019-05-05 Damyan Ivanov5-degree theme steps, for smooth color selection
2019-05-05 Damyan Ivanovuse a constant for the color wheel step size
2019-05-05 Damyan Ivanovpreserve indents to help minimise whitespace changes
2019-05-05 Damyan Ivanovdrop unused menu item
2019-05-05 Damyan Ivanovfinish the profile editor activity when the profile...
2019-05-05 Damyan Ivanovfix method signature
2019-05-05 Damyan Ivanovwhitespace
2019-05-05 Damyan Ivanovdisable profile list animations while the drawer is...
2019-05-05 Damyan Ivanovmigrate editingProfiles to LiveData
2019-05-05 Damyan Ivanovdrop unused attribute
next