]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx
enable the foreign_keys PRAGMA only in debug builds
[mobile-ledger.git] / app / src / main / java / net / ktnx /
2020-09-20 Damyan Ivanovenable the foreign_keys PRAGMA only in debug builds
2020-09-19 Damyan Ivanovfinal fix for the first date delimiter item
2020-09-19 Damyan Ivanovshow the number of accounts in the account list head...
2020-09-19 Damyan Ivanovfix duplicate first date delimiter when the latest...
2020-09-19 Damyan Ivanovlast update text also includes transaction count
2020-09-18 Damyan Ivanovconvert the last update global header to a list header
2020-09-17 Damyan Ivanovbetter shadow under main header in dark mode
2020-09-17 Damyan Ivanovtransaction list always starts with the date of the...
2020-09-17 Damyan Ivanovstore new currencies upon account amounts storage
2020-09-17 Damyan Ivanovfix storing/retrieval of currency position
2020-09-17 Damyan Ivanovreplace local utility functions with ones from TextUtils
2020-09-17 Damyan Ivanovdrop done TODO: transaction level comment
2020-09-16 Damyan Ivanovfix spurious fetch of remote data
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovdisable some annoying debug
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-09-06 Damyan Ivanovstatic Logger reference
2020-09-06 Damyan Ivanovaddress nullability warning
2020-09-06 Damyan Ivanovspeed up parsed transaction/accounts storage
2020-08-28 Damyan Ivanovfixup: progress
2020-08-26 Damyan Ivanovwhitespace
2020-08-26 Damyan Ivanovproper transaction parsing progress
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-16 Damyan Ivanovrename mergeAccountLists method to better reflect its...
2020-08-16 Damyan Ivanovfix merging of account lists so that changes are detected
2020-08-16 Damyan Ivanovdrop unneeded profile parameter
2020-08-16 Damyan Ivanovavoid warning about dangerous unboxing by handling...
2020-08-16 Damyan Ivanovmove locale live-data initialization to a static initia...
2020-08-16 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovreplace <fragment> with FragmentContainerView as recomm...
2020-08-15 Damyan Ivanovforgotten import
2020-08-15 Damyan Ivanovproper constant declaration
2020-08-15 Damyan IvanovData.transactions can't be bull here
2020-08-15 Damyan Ivanovfix linter warning about calling LayoutInflater.inflate...
2020-08-15 Damyan Ivanovdeclare several inner classes as static
2020-08-15 Damyan Ivanovdrop unused/unneeded variables
2020-08-15 Damyan IvanovHueRing: override/call performClick()
2020-08-15 Damyan IvanovHueRing: single 'center' value
2020-08-15 Damyan IvanovCurrencySelectorModel: proper initialization of currenc...
2020-08-15 Damyan Ivanovtransaction.getDate() never returns null
2020-08-15 Damyan Ivanovnew currency ID: without (not working) dance around...
2020-08-15 Damyan Ivanovfixed-locale String.format
2020-08-15 Damyan Ivanovrework background progress to use MutableLiveData and...
2020-08-15 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovfix a bunch of spelling mistakes all around
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-08-15 Damyan Ivanovrename 'iter' variable to 'iterator'
2020-08-15 Damyan Ivanovnew transaction: hide FAB on submit
2020-08-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-08-01 Damyan IvanovAccountListParser: include version in debug output
2020-08-01 Damyan Ivanovdebug: print SQL params in DbOpRunner
2020-08-01 Damyan Ivanovimplement AutoCloseable in Locker
2020-08-01 Damyan Ivanovdo not force refreshing spinner during transaction...
2020-07-21 Damyan Ivanovreplace hollow switch with a simple if
2020-07-20 Damyan Ivanovdrop remnants of "starring" accounts
2020-07-19 Damyan Ivanovmove setting case_sensitive_like=ON to helper.onOpen
2020-07-19 Damyan Ivanovfix argument annotation
2020-07-16 Damyan Ivanovwhitespace
2020-07-16 Damyan Ivanovinclude amounts when comparing two account list items
2020-07-16 Damyan Ivanovuse requireContext instead of Objects.requireNonNull
2020-07-16 Damyan Ivanovwhitespace
2020-07-16 Damyan Ivanovmore asynchronous account list (re-)loading
2020-07-16 Damyan Ivanovstore a weak reference to the profile in the account...
2020-07-16 Damyan Ivanovdrop hard reference to the main activity
2020-07-15 Damyan IvanovDbOp*: optional post-execute hook
2020-07-10 Damyan Ivanovremove hard reference from MainAvtivity to AccountSumma...
2020-07-10 Damyan Ivanovwhitespace
2020-07-10 Damyan Ivanovprofile: copy constructor missed two fields
2020-07-10 Damyan Ivanovrework colours using more colour theory
2020-07-10 Damyan Ivanovwhitespace
2020-07-10 Damyan Ivanovreplace colorAccent with colorSecondary
2020-07-05 Damyan Ivanovremove 'Loading' layout from the main activity
2020-07-05 Damyan Ivanovadd splash on startup
2020-07-05 Damyan Ivanovdrop accounts.hidden and "hidden by star" handling
2020-06-28 Damyan Ivanovwhitespace
2020-06-28 Damyan Ivanovdrop unused global colour values
2020-06-28 Damyan Ivanovfurther theme fixes
2020-06-28 Damyan Ivanovdrop a couple of global colour values
2020-06-28 Damyan Ivanovfix focused comment text color on re-configuration...
2020-06-18 Damyan Ivanovbetter shortcut icon
2020-06-17 Damyan Ivanovavoid scrolling to the last 'go to date' after reconfig...
2020-06-17 Damyan Ivanovtwo fallouts after transaction date reorganisation...
2020-06-17 Damyan Ivanovnew: go to a date from transaction list
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-17 Damyan Ivanovclear internal account list before loading accounts...
2020-06-17 Damyan Ivanovmake sure data hash is computed before returning it
2020-06-17 Damyan Ivanovadd a synthetic version to the transaction hash calculation
2020-06-16 Damyan Ivanovdrop unused preference activity
2020-06-16 Damyan Ivanovdrop unneeded fragment tag
2020-06-16 Damyan Ivanovaccount list: remove trailing gap
2020-06-16 Damyan Ivanovwhitespace
2020-06-16 Damyan Ivanovmore material transaction list layout
2020-06-16 Damyan Ivanovadd database support for transaction-level comments
2020-06-16 Damyan Ivanovadd support for transaction-level comments in the JSON...
2020-06-16 Damyan Ivanovshow transaction-level comments in transaction list
2020-06-14 Damyan Ivanovadd transaction level comment when calculating transact...
2020-06-14 Damyan Ivanovinclude comments when comparing transaction accounts
2020-06-12 Damyan Ivanovwhitespace
2020-06-12 Damyan Ivanovlegacy text parser: add support for currency before...
2020-06-10 Damyan Ivanovdeclare a bunch of effectively final fields as such
next