]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/profiles/ProfileDetailFragment.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / profiles / ProfileDetailFragment.java
2021-12-09 Damyan Ivanovadd support for hledger-web 1.23 json schema
2021-09-12 Damyan Ivanovprovide cloud backup functionality
2021-08-27 Damyan Ivanovmove async DB stuff away of AsyncTask
2021-04-22 Damyan IvanovBaseDAO: async operation variants without callbacks
2021-04-18 Damyan Ivanovfix profile deletion / data wipe
2021-04-15 Damyan IvanovRoom-based profile management
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2021-02-18 Damyan Ivanovprofile editor: a bit better check for insecure scheme
2021-01-29 Damyan Ivanovsomewhat working pattern list/editor
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2020-12-28 Damyan Ivanovconvert two switch() statements to if/else
2020-12-28 Damyan Ivanovmigrate profile detail fragment to view binding
2020-12-28 Damyan Ivanovmove API version enum in a standalone class
2020-12-27 Damyan Ivanovfinish support for multiple server APIs when retrieving...
2020-12-27 Damyan IvanovMigrate from Switch to SwitchMaterial
2020-11-28 Damyan Ivanovreplace onActivityCreated (deprecated) with onViewCreated
2020-10-11 Damyan Ivanovbetter version detection progress
2020-10-04 Damyan IvanovUI and machinery for detecting hledger-web version
2020-09-24 Damyan Ivanovfix profile list not updating tag colour after saving...
2020-09-24 Damyan Ivanovmove delete profile menu handling in a method
2020-09-24 Damyan Ivanovallow removal of the last profile
2020-09-24 Damyan Ivanovemplye requireNonNull instead of a manual check
2020-08-15 Damyan Ivanovdrop unused/unneeded variables
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-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-05-21 Damyan Ivanovremove bold style from default commodity setting
2020-05-17 Damyan Ivanovuse library layout inflation for the profile details...
2020-05-16 Damyan Ivanovproile editor: fix passing of initial theme hue to...
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-14 Damyan Ivanovprofile details: put posting params in a layout so...
2020-05-06 Damyan Ivanovprofile editor: streamlined handling of authentication...
2020-04-20 Damyan Ivanovmove profile editor data in a model class so that it...
2020-04-17 Damyan IvanovUI for setting default profile comodity
2020-04-11 Damyan Ivanovprofile-level setting for showing commodify in new...
2020-02-20 Damyan Ivanovadd two more limit options for the future date entry...
2020-01-25 Damyan Ivanovprofile editor: offer a suitable color for new profiles
2020-01-25 Damyan IvanovthemeId -> themeHue
2019-12-22 Damyan Ivanovrename local variable using proper English
2019-12-22 Damyan Ivanovdrop redundant field variable
2019-12-22 Damyan Ivanovmerge 'auto' api version handling branch with 'default'
2019-12-22 Damyan Ivanovinline redundant variable
2019-12-21 Damyan Ivanovadd backend API version setting to the profile details...
2019-12-19 Damyan Ivanovprofile details fragment: move setup from onCreate...
2019-12-17 Damyan Ivanovwhitespace and wrapping
2019-12-17 Damyan Ivanovmanage future dates entry option in the profile editor
2019-07-20 Damyan Ivanovanother compiler warning about fixed non-translatable...
2019-07-20 Damyan Ivanovreplace .clone() with a copy constructor
2019-07-20 Damyan Ivanovstreamline profile validation
2019-07-20 Damyan Ivanovrequire URL protocol to be HTTP or HTTPS
2019-07-20 Damyan Ivanovwarn when using authentication with insecure HTTP scheme
2019-07-13 Damyan Ivanovwhitespace
2019-07-13 Damyan Ivanovprofile editor: validate entered URL
2019-05-05 Damyan Ivanovnotify the profile list adapter when a profile is changed
2019-05-05 Damyan Ivanovreplace assertions with good old if()
2019-05-05 Damyan Ivanovfinish the profile editor activity when the profile...
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovforce profile observer notification when current profil...
2019-04-13 Damyan Ivanovimprovement in the color selection UI
2019-04-12 Damyan Ivanovdeveloper menu item for wiping all local profile data
2019-03-29 Damyan Ivanovfix initialization of preferred account name filter...
2019-03-28 Damyan Ivanovwhitespace
2019-03-28 Damyan Ivanovhandle preferred accounts filter setting in the profile...
2019-03-28 Damyan IvanovProfile: drop constructors filling all fields
2019-03-28 Damyan Ivanovput updating of profile data from the UI in a method
2019-03-28 Damyan Ivanovprofile details: confirm profile deletion
2019-03-25 Damyan Ivanovdefault new profile URL is 'https://'
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-03-25 Damyan Ivanovfix crash when saving profile without bringing up the...
2019-03-03 Damyan Ivanovuse the hue selector for profile color management
2019-02-28 Damyan Ivanovfix profile color selector
2019-02-24 Damyan Ivanovmajor rework of the profile management
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-17 Damyan Ivanovprofile color control
2019-02-06 Damyan IvanovRename to MoLe
2019-01-28 Damyan Ivanovfix the 'Posting committed' switch in the profile editor
2019-01-27 Damyan Ivanovprofile flag for enabling/disabling addition of new...
2019-01-20 Damyan Ivanovset the first stored profile as the current one
2019-01-20 Damyan Ivanovprofile details: validation on save
2019-01-20 Damyan Ivanovremove obsolete comments
2019-01-20 Damyan Ivanovprofile details: focus user name when authentication...
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-19 Damyan Ivanovprofiles: ensure single instance per profile, fix havoc...
2019-01-10 Damyan Ivanovmultiple profile list fixes
2019-01-10 Damyan Ivanovdelete profile menu as action; hide when only one profi...
2019-01-09 Damyan Ivanovdynamic list of profiles, add profile removal
2019-01-07 Damyan Ivanovsomewhat complete profile implementation