]>
git.ktnx.net Git - mobile-ledger.git/log
Damyan Ivanov [Tue, 15 Jan 2019 20:32:36 +0000 (20:32 +0000)]
louder complains on obsolete API
Damyan Ivanov [Tue, 15 Jan 2019 20:32:23 +0000 (20:32 +0000)]
noise: gradle upgrade, AS upgrade
Damyan Ivanov [Tue, 15 Jan 2019 20:28:55 +0000 (20:28 +0000)]
transaction list: make day/month markers more visible
Damyan Ivanov [Tue, 15 Jan 2019 19:51:05 +0000 (19:51 +0000)]
when determining whether to bold an account, use "starts with" relation instead of "equals"
Damyan Ivanov [Sun, 13 Jan 2019 18:20:48 +0000 (18:20 +0000)]
remove TODO about app icon
Damyan Ivanov [Sun, 13 Jan 2019 18:20:13 +0000 (18:20 +0000)]
show profile name in the new transaction activity
Damyan Ivanov [Sun, 13 Jan 2019 18:17:36 +0000 (18:17 +0000)]
adjust passing around the drawer logo
Damyan Ivanov [Sun, 13 Jan 2019 17:58:44 +0000 (17:58 +0000)]
larger logo in the drawer, show on small screens to and move the dext on the right
Damyan Ivanov [Sun, 13 Jan 2019 17:46:39 +0000 (17:46 +0000)]
real app icon!
Damyan Ivanov [Sun, 13 Jan 2019 17:27:45 +0000 (17:27 +0000)]
Split AccountSummaryAdapter in its own file
the compiler kept complaining about class not found 30% of the time
Damyan Ivanov [Sat, 12 Jan 2019 19:10:36 +0000 (19:10 +0000)]
silence some debug
Damyan Ivanov [Sat, 12 Jan 2019 18:59:00 +0000 (18:59 +0000)]
handle date parsing errors, handle real=fake dates
Damyan Ivanov [Sat, 12 Jan 2019 18:52:33 +0000 (18:52 +0000)]
Transaction: include transaction date in the hash
!?
Damyan Ivanov [Sat, 12 Jan 2019 15:31:25 +0000 (15:31 +0000)]
fix bold account name color in transacion list
(properly retrieve the dark primary color)
Damyan Ivanov [Sat, 12 Jan 2019 14:34:41 +0000 (14:34 +0000)]
fix transaction colouring to ignore delimiter items
Damyan Ivanov [Sat, 12 Jan 2019 14:18:34 +0000 (14:18 +0000)]
tinted color for the day/month delimiters
Damyan Ivanov [Sat, 12 Jan 2019 14:08:31 +0000 (14:08 +0000)]
cleanup of the tracking of the previous transaction
the date indicators are handled at an upper level
Damyan Ivanov [Sat, 12 Jan 2019 13:07:01 +0000 (13:07 +0000)]
somewhat more visible marker between months
Damyan Ivanov [Sat, 12 Jan 2019 12:58:50 +0000 (12:58 +0000)]
fix ledger date format to remain sortable
Damyan Ivanov [Sat, 12 Jan 2019 12:43:46 +0000 (12:43 +0000)]
replace dates in transaction list items with delimiters between items in different dates
Damyan Ivanov [Sat, 12 Jan 2019 12:43:10 +0000 (12:43 +0000)]
whitespace
Damyan Ivanov [Sat, 12 Jan 2019 12:39:04 +0000 (12:39 +0000)]
unused variable
Damyan Ivanov [Sat, 12 Jan 2019 11:48:18 +0000 (11:48 +0000)]
toCamelCase
Damyan Ivanov [Sat, 12 Jan 2019 07:47:28 +0000 (07:47 +0000)]
toCamelCase
Damyan Ivanov [Sat, 12 Jan 2019 06:40:04 +0000 (06:40 +0000)]
update TODO
Damyan Ivanov [Sat, 12 Jan 2019 06:35:23 +0000 (06:35 +0000)]
fix nav colouring after landscape adjustments
Damyan Ivanov [Sat, 12 Jan 2019 06:21:41 +0000 (06:21 +0000)]
new transaction: advance to next field upon autocompletion of account name or description
Damyan Ivanov [Sat, 12 Jan 2019 06:21:15 +0000 (06:21 +0000)]
avoid endless recursion in set_option_value(String, long)
Damyan Ivanov [Sat, 12 Jan 2019 05:32:31 +0000 (05:32 +0000)]
landscape layout adjustments
Damyan Ivanov [Sat, 12 Jan 2019 04:27:58 +0000 (04:27 +0000)]
move account name filter from the transaction list to the main header
Damyan Ivanov [Fri, 11 Jan 2019 20:49:01 +0000 (20:49 +0000)]
restore account name filter in the transaction list
the filter menu item has a glitch but mostly works
Damyan Ivanov [Fri, 11 Jan 2019 20:16:12 +0000 (20:16 +0000)]
two more lambdas
Damyan Ivanov [Fri, 11 Jan 2019 20:15:27 +0000 (20:15 +0000)]
one more lambda
Damyan Ivanov [Fri, 11 Jan 2019 20:15:08 +0000 (20:15 +0000)]
unused variable
Damyan Ivanov [Fri, 11 Jan 2019 19:51:57 +0000 (19:51 +0000)]
move profile name from the sub-title to the title
it needs to be seen, and the current view is obvious and needs not be
so explicit
Damyan Ivanov [Fri, 11 Jan 2019 19:48:49 +0000 (19:48 +0000)]
silence some debug
Damyan Ivanov [Fri, 11 Jan 2019 19:48:40 +0000 (19:48 +0000)]
use date formatted that hopefully uses the system locale properly
Damyan Ivanov [Fri, 11 Jan 2019 19:30:10 +0000 (19:30 +0000)]
one more lambda
Damyan Ivanov [Fri, 11 Jan 2019 19:28:00 +0000 (19:28 +0000)]
fix profile selection mess when the radio buttons are used
also maybe fix a leak of handlers created on each bind
Damyan Ivanov [Thu, 10 Jan 2019 21:46:11 +0000 (21:46 +0000)]
fix refresh mangling with account "starred" status
Damyan Ivanov [Thu, 10 Jan 2019 21:37:48 +0000 (21:37 +0000)]
fix debug when starring/un-starring accounts
Damyan Ivanov [Thu, 10 Jan 2019 21:37:23 +0000 (21:37 +0000)]
fix traversing children when starring/un-starring accounts
Damyan Ivanov [Thu, 10 Jan 2019 21:28:06 +0000 (21:28 +0000)]
multiple profile list fixes
show fab upon activity start (for example after editing/deleting a profile)
fix the flow of events when the current profile is changed or deleted
Damyan Ivanov [Thu, 10 Jan 2019 21:27:41 +0000 (21:27 +0000)]
Data: single central method for changing the current profile
sets the option in the DB and Data.profile
Damyan Ivanov [Thu, 10 Jan 2019 21:26:02 +0000 (21:26 +0000)]
duplicate id
Damyan Ivanov [Thu, 10 Jan 2019 21:25:52 +0000 (21:25 +0000)]
profile list: show/hide fab on scroll/fling
Damyan Ivanov [Thu, 10 Jan 2019 20:07:50 +0000 (20:07 +0000)]
a couple of lambdas
Damyan Ivanov [Thu, 10 Jan 2019 19:47:15 +0000 (19:47 +0000)]
profile list: larger profile names, add URL sub-head style
Damyan Ivanov [Thu, 10 Jan 2019 19:46:59 +0000 (19:46 +0000)]
profile list: add divider decoration
Damyan Ivanov [Thu, 10 Jan 2019 17:38:19 +0000 (17:38 +0000)]
delete profile menu as action; hide when only one profile or when a new profile is edited
Damyan Ivanov [Thu, 10 Jan 2019 17:38:04 +0000 (17:38 +0000)]
persistent profile list order
Damyan Ivanov [Wed, 9 Jan 2019 21:03:32 +0000 (21:03 +0000)]
profile list can be reordered
order is not persistent yet
Damyan Ivanov [Wed, 9 Jan 2019 20:56:54 +0000 (20:56 +0000)]
cleanup →private, remove unused parts
Damyan Ivanov [Wed, 9 Jan 2019 20:53:20 +0000 (20:53 +0000)]
gap-fill missing parent accounts in the hierarchy
Damyan Ivanov [Wed, 9 Jan 2019 20:33:27 +0000 (20:33 +0000)]
get back the account starring functionality
Damyan Ivanov [Wed, 9 Jan 2019 20:20:05 +0000 (20:20 +0000)]
backend preferences are long gone
Damyan Ivanov [Wed, 9 Jan 2019 20:19:20 +0000 (20:19 +0000)]
close the drawer when the settings item is selected
Damyan Ivanov [Wed, 9 Jan 2019 20:18:15 +0000 (20:18 +0000)]
two NPE fixed
Damyan Ivanov [Wed, 9 Jan 2019 20:16:45 +0000 (20:16 +0000)]
Show only starred menu now works
Damyan Ivanov [Wed, 9 Jan 2019 05:28:27 +0000 (05:28 +0000)]
proper date/time formatting
Damyan Ivanov [Wed, 9 Jan 2019 05:25:13 +0000 (05:25 +0000)]
debug--
Damyan Ivanov [Wed, 9 Jan 2019 05:25:12 +0000 (05:25 +0000)]
text typo
Damyan Ivanov [Wed, 9 Jan 2019 05:25:10 +0000 (05:25 +0000)]
update description list after transaction retrieval
Damyan Ivanov [Wed, 9 Jan 2019 05:25:02 +0000 (05:25 +0000)]
dynamic list of profiles, add profile removal
Damyan Ivanov [Wed, 9 Jan 2019 05:16:40 +0000 (05:16 +0000)]
new class for observing a list
notifies observers when items are added/removed/set
can't intercept direct item modifications
Damyan Ivanov [Tue, 8 Jan 2019 20:13:42 +0000 (20:13 +0000)]
move ObservableXXXX classes under utils/
Damyan Ivanov [Tue, 8 Jan 2019 19:38:24 +0000 (19:38 +0000)]
skip comments while parsing transactions
Damyan Ivanov [Mon, 7 Jan 2019 21:03:17 +0000 (21:03 +0000)]
somewhat complete profile implementation
most of the breakages are fixed, some minor remain
Damyan Ivanov [Sun, 6 Jan 2019 13:44:50 +0000 (13:44 +0000)]
drop unique index on profile name
it messes with the unique key and doesn't prevent duplicate names
because we use replace into anyway
duplicate names are permitted
Damyan Ivanov [Sun, 6 Jan 2019 08:24:34 +0000 (08:24 +0000)]
MLDB: the locally-stored context in the Application instance
it was before, but now it is declared so and the code analysis doesn't
complain anymore
Damyan Ivanov [Sun, 6 Jan 2019 08:14:23 +0000 (08:14 +0000)]
whitespace
Damyan Ivanov [Sun, 6 Jan 2019 08:14:13 +0000 (08:14 +0000)]
use profiles for connection parameters
included migration from shared preferences
Damyan Ivanov [Sun, 6 Jan 2019 07:57:24 +0000 (07:57 +0000)]
bump latest revision to 11
Damyan Ivanov [Sun, 6 Jan 2019 07:56:48 +0000 (07:56 +0000)]
model: class for working with connection profiles
Damyan Ivanov [Sun, 6 Jan 2019 07:55:44 +0000 (07:55 +0000)]
SQL: table for storing connection profiles
Damyan Ivanov [Sat, 5 Jan 2019 19:24:50 +0000 (19:24 +0000)]
nice side-swipe switch between account summary and transaction list
Damyan Ivanov [Sat, 5 Jan 2019 19:06:59 +0000 (19:06 +0000)]
clickable suggests focusable
Damyan Ivanov [Sat, 5 Jan 2019 15:48:10 +0000 (15:48 +0000)]
parse and show ledger name
Damyan Ivanov [Sat, 5 Jan 2019 13:34:51 +0000 (13:34 +0000)]
static class method call
Damyan Ivanov [Sat, 5 Jan 2019 13:17:01 +0000 (13:17 +0000)]
fab is guaranteed to have a value
Damyan Ivanov [Sat, 5 Jan 2019 13:06:16 +0000 (13:06 +0000)]
some lambdas
Damyan Ivanov [Sat, 5 Jan 2019 13:02:43 +0000 (13:02 +0000)]
whitespace
Damyan Ivanov [Sat, 5 Jan 2019 13:02:33 +0000 (13:02 +0000)]
the last update UI observes the data in Data.lastUpdateDate
Damyan Ivanov [Sat, 5 Jan 2019 13:00:45 +0000 (13:00 +0000)]
drop separate account retrieval
transaction retrieval has it integrated
Damyan Ivanov [Sat, 5 Jan 2019 12:59:09 +0000 (12:59 +0000)]
ObservableValue now works with null
Damyan Ivanov [Sat, 5 Jan 2019 12:18:20 +0000 (12:18 +0000)]
this is done in the onPostExecute handler
Damyan Ivanov [Sat, 5 Jan 2019 12:17:50 +0000 (12:17 +0000)]
observable last update date
Damyan Ivanov [Sat, 5 Jan 2019 12:17:30 +0000 (12:17 +0000)]
+debug
Damyan Ivanov [Sat, 5 Jan 2019 12:17:19 +0000 (12:17 +0000)]
operation cancelled text
Damyan Ivanov [Sat, 5 Jan 2019 12:16:59 +0000 (12:16 +0000)]
set the observable transaction and account lists as well as the last update date upon success
Damyan Ivanov [Sat, 5 Jan 2019 12:14:34 +0000 (12:14 +0000)]
whitespace
Damyan Ivanov [Sat, 5 Jan 2019 12:13:57 +0000 (12:13 +0000)]
assume that no more changed transactions will be discovered after 50 matching transactions
Damyan Ivanov [Sat, 5 Jan 2019 12:13:11 +0000 (12:13 +0000)]
extract the matching transactions limit constant
Damyan Ivanov [Sat, 5 Jan 2019 12:12:38 +0000 (12:12 +0000)]
if(!isCancelled) → throwIfCancelled()
Damyan Ivanov [Sat, 5 Jan 2019 12:01:42 +0000 (12:01 +0000)]
less demanding transaction row template
Damyan Ivanov [Sat, 5 Jan 2019 08:27:08 +0000 (08:27 +0000)]
type correction
Damyan Ivanov [Sat, 5 Jan 2019 08:26:51 +0000 (08:26 +0000)]
(commented) debug
Damyan Ivanov [Sat, 5 Jan 2019 08:26:37 +0000 (08:26 +0000)]
TransactionListViewModel is static
Damyan Ivanov [Sat, 5 Jan 2019 08:26:15 +0000 (08:26 +0000)]
async account list
Damyan Ivanov [Sat, 5 Jan 2019 08:02:21 +0000 (08:02 +0000)]
observe background task count in the UI fragments