]> git.ktnx.net Git - mobile-ledger.git/log
mobile-ledger.git
4 years agomake the position/padding currency parameters optional
Damyan Ivanov [Fri, 17 Apr 2020 19:11:21 +0000 (22:11 +0300)]
make the position/padding currency parameters optional

4 years agowhitespace
Damyan Ivanov [Fri, 17 Apr 2020 19:03:46 +0000 (22:03 +0300)]
whitespace

4 years agoadd profile setting for default currency (db part)
Damyan Ivanov [Fri, 17 Apr 2020 18:53:09 +0000 (21:53 +0300)]
add profile setting for default currency (db part)

4 years agoprofile-level setting for showing commodify in new transaction screen by default
Damyan Ivanov [Sat, 11 Apr 2020 14:22:29 +0000 (17:22 +0300)]
profile-level setting for showing commodify in new transaction screen by default

4 years agosupport multiple currencies in new transaction activity
Damyan Ivanov [Sun, 5 Apr 2020 20:36:50 +0000 (23:36 +0300)]
support multiple currencies in new transaction activity

with mandatory empty rows for easy entering and ensuring transaction balance

this doesn't allow hidden commodity conversion, explicit one should be
used, possibly with dedicated FX accounts

4 years agoprofile methods for loading currency by name
Damyan Ivanov [Sun, 5 Apr 2020 20:33:19 +0000 (23:33 +0300)]
profile methods for loading currency by name

4 years agotreat null currency as "" when storing transaction accounts
Damyan Ivanov [Sun, 5 Apr 2020 20:32:50 +0000 (23:32 +0300)]
treat null currency as "" when storing transaction accounts

the db field is declared as not null

4 years agouse locale-aware String.format
Damyan Ivanov [Sun, 5 Apr 2020 20:31:50 +0000 (23:31 +0300)]
use locale-aware String.format

4 years agotreat "" currency as null
Damyan Ivanov [Sun, 5 Apr 2020 20:31:29 +0000 (23:31 +0300)]
treat "" currency as null

4 years agotypo in exception message
Damyan Ivanov [Sun, 5 Apr 2020 20:30:46 +0000 (23:30 +0300)]
typo in exception message

4 years agohelper methids for comparing currency objects and strings
Damyan Ivanov [Sun, 5 Apr 2020 20:30:27 +0000 (23:30 +0300)]
helper methids for comparing currency objects and strings

4 years agohelper method for loading a currency by name
Damyan Ivanov [Sun, 5 Apr 2020 20:30:07 +0000 (23:30 +0300)]
helper method for loading a currency by name

4 years agohelper routines for treating "" as null and vice versa
Damyan Ivanov [Sun, 5 Apr 2020 20:29:26 +0000 (23:29 +0300)]
helper routines for treating "" as null and vice versa

4 years agoupgrade gradle to 3.6.2
Damyan Ivanov [Sun, 5 Apr 2020 20:28:55 +0000 (23:28 +0300)]
upgrade gradle to 3.6.2

4 years agoNT: new rules for determining whether transaction can be submitted (not quite finished)
Damyan Ivanov [Sun, 15 Mar 2020 05:52:48 +0000 (07:52 +0200)]
NT: new rules for determining whether transaction can be submitted (not quite finished)

4 years agoNT: show currency selection trigger only in a transaction row
Damyan Ivanov [Sun, 15 Mar 2020 05:51:04 +0000 (07:51 +0200)]
NT: show currency selection trigger only in a transaction row

not in the header/padding (these would throw on setCurrency(null) call)

4 years agoNT: correctly disable swiping of top and bottom entries, let all the rest be swiped
Damyan Ivanov [Sat, 14 Mar 2020 19:25:30 +0000 (21:25 +0200)]
NT: correctly disable swiping of top and bottom entries, let all the rest be swiped

top is the entry with the date/description; bottom is the padding

all the rest can be swiped and the call to checkTransactionSubmittable()
will make sure that there are at least two account rows present

4 years agowhitespace
Damyan Ivanov [Sat, 14 Mar 2020 16:45:23 +0000 (18:45 +0200)]
whitespace

4 years agofu: Date → Calendar
Damyan Ivanov [Sat, 14 Mar 2020 16:45:16 +0000 (18:45 +0200)]
fu: Date → Calendar

4 years agoNT: survive swiping away an account when only two accounts are present
Damyan Ivanov [Sat, 14 Mar 2020 16:45:00 +0000 (18:45 +0200)]
NT: survive swiping away an account when only two accounts are present

