]> git.ktnx.net Git - mobile-ledger.git/log
mobile-ledger.git
5 years agoprogress bar around the save transaction floating action button
Damyan Ivanov [Wed, 5 Dec 2018 20:39:22 +0000 (20:39 +0000)]
progress bar around the save transaction floating action button

5 years agoadd more TODO items
Damyan Ivanov [Tue, 4 Dec 2018 21:19:36 +0000 (21:19 +0000)]
add more TODO items

5 years agogetActivity() may return null
Damyan Ivanov [Tue, 4 Dec 2018 21:19:11 +0000 (21:19 +0000)]
getActivity() may return null

5 years agoquicker date selection on Android O
Damyan Ivanov [Tue, 4 Dec 2018 21:19:02 +0000 (21:19 +0000)]
quicker date selection on Android O

5 years agochange amount hint to "0.00" -- shorter and still clear
Damyan Ivanov [Tue, 4 Dec 2018 21:16:11 +0000 (21:16 +0000)]
change amount hint to "0.00" -- shorter and still clear

5 years agoadd TODO items
Damyan Ivanov [Mon, 3 Dec 2018 21:25:16 +0000 (21:25 +0000)]
add TODO items

5 years agoworking addition of new transactions
Damyan Ivanov [Mon, 3 Dec 2018 21:22:00 +0000 (21:22 +0000)]
working addition of new transactions

5 years agoworking and surprisingly quick retrieval of existing account names
Damyan Ivanov [Mon, 3 Dec 2018 21:21:52 +0000 (21:21 +0000)]
working and surprisingly quick retrieval of existing account names

5 years agotwo transaction accounts by default
Damyan Ivanov [Mon, 3 Dec 2018 21:21:37 +0000 (21:21 +0000)]
two transaction accounts by default

with the possibility to add more via the menu

5 years agohelper class for task callbacks
Damyan Ivanov [Mon, 3 Dec 2018 21:21:25 +0000 (21:21 +0000)]
helper class for task callbacks

5 years agoAsyncTask class for saving the new transaction
Damyan Ivanov [Mon, 3 Dec 2018 21:21:19 +0000 (21:21 +0000)]
AsyncTask class for saving the new transaction

5 years agonetwork helper class
Damyan Ivanov [Mon, 3 Dec 2018 21:21:06 +0000 (21:21 +0000)]
network helper class

5 years agoClasses describing one transaction with its accounts
Damyan Ivanov [Mon, 3 Dec 2018 21:20:59 +0000 (21:20 +0000)]
Classes describing one transaction with its accounts

5 years agoTransaction date → date
Damyan Ivanov [Mon, 3 Dec 2018 21:20:49 +0000 (21:20 +0000)]
Transaction date → date

it is obvious that we are dealing with a transaction, and the field
is not that big

5 years agohelper class for constructing urlencoded form data
Damyan Ivanov [Mon, 3 Dec 2018 21:20:34 +0000 (21:20 +0000)]
helper class for constructing urlencoded form data

5 years agounnecessary file, will override stiff in the activity
Damyan Ivanov [Mon, 3 Dec 2018 21:20:21 +0000 (21:20 +0000)]
unnecessary file, will override stiff in the activity

5 years agoshow progress while loading accounts
Damyan Ivanov [Sun, 2 Dec 2018 12:21:29 +0000 (12:21 +0000)]
show progress while loading accounts

5 years agobuild tools 28.0.3, Java 1.8
Damyan Ivanov [Sun, 2 Dec 2018 11:00:15 +0000 (11:00 +0000)]
build tools 28.0.3, Java 1.8

5 years agopreference changed listener
Damyan Ivanov [Sun, 2 Dec 2018 10:59:32 +0000 (10:59 +0000)]
preference changed listener

5 years agonetwork error strings
Damyan Ivanov [Sun, 2 Dec 2018 10:58:55 +0000 (10:58 +0000)]
network error strings

5 years agodynamic auto-completion of account names, fancy!!!
Damyan Ivanov [Sun, 2 Dec 2018 10:58:43 +0000 (10:58 +0000)]
dynamic auto-completion of account names, fancy!!!

5 years agorefresh account list upon start
Damyan Ivanov [Sun, 2 Dec 2018 10:57:35 +0000 (10:57 +0000)]
refresh account list upon start

in the future this should be done on preferences change or on request

5 years agohelper class for DB stuff
Damyan Ivanov [Sun, 2 Dec 2018 10:54:34 +0000 (10:54 +0000)]
helper class for DB stuff

5 years agotransaction save button with a disk icon
Damyan Ivanov [Fri, 30 Nov 2018 21:04:38 +0000 (21:04 +0000)]
transaction save button with a disk icon

5 years agofixed min amount width of 40dp (abt. 6 digits)
Damyan Ivanov [Fri, 30 Nov 2018 21:04:32 +0000 (21:04 +0000)]
fixed min amount width of 40dp (abt. 6 digits)

5 years agoremove account lines by swiping left
Damyan Ivanov [Fri, 30 Nov 2018 21:04:15 +0000 (21:04 +0000)]
remove account lines by swiping left

5 years agoclass for swiping
Damyan Ivanov [Fri, 30 Nov 2018 21:03:30 +0000 (21:03 +0000)]
class for swiping

5 years agoremove redundant type-cast
Damyan Ivanov [Fri, 30 Nov 2018 19:55:57 +0000 (19:55 +0000)]
remove redundant type-cast

5 years agoincomplete attempt to set the Tab order
Damyan Ivanov [Fri, 30 Nov 2018 18:55:44 +0000 (18:55 +0000)]
incomplete attempt to set the Tab order

5 years agofocus the account name cell after adding the row
Damyan Ivanov [Fri, 30 Nov 2018 18:52:40 +0000 (18:52 +0000)]
focus the account name cell after adding the row

