]>
git.ktnx.net Git - mobile-ledger.git/log
Damyan Ivanov [Mon, 1 Feb 2021 06:17:13 +0000 (08:17 +0200)]
fix setting null literal value for date components
Damyan Ivanov [Sun, 31 Jan 2021 21:28:34 +0000 (23:28 +0200)]
fix selecting from multiple matching patterns
Damyan Ivanov [Sun, 31 Jan 2021 20:00:41 +0000 (22:00 +0200)]
ui/machinery support for negated pattern amounts
Damyan Ivanov [Sun, 31 Jan 2021 17:26:16 +0000 (17:26 +0000)]
add a pattern flag for negation of amount
Damyan Ivanov [Sun, 31 Jan 2021 17:25:54 +0000 (17:25 +0000)]
correction in index name
Damyan Ivanov [Sun, 31 Jan 2021 17:24:08 +0000 (17:24 +0000)]
drop redundant parameter with default value
Damyan Ivanov [Sun, 31 Jan 2021 16:32:59 +0000 (16:32 +0000)]
no background for pattern edit buttons
Damyan Ivanov [Sun, 31 Jan 2021 16:32:38 +0000 (16:32 +0000)]
remove background colour of pattern list
was used for debugging
Damyan Ivanov [Sun, 31 Jan 2021 16:31:43 +0000 (16:31 +0000)]
typo in view id
Damyan Ivanov [Sun, 31 Jan 2021 13:26:01 +0000 (13:26 +0000)]
change toolbar title when editing/adding a pattern
Damyan Ivanov [Sun, 31 Jan 2021 13:25:08 +0000 (15:25 +0200)]
cleanup
Damyan Ivanov [Sun, 31 Jan 2021 13:24:48 +0000 (15:24 +0200)]
complete fromRoomObject() to include date matching fields
Damyan Ivanov [Sun, 31 Jan 2021 13:22:49 +0000 (15:22 +0200)]
fix IDs when creating new patterns
Damyan Ivanov [Sun, 31 Jan 2021 11:38:41 +0000 (11:38 +0000)]
Rename QEScanAbleFragment to QRScanCapableFragment
Damyan Ivanov [Sun, 31 Jan 2021 11:23:41 +0000 (13:23 +0200)]
add two indices, corresponding to foreign keys to help Room
Damyan Ivanov [Sat, 30 Jan 2021 21:08:36 +0000 (21:08 +0000)]
add support for filling new transaction data from matched pattern(s)
still not ideal, but works in the simplest case
Damyan Ivanov [Sat, 30 Jan 2021 21:07:23 +0000 (21:07 +0000)]
more toString() support
Damyan Ivanov [Sat, 30 Jan 2021 21:06:29 +0000 (21:06 +0000)]
add SimpleDate.toString()
Damyan Ivanov [Sat, 30 Jan 2021 21:06:16 +0000 (21:06 +0000)]
fix support for matching of transaction description/comment
Damyan Ivanov [Sat, 30 Jan 2021 21:04:04 +0000 (21:04 +0000)]
fu: Data.parseNumber
Damyan Ivanov [Sat, 30 Jan 2021 14:36:23 +0000 (16:36 +0200)]
format account amounts upon focus leave; store in DB
Damyan Ivanov [Sat, 30 Jan 2021 14:35:46 +0000 (16:35 +0200)]
rename formatNumber to formatCurrency and provide formatNumber w/o curr.
also provide number parsing, using the same NumberFormat object
Damyan Ivanov [Sat, 30 Jan 2021 13:11:11 +0000 (15:11 +0200)]
move model instantiation from onAttach to onCreateView
parent activity may not be fully up in onAttach() and return a null
navigation controller, resulting in a crash upon reconfiguration
Damyan Ivanov [Sat, 30 Jan 2021 13:08:42 +0000 (15:08 +0200)]
Room doesn't understand "NULLS FIRST" in the ORDER BY clause :(
Damyan Ivanov [Sat, 30 Jan 2021 11:57:11 +0000 (11:57 +0000)]
when saving a pattern, use the navigateUp() method
this leaves the navigation stack in a better state
Damyan Ivanov [Sat, 30 Jan 2021 11:56:08 +0000 (11:56 +0000)]
rework pattern management machinery
adding and editing of patterns mostly works (amounts not yet)
room database instantiation moved from App to DB (properly synchronised)
view holders don't hold references to corresponding items or positions
instead, they retrieve the item via getAdapterPosition() as recommended
account names/comments are stored in the DB
fix crash when a pattern with null test text is loaded
Damyan Ivanov [Sat, 30 Jan 2021 11:43:41 +0000 (11:43 +0000)]
add test text to pattern table and drop position
test text is needed when displaying details so that matching groups
can have values
the position of the patterns is redundant - they are sorted by name
Damyan Ivanov [Fri, 29 Jan 2021 05:26:57 +0000 (05:26 +0000)]
global function for formatting numbers (locale-aware)
Damyan Ivanov [Fri, 29 Jan 2021 05:26:14 +0000 (05:26 +0000)]
somewhat working pattern list/editor
Damyan Ivanov [Fri, 29 Jan 2021 05:24:06 +0000 (05:24 +0000)]
updated gradlew.bat
Damyan Ivanov [Fri, 29 Jan 2021 05:23:25 +0000 (05:23 +0000)]
button id rename (fab -> fabAdd)
Damyan Ivanov [Fri, 29 Jan 2021 05:23:05 +0000 (05:23 +0000)]
make Currency loadable by id
Damyan Ivanov [Fri, 29 Jan 2021 05:22:32 +0000 (05:22 +0000)]
App: make the Room database handle available
Damyan Ivanov [Fri, 29 Jan 2021 05:19:50 +0000 (05:19 +0000)]
extract QR-scanning machinery from new transaction fragment
Damyan Ivanov [Fri, 29 Jan 2021 05:18:45 +0000 (05:18 +0000)]
Room database class plus a couple of DAO classes
Damyan Ivanov [Fri, 29 Jan 2021 05:17:35 +0000 (05:17 +0000)]
expand pattern tables with all needed fields; prepare for Room adoption
Damyan Ivanov [Fri, 29 Jan 2021 05:15:32 +0000 (05:15 +0000)]
bump versions of a couple of libraries
Damyan Ivanov [Fri, 29 Jan 2021 05:15:07 +0000 (05:15 +0000)]
add Room to dependencies
Damyan Ivanov [Tue, 12 Jan 2021 20:38:44 +0000 (22:38 +0200)]
pave the way to fragment navigation for pattern list activity
Damyan Ivanov [Tue, 12 Jan 2021 17:14:02 +0000 (19:14 +0200)]
shuffle some classes under proper packages
Damyan Ivanov [Mon, 11 Jan 2021 21:37:05 +0000 (23:37 +0200)]
upgrade a couple of library versions
Damyan Ivanov [Mon, 11 Jan 2021 21:36:48 +0000 (23:36 +0200)]
use indefinite snackbar showing interval
these are messages that need to be read
Damyan Ivanov [Mon, 11 Jan 2021 21:27:07 +0000 (23:27 +0200)]
first step towards pattern-assisted auto-filling of transactions
in the end will support deducing transactions via QR-code scan,
clipboard paste and text messages
Damyan Ivanov [Wed, 6 Jan 2021 20:58:14 +0000 (22:58 +0200)]
db tables for patterns and pattern accounts
Damyan Ivanov [Wed, 6 Jan 2021 17:01:51 +0000 (19:01 +0200)]
new transaction model: add setDate method
Damyan Ivanov [Sun, 3 Jan 2021 07:25:57 +0000 (09:25 +0200)]
drop TODO: transaction-level comment (done)
Damyan Ivanov [Sat, 2 Jan 2021 19:04:42 +0000 (21:04 +0200)]
convert new transaction row to view binding
Damyan Ivanov [Sat, 2 Jan 2021 16:16:43 +0000 (18:16 +0200)]
convert switch on resource IDs with a series of if/else
resource IDs are going to be non-final in the future
Damyan Ivanov [Sat, 2 Jan 2021 15:38:09 +0000 (17:38 +0200)]
new transaction: bigger currency button area
Damyan Ivanov [Tue, 29 Dec 2020 08:04:30 +0000 (08:04 +0000)]
metadata: mention comments in full description
Damyan Ivanov [Mon, 28 Dec 2020 17:09:30 +0000 (17:09 +0000)]
prepare release 0.16.0 (37)
Damyan Ivanov [Mon, 28 Dec 2020 16:59:10 +0000 (18:59 +0200)]
remove an extra LinearLayout
Damyan Ivanov [Mon, 28 Dec 2020 16:51:20 +0000 (18:51 +0200)]
drop unnecessary namespace declarations after layout merger
Damyan Ivanov [Mon, 28 Dec 2020 16:47:55 +0000 (18:47 +0200)]
replace xml onClick declaration with run-time hooking
declarative handlers are deprecated
Damyan Ivanov [Mon, 28 Dec 2020 15:22:02 +0000 (17:22 +0200)]
fix server version detection when the first profile is being created
the Authenticator always used the current profile, which is null when
there are no profiles yet
Damyan Ivanov [Mon, 28 Dec 2020 14:47:48 +0000 (16:47 +0200)]
convert MainActivity to view binding
Damyan Ivanov [Mon, 28 Dec 2020 13:46:52 +0000 (15:46 +0200)]
convert two switch() statements to if/else
preparing for gradle 5, where resource IDs will no longer be declared
as final
Damyan Ivanov [Mon, 28 Dec 2020 13:41:18 +0000 (15:41 +0200)]
migrate profile detail fragment to view binding
Damyan Ivanov [Mon, 28 Dec 2020 12:16:21 +0000 (14:16 +0200)]
better handling of theme change
was broken if the theme is changed via the profile editor invoked by
the "configure profile" button in the new transaction activity
Damyan Ivanov [Mon, 28 Dec 2020 11:39:54 +0000 (13:39 +0200)]
ProfileThemedActivity: track current profile changes
needed by the new transaction activity which uses the mProfile value
(and its getApiVersion()) when saving the transaction. The API version
could have been changed by the "possible API version mismatch" dialog,
which may be used to open the profile editor
Damyan Ivanov [Mon, 28 Dec 2020 11:24:58 +0000 (13:24 +0200)]
detect and report API errors when saving new transactions
Damyan Ivanov [Mon, 28 Dec 2020 09:39:23 +0000 (11:39 +0200)]
API version-dependent transaction sending
Damyan Ivanov [Mon, 28 Dec 2020 09:00:08 +0000 (11:00 +0200)]
move API version enum in a standalone class
will be used for sending too
Damyan Ivanov [Sun, 27 Dec 2020 21:43:23 +0000 (23:43 +0200)]
hint for showing soft keyboard in new trans/profile details
Damyan Ivanov [Sun, 27 Dec 2020 21:42:47 +0000 (23:42 +0200)]
drop description drop-down dismissal upon new trans. activity reset
seems to crash with adapter inconsistency sometimes
Damyan Ivanov [Sun, 27 Dec 2020 21:32:06 +0000 (23:32 +0200)]
whitespace
Damyan Ivanov [Sun, 27 Dec 2020 21:21:37 +0000 (23:21 +0200)]
finish support for multiple server APIs when retrieving data
this also adds support for the last JSON API change introduced in
1.19.1 (see gh#1360)
exceptions from the low-level json parser are interpreted as version
incompatibility and a pointer is made to profile details
Damyan Ivanov [Sun, 27 Dec 2020 10:41:52 +0000 (12:41 +0200)]
drop unused menu file
Damyan Ivanov [Sun, 27 Dec 2020 10:41:30 +0000 (12:41 +0200)]
Migrate from Switch to SwitchMaterial
Damyan Ivanov [Sun, 20 Dec 2020 14:32:31 +0000 (14:32 +0000)]
a step towards API-independent JSON parsing of accounts
Damyan Ivanov [Wed, 23 Dec 2020 20:53:32 +0000 (20:53 +0000)]
Switch → SwitchMaterial in the currency selector
Damyan Ivanov [Wed, 23 Dec 2020 20:53:01 +0000 (20:53 +0000)]
hew transaction entry: honour default currency setting
Damyan Ivanov [Wed, 23 Dec 2020 20:51:02 +0000 (20:51 +0000)]
fix currency selector layout with long list of currencies
Damyan Ivanov [Sat, 5 Dec 2020 15:18:16 +0000 (17:18 +0200)]
HledgerVersion: declare members final
Damyan Ivanov [Sat, 28 Nov 2020 17:41:37 +0000 (19:41 +0200)]
fixes after migration to ViewPager2
the activity is not the container of the view hierarchy, the view
argument to onViewCreated() is
Damyan Ivanov [Sat, 28 Nov 2020 07:19:55 +0000 (09:19 +0200)]
replace onActivityCreated (deprecated) with onViewCreated
Damyan Ivanov [Sat, 28 Nov 2020 07:19:21 +0000 (09:19 +0200)]
migrate from ViewPager to ViewPager2
Damyan Ivanov [Sat, 28 Nov 2020 07:17:34 +0000 (09:17 +0200)]
assign click handler at runtime
doing it in the XML is deprecated
Damyan Ivanov [Sat, 28 Nov 2020 07:15:38 +0000 (09:15 +0200)]
drop growMode progressBar attribute, no longer valid
Damyan Ivanov [Sat, 28 Nov 2020 07:15:05 +0000 (09:15 +0200)]
add fab icon description
Damyan Ivanov [Sat, 28 Nov 2020 07:12:35 +0000 (09:12 +0200)]
bump versions of gradle and libraries
Damyan Ivanov [Tue, 13 Oct 2020 19:39:41 +0000 (22:39 +0300)]
fixed a hard to reproduce crash upon returning to the app
to reproduce, set the background process limit in the developer options
to "1"
Damyan Ivanov [Sun, 11 Oct 2020 19:37:15 +0000 (22:37 +0300)]
a bit shorter splash duration
Damyan Ivanov [Sun, 11 Oct 2020 19:37:03 +0000 (22:37 +0300)]
better version detection progress
Damyan Ivanov [Sun, 4 Oct 2020 18:37:48 +0000 (21:37 +0300)]
whitespace
Damyan Ivanov [Sun, 4 Oct 2020 18:37:23 +0000 (21:37 +0300)]
UI and machinery for detecting hledger-web version
todo: retry discovering version upon URL change, make JSON input/output
honour the version
Damyan Ivanov [Sun, 4 Oct 2020 05:50:50 +0000 (05:50 +0000)]
Revert "remove references to style members from the parser classes"
Breaks new transaction submission
This reverts commit
47f69abd0ff71ef40d37fc8b9f8693d370f473ea .
Damyan Ivanov [Fri, 2 Oct 2020 06:00:25 +0000 (09:00 +0300)]
whitespace
Damyan Ivanov [Fri, 2 Oct 2020 05:59:39 +0000 (08:59 +0300)]
include errors sending transaction in debug output
Damyan Ivanov [Fri, 2 Oct 2020 05:49:22 +0000 (08:49 +0300)]
fix legacy new transaction submission with no date (use today's)
broken in 0.15.0
Damyan Ivanov [Tue, 29 Sep 2020 19:23:40 +0000 (22:23 +0300)]
remove references to style members from the parser classes
There is a change in 1.19.1 that breaks the parser (precision member
changed from plain number to an object). While modifying the parser to
be able to try different versions of the API is possible, it is quite a
task, and by simple omission of 'astyle' members the parser library
ignores the incoming data.
This (not providing 'astyle') also seems to work when adding new
transactions, at least with hledger-web 1.16.2
Damyan Ivanov [Tue, 29 Sep 2020 15:27:24 +0000 (15:27 +0000)]
Revert "add support for floatingPoint member of the quantity objects"
This reverts commit
d6d15ebf2287b3e9d7c213241367ef053e971e60 .
The problem with that is that it breaks sending new transactions for older
versions of hledger-web.
It is also not really necessary, because the precision got limited so that
there is no longer possible to get 255 decimal digits for periodic results
Damyan Ivanov [Sun, 27 Sep 2020 17:09:14 +0000 (20:09 +0300)]
add support for floatingPoint member of the quantity objects
introduced in hledger-web to avoid problems with large mantissas and
such when some prices are drived from transactions that result in
periodic decimals
Damyan Ivanov [Sat, 26 Sep 2020 16:47:44 +0000 (19:47 +0300)]
themes: secondary==primary, a bit closer primaryDark, no calculations
all intermediate colours are calculated as a weighted average of the
nearest theme color. this keeps the color calculations in one place --
tools/gen-styles.pl
Damyan Ivanov [Sat, 26 Sep 2020 14:28:32 +0000 (17:28 +0300)]
make splash activity descent from CrashReportingActivity
some DB work is done in the background, initiated from SplashActivity.
it is possible that it crashes for some reason and that better be
reported
Damyan Ivanov [Sat, 26 Sep 2020 14:25:38 +0000 (17:25 +0300)]
DB: move pragma execution in onConfigure() where it belongs
Damyan Ivanov [Sat, 26 Sep 2020 14:24:09 +0000 (17:24 +0300)]
splash: setup DB in the background
this puts all initial DB work in the background - creation and upgrade
avoids empty screen when there is a ig DB rework on upgrade
Damyan Ivanov [Sat, 26 Sep 2020 14:14:12 +0000 (17:14 +0300)]
whitespace
Damyan Ivanov [Sat, 26 Sep 2020 14:13:45 +0000 (17:13 +0300)]
declare theme for the new transaction activity
avoids flashing when started up directly by a launcher shortcut
Damyan Ivanov [Thu, 24 Sep 2020 16:17:12 +0000 (16:17 +0000)]
use theme-driven new transaction FAB icon color