the old code ignored the swipe, but did not null it, so the UI was still
left with only one account

the new code accounts for the swipe as usual and lets
viewModel.checkTransactionSubmittable add the now missing account row

4 years agoomit use of deprecated Date.getYear() and Date.getMonth()
Damyan Ivanov [Sat, 14 Mar 2020 16:40:40 +0000 (18:40 +0200)]
omit use of deprecated Date.getYear() and Date.getMonth()

4 years agoenable viewBinding ("compile-time check for findViewById")
Damyan Ivanov [Sat, 14 Mar 2020 16:39:34 +0000 (18:39 +0200)]
enable viewBinding ("compile-time check for findViewById")

4 years agobump gradle version
Damyan Ivanov [Sat, 14 Mar 2020 16:36:49 +0000 (18:36 +0200)]
bump gradle version

4 years agoadd -Xlint:deprecation -Xlint:unchecked to compiler arguments
Damyan Ivanov [Sat, 14 Mar 2020 16:36:22 +0000 (18:36 +0200)]
add -Xlint:deprecation -Xlint:unchecked to compiler arguments

4 years agobump library versions
Damyan Ivanov [Sat, 14 Mar 2020 16:35:53 +0000 (18:35 +0200)]
bump library versions

4 years agotypo in resource name
Damyan Ivanov [Sat, 7 Mar 2020 14:48:42 +0000 (16:48 +0200)]
typo in resource name

4 years agoTypos in visible strings
Damyan Ivanov [Sat, 7 Mar 2020 14:48:33 +0000 (16:48 +0200)]
Typos in visible strings

4 years agonew transaction: hide currency/commodity selector by default; add menu item for showing
Damyan Ivanov [Sat, 7 Mar 2020 14:44:50 +0000 (16:44 +0200)]
new transaction: hide currency/commodity selector by default; add menu item for showing

4 years agowhitespace
Damyan Ivanov [Thu, 20 Feb 2020 18:00:35 +0000 (20:00 +0200)]
whitespace

4 years agouse opaque base text color
Damyan Ivanov [Thu, 20 Feb 2020 17:59:59 +0000 (19:59 +0200)]
use opaque base text color

the transparency needs to be manipulated in another place, which would
require mangling with alpha, which (the docs say) has performance
implications

the new color is what the old one would appear on a white background

4 years agoadd functional currency selector when entering new transactions
Damyan Ivanov [Thu, 20 Feb 2020 17:58:23 +0000 (19:58 +0200)]
add functional currency selector when entering new transactions

4 years agoindent comments in transaction list a bit
Damyan Ivanov [Thu, 20 Feb 2020 17:48:34 +0000 (19:48 +0200)]
indent comments in transaction list a bit

4 years agocommon class for version-independent functionality of ParsedPosting
Damyan Ivanov [Thu, 20 Feb 2020 17:45:05 +0000 (19:45 +0200)]
common class for version-independent functionality of ParsedPosting

4 years agotrack locale changes in new transaction entry activity
Damyan Ivanov [Thu, 20 Feb 2020 17:43:32 +0000 (19:43 +0200)]
track locale changes in new transaction entry activity

4 years agodetect and store whether currency is right next to the value or there is a gap
Damyan Ivanov [Thu, 20 Feb 2020 17:37:45 +0000 (19:37 +0200)]
detect and store whether currency is right next to the value or there is a gap

4 years agoadd currency symbol to debug output
Damyan Ivanov [Thu, 20 Feb 2020 17:34:01 +0000 (19:34 +0200)]
add currency symbol to debug output

4 years agoadd two more limit options for the future date entry limit - one and two weeks
Damyan Ivanov [Thu, 20 Feb 2020 16:05:54 +0000 (18:05 +0200)]
add two more limit options for the future date entry limit - one and two weeks

4 years agofix limitting of future dates entry to measure from today, not from the currently...
Damyan Ivanov [Thu, 20 Feb 2020 16:01:26 +0000 (18:01 +0200)]
fix limitting of future dates entry to measure from today, not from the currently selected date

4 years agomore heuristics when filling accounts from a previous transaction
Damyan Ivanov [Sat, 25 Jan 2020 14:07:42 +0000 (16:07 +0200)]
more heuristics when filling accounts from a previous transaction

previously, when there was a single account with negative amount, that
amount was cleared from the row so that it is filled automatically when
the amounts of other accounts change

