]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/profiles/ProfileDetailFragment.java
proile editor: fix passing of initial theme hue to the hue ring
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / profiles / ProfileDetailFragment.java
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