5 years agodynamicaly add new table rows to the new transaction accounts list
Damyan Ivanov [Fri, 30 Nov 2018 18:46:22 +0000 (18:46 +0000)]
dynamicaly add new table rows to the new transaction accounts list

5 years agorename a constant
Damyan Ivanov [Fri, 30 Nov 2018 18:46:07 +0000 (18:46 +0000)]
rename a constant

5 years agouse a table for account rows
Damyan Ivanov [Fri, 30 Nov 2018 18:25:16 +0000 (18:25 +0000)]
use a table for account rows

5 years agoadd another account row bu default
Damyan Ivanov [Fri, 30 Nov 2018 18:16:06 +0000 (18:16 +0000)]
add another account row bu default

5 years agoreplace add account floating action button with a menu item
Damyan Ivanov [Fri, 30 Nov 2018 18:15:29 +0000 (18:15 +0000)]
replace add account floating action button with a menu item

5 years agomonth is counted from 0, it seems
Damyan Ivanov [Fri, 30 Nov 2018 17:56:31 +0000 (17:56 +0000)]
month is counted from 0, it seems

5 years agoanother .idea file
Damyan Ivanov [Fri, 30 Nov 2018 17:45:08 +0000 (17:45 +0000)]
another .idea file

5 years agodrop unused string
Damyan Ivanov [Fri, 30 Nov 2018 17:44:53 +0000 (17:44 +0000)]
drop unused string

5 years agofu: new transaction interface
Damyan Ivanov [Fri, 30 Nov 2018 17:44:36 +0000 (17:44 +0000)]
fu: new transaction interface

5 years agodeclare INTERNET permission requirement
Damyan Ivanov [Fri, 30 Nov 2018 17:44:32 +0000 (17:44 +0000)]
declare INTERNET permission requirement

5 years agobump support to API ver 28
Damyan Ivanov [Fri, 30 Nov 2018 17:44:28 +0000 (17:44 +0000)]
bump support to API ver 28

as a failed attempt to make DateFormatter classes to work (get linked/included/whatever)

5 years agostart the new transaction interface
Damyan Ivanov [Fri, 30 Nov 2018 17:44:02 +0000 (17:44 +0000)]
start the new transaction interface

5 years agocolor is a useless attribute for a gradient
Damyan Ivanov [Thu, 29 Nov 2018 18:56:02 +0000 (18:56 +0000)]
color is a useless attribute for a gradient

5 years agocomment-out unused preference screens
Damyan Ivanov [Thu, 29 Nov 2018 18:54:57 +0000 (18:54 +0000)]
comment-out unused preference screens

5 years agoaction button for new transaction: color with the primary color
Damyan Ivanov [Thu, 29 Nov 2018 18:54:48 +0000 (18:54 +0000)]
action button for new transaction: color with the primary color

5 years agoremove unused resources
Damyan Ivanov [Thu, 29 Nov 2018 18:53:25 +0000 (18:53 +0000)]
remove unused resources

5 years agodrawer: colorful header
Damyan Ivanov [Thu, 29 Nov 2018 18:51:26 +0000 (18:51 +0000)]
drawer: colorful header

5 years agodrawer: colour divider above the settings/exit buttons
Damyan Ivanov [Thu, 29 Nov 2018 18:51:02 +0000 (18:51 +0000)]
drawer: colour divider above the settings/exit buttons

5 years agoandroid studio noise: projectRootManager version bump
Damyan Ivanov [Thu, 29 Nov 2018 05:32:15 +0000 (05:32 +0000)]
android studio noise: projectRootManager version bump

5 years agoadjust accent color
Damyan Ivanov [Thu, 29 Nov 2018 05:32:08 +0000 (05:32 +0000)]
adjust accent color

5 years agocustom add transaction button icon
Damyan Ivanov [Thu, 29 Nov 2018 05:31:59 +0000 (05:31 +0000)]
custom add transaction button icon

5 years agoadd Settings activity
Damyan Ivanov [Wed, 28 Nov 2018 20:58:20 +0000 (20:58 +0000)]
add Settings activity

mostly boilerplate, but back end section is OK

5 years agocomment out unused menu stuff
Damyan Ivanov [Wed, 28 Nov 2018 20:57:26 +0000 (20:57 +0000)]
comment out unused menu stuff

5 years agoremove unused navigationView implementation
Damyan Ivanov [Tue, 27 Nov 2018 21:11:07 +0000 (21:11 +0000)]
remove unused navigationView implementation

we use the drawer thing

5 years agoexit when the Exit drawer item is clicked
Damyan Ivanov [Tue, 27 Nov 2018 21:09:17 +0000 (21:09 +0000)]
exit when the Exit drawer item is clicked

5 years agodynamicly set the version in the drawer head
Damyan Ivanov [Tue, 27 Nov 2018 20:57:49 +0000 (20:57 +0000)]
dynamicly set the version in the drawer head

5 years agoleft pad, colour the head
Damyan Ivanov [Tue, 27 Nov 2018 20:57:33 +0000 (20:57 +0000)]
left pad, colour the head

5 years agoattempt to link the drawer definition from the main activity
Damyan Ivanov [Sun, 25 Nov 2018 06:27:52 +0000 (06:27 +0000)]
attempt to link the drawer definition from the main activity

5 years agoupdate drawer menu with clipart icons and common style
Damyan Ivanov [Sun, 25 Nov 2018 06:20:41 +0000 (06:20 +0000)]
update drawer menu with clipart icons and common style

5 years agoupdate drawer menu
Damyan Ivanov [Sat, 24 Nov 2018 08:56:26 +0000 (08:56 +0000)]
update drawer menu