now this is also done for the single account with a positive amount if
there is one, and there are multiple accounts with negative amounts

4 years agoa single positive amount (with multiple negative amounts) is omitted
Damyan Ivanov [Sat, 25 Jan 2020 13:09:56 +0000 (15:09 +0200)]
a single positive amount (with multiple negative amounts) is omitted

4 years agowhitespace, imports
Damyan Ivanov [Sat, 25 Jan 2020 12:59:11 +0000 (14:59 +0200)]
whitespace, imports

4 years agoprofile editor: offer a suitable color for new profiles
Damyan Ivanov [Sat, 25 Jan 2020 12:55:46 +0000 (14:55 +0200)]
profile editor: offer a suitable color for new profiles

suitable is defined as the color standing most away of all other profiles'
colors

4 years agolimit the number of launcher shortcuts to the maximum supported
Damyan Ivanov [Sat, 25 Jan 2020 12:46:29 +0000 (14:46 +0200)]
limit the number of launcher shortcuts to the maximum supported

instead of crashing attempting th breach the limit

4 years agothemeId -> themeHue
Damyan Ivanov [Sat, 25 Jan 2020 07:25:22 +0000 (09:25 +0200)]
themeId -> themeHue

4 years agoinclude posting comment in transaction hash
Damyan Ivanov [Thu, 23 Jan 2020 19:47:36 +0000 (21:47 +0200)]
include posting comment in transaction hash

so that changes in comment at the source reaches the DB

4 years agotranslate account comment hint
Damyan Ivanov [Thu, 23 Jan 2020 19:06:10 +0000 (21:06 +0200)]
translate account comment hint

4 years agoslight improvement in allowing "-" only at the eginning of the amount
Damyan Ivanov [Thu, 23 Jan 2020 19:04:17 +0000 (21:04 +0200)]
slight improvement in allowing "-" only at the eginning of the amount

4 years agofix appending account entry in transaction list
Damyan Ivanov [Thu, 9 Jan 2020 21:23:03 +0000 (23:23 +0200)]
fix appending account entry in transaction list

4 years agowhitespace
Damyan Ivanov [Thu, 9 Jan 2020 21:19:58 +0000 (23:19 +0200)]
whitespace

4 years agomachinery for tracking currency format (e.g. locale) changes
Damyan Ivanov [Thu, 9 Jan 2020 21:10:04 +0000 (23:10 +0200)]
machinery for tracking currency format (e.g. locale) changes

4 years agotrim comments coming from hledger-web
Damyan Ivanov [Sun, 5 Jan 2020 21:23:44 +0000 (23:23 +0200)]
trim comments coming from hledger-web

4 years agofu: DB support for comments
Damyan Ivanov [Sun, 5 Jan 2020 21:08:24 +0000 (23:08 +0200)]
fu: DB support for comments

4 years agoinitial (buggy) implementation showing account comments in transaction list
Damyan Ivanov [Sun, 5 Jan 2020 21:07:52 +0000 (23:07 +0200)]
initial (buggy) implementation showing account comments in transaction list

4 years agoDB support for transaction account comments
Damyan Ivanov [Sun, 5 Jan 2020 21:05:29 +0000 (23:05 +0200)]
DB support for transaction account comments

4 years agotable for profile currencies (commodities), comment for transaction_accounts
Damyan Ivanov [Sun, 5 Jan 2020 21:01:47 +0000 (23:01 +0200)]
table for profile currencies (commodities), comment for transaction_accounts

4 years agofully functional comments UI
Damyan Ivanov [Sun, 5 Jan 2020 18:23:29 +0000 (20:23 +0200)]
fully functional comments UI

4 years agohelper class to implementing a clear button for EditText views
Damyan Ivanov [Sun, 5 Jan 2020 18:19:16 +0000 (20:19 +0200)]
helper class to implementing a clear button for EditText views

4 years agoadd UI and API support for sending posting (transaction account) comments
Damyan Ivanov [Sun, 5 Jan 2020 15:37:30 +0000 (17:37 +0200)]
add UI and API support for sending posting (transaction account) comments

4 years agoupdate initial DB creation SQL script to include new revisions (up to 24)
Damyan Ivanov [Tue, 31 Dec 2019 15:46:37 +0000 (17:46 +0200)]
update initial DB creation SQL script to include new revisions (up to 24)

4 years agouse non-exclusive mode for write-enabled transactions
Damyan Ivanov [Tue, 31 Dec 2019 15:44:50 +0000 (17:44 +0200)]
use non-exclusive mode for write-enabled transactions

4 years agoexplicit declaration of orientation
Damyan Ivanov [Mon, 23 Dec 2019 17:41:20 +0000 (19:41 +0200)]
explicit declaration of orientation

4 years agoNT: move item touch helper to the adapter
Damyan Ivanov [Mon, 23 Dec 2019 17:31:06 +0000 (19:31 +0200)]
NT: move item touch helper to the adapter

4 years agoNT: convert row to ConstraintLayout
Damyan Ivanov [Mon, 23 Dec 2019 17:27:47 +0000 (19:27 +0200)]
NT: convert row to ConstraintLayout

4 years agoremove more dead code
Damyan Ivanov [Sun, 22 Dec 2019 16:35:34 +0000 (18:35 +0200)]
remove more dead code

4 years agowhitespace
Damyan Ivanov [Sun, 22 Dec 2019 12:58:41 +0000 (14:58 +0200)]
whitespace

4 years agoAccountSummary: fix stuck refreshing indicator after swipe-refresh is followed by...
Damyan Ivanov [Sun, 22 Dec 2019 12:57:57 +0000 (14:57 +0200)]
AccountSummary: fix stuck refreshing indicator after swipe-refresh is followed by a slide to the transaction list

caused by registering the observer of the background task indicator in the
wrong place

4 years agodrop more unused code
Damyan Ivanov [Sun, 22 Dec 2019 12:46:26 +0000 (14:46 +0200)]
drop more unused code

4 years agodrop unused class
Damyan Ivanov [Sun, 22 Dec 2019 12:25:05 +0000 (14:25 +0200)]
drop unused class

4 years agodrop functionality for limiting account tree display to selected accounts
Damyan Ivanov [Sun, 22 Dec 2019 12:21:49 +0000 (14:21 +0200)]
drop functionality for limiting account tree display to selected accounts

not used since the introduction of collapsible sub-trees

4 years agohook the observer after the activity creation
Damyan Ivanov [Sun, 22 Dec 2019 09:25:30 +0000 (11:25 +0200)]
hook the observer after the activity creation

4 years agoNT TODO: undo account removal after swipe
Damyan Ivanov [Sun, 22 Dec 2019 09:25:05 +0000 (11:25 +0200)]
NT TODO: undo account removal after swipe

4 years agodrop unused code
Damyan Ivanov [Sun, 22 Dec 2019 07:49:07 +0000 (09:49 +0200)]
drop unused code

4 years agowhitespace
Damyan Ivanov [Sun, 22 Dec 2019 07:29:34 +0000 (09:29 +0200)]
whitespace

4 years agoremove deprecated usage of SectionsPagerAdapter(FragmentManager)
Damyan Ivanov [Sun, 22 Dec 2019 07:29:23 +0000 (09:29 +0200)]
remove deprecated usage of SectionsPagerAdapter(FragmentManager)

4 years agomove reports TODO from new transaction activity to the main activity
Damyan Ivanov [Sun, 22 Dec 2019 07:26:32 +0000 (09:26 +0200)]
move reports TODO from new transaction activity to the main activity

4 years agodrop TODO about nicer transaction submission progress (done) and move another to...
Damyan Ivanov [Sun, 22 Dec 2019 07:25:52 +0000 (09:25 +0200)]
drop TODO about nicer transaction submission progress (done) and move another to the proper place

4 years agodrop unused code/comments
Damyan Ivanov [Sun, 22 Dec 2019 07:19:49 +0000 (09:19 +0200)]
drop unused code/comments

4 years agoremove done TODO comment
Damyan Ivanov [Sun, 22 Dec 2019 07:14:27 +0000 (09:14 +0200)]
remove done TODO comment

4 years agowhitespace
Damyan Ivanov [Sun, 22 Dec 2019 07:14:10 +0000 (09:14 +0200)]
whitespace

4 years agouse getViewLifecycleOwner when observing LiveData from fragments
Damyan Ivanov [Sun, 22 Dec 2019 07:13:32 +0000 (09:13 +0200)]
use getViewLifecycleOwner when observing LiveData from fragments

4 years agoavoid deprecated usage of viewModelProviders
Damyan Ivanov [Sun, 22 Dec 2019 07:05:37 +0000 (09:05 +0200)]
avoid deprecated usage of viewModelProviders

4 years agorename local variable using proper English
Damyan Ivanov [Sun, 22 Dec 2019 06:48:15 +0000 (08:48 +0200)]
rename local variable using proper English

4 years agodrop redundant field variable
Damyan Ivanov [Sun, 22 Dec 2019 06:45:52 +0000 (08:45 +0200)]
drop redundant field variable

4 years agomerge 'auto' api version handling branch with 'default'
Damyan Ivanov [Sun, 22 Dec 2019 06:44:23 +0000 (08:44 +0200)]
merge 'auto' api version handling branch with 'default'

4 years agoinline redundant variable
Damyan Ivanov [Sun, 22 Dec 2019 06:42:18 +0000 (08:42 +0200)]
inline redundant variable

4 years agoadd backend API version setting to the profile details screen
Damyan Ivanov [Sat, 21 Dec 2019 22:00:07 +0000 (00:00 +0200)]
add backend API version setting to the profile details screen

4 years agowhitespace
Damyan Ivanov [Sat, 21 Dec 2019 21:29:25 +0000 (23:29 +0200)]
whitespace

4 years agostore profile API version in the database
Damyan Ivanov [Sat, 21 Dec 2019 21:24:16 +0000 (23:24 +0200)]
store profile API version in the database

4 years agosupport both 1.14 and 1.15 JSON APIs
Damyan Ivanov [Sat, 21 Dec 2019 21:22:14 +0000 (23:22 +0200)]
support both 1.14 and 1.15 JSON APIs

this is a major and somewhat messy rework

the idea is that several APIs should be able to co-exist

conversion between MoLe's internal structures and the JSON API is moved
to the version-dependent JSON representations

an 'auto' setting for the version (the default) attempts all available
API versions starting from the latest

HTTP status 400 is interpreted as "version mismatch" (same as 405)

4 years agowhitespace
Damyan Ivanov [Thu, 19 Dec 2019 20:06:37 +0000 (22:06 +0200)]
whitespace

4 years agoprofile details fragment: move setup from onCreate to onActivityCreated
Damyan Ivanov [Thu, 19 Dec 2019 20:05:56 +0000 (22:05 +0200)]
profile details fragment: move setup from onCreate to onActivityCreated

this is what the docs suggest and it fixes a problem with the toolbar
title changing to from profile name to 'Profile details' when the screen
is rotated. This is because the title is set during the setup and onCreate
isn't necessarily run when the screen is rotated (contrary to
onActivityCreated which is re-run since the activity is re-created on
reconfiguration (of which screen rotation is an instance))

4 years agorearrangement
Damyan Ivanov [Wed, 18 Dec 2019 21:54:08 +0000 (23:54 +0200)]
rearrangement

4 years agoprofile details: move preferred last transaction filter and future dates together...
Damyan Ivanov [Wed, 18 Dec 2019 21:53:54 +0000 (23:53 +0200)]
profile details: move preferred last transaction filter and future dates together under the 'allow new transactions' switch

4 years agorestore ability to scroll the profile details screen especially when the soft keyboar...
Damyan Ivanov [Wed, 18 Dec 2019 21:51:39 +0000 (23:51 +0200)]
restore ability to scroll the profile details screen especially when the soft keyboard is visible

4 years agoadd a FIXME about a concurrent problem (crash) while loading transactions
Damyan Ivanov [Wed, 18 Dec 2019 21:47:57 +0000 (23:47 +0200)]
add a FIXME about a concurrent problem (crash) while loading transactions

4 years agobump versions of gradle and a bunch of libraries
Damyan Ivanov [Wed, 18 Dec 2019 21:47:04 +0000 (23:47 +0200)]
bump versions of gradle and a bunch of libraries

4 years agounused variable
Damyan Ivanov [Tue, 17 Dec 2019 19:31:17 +0000 (21:31 +0200)]
unused variable

4 years agowhitespace and wrapping
Damyan Ivanov [Tue, 17 Dec 2019 19:31:07 +0000 (21:31 +0200)]
whitespace and wrapping

4 years agoprofile editor: consistent item colors in the profile details screen
Damyan Ivanov [Tue, 17 Dec 2019 19:29:54 +0000 (21:29 +0200)]
profile editor: consistent item colors in the profile details screen

4 years agoprofile editor: remove the profile options when removing a profile
Damyan Ivanov [Tue, 17 Dec 2019 19:29:01 +0000 (21:29 +0200)]
profile editor: remove the profile options when removing a profile