-
-
Notifications
You must be signed in to change notification settings - Fork 276
Use remembered credential even if it is empty #880
Conversation
Should fix #875.
I confirmed that this fixes the issue. Should we revert e1f81e8 before releasing 1.9.1? |
I was gonna pitch a new branching and versioning system anyway so might as well. How about we split off a new branch from v1.9.0 called release, rename master to develop and then backport patches from develop to the release branch for our patch releases? Tags will continue pointing to the right commits so merging release back into develop won't be a problem. |
Sounds good. I won't be able to do this today and maybe not even tomorrow, but I would have proposed something very similar. |
Yeah no problem, I'll do it in a couple hours. |
Okay I unfucked the PR situation and I think we're good to go now. |
* develop: github: update actions for updated branching logic
Generated another key with |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* develop: build: uprev all dependencies (#882)
* develop: (24 commits) UI fixups (#892) Update Public Suffix List data (#888) Use remembered credential even if it is empty (#880) Reset SSH passphrase after SSH key import (#885) Prevent cached passwords from being wiped (#884) build: uprev all dependencies (#882) github: update actions for updated branching logic Use a custom sshj config (#878) Remove API 30 from pull request test matrix (#879) Add Google Play/F-Droid badges to the README (#877) Retire Android Arsenal badge (#876) Add paragraphs to F-Droid summary (#874) Replace YAML with HTML in F-Droid fastlane summary (#873) Add relnotes for #871 (#872) Add org.gnu.icecat as a trusted multi-origin browser (#871) README: re-add F-Droid (#870) build: prepare next development version build: bump version to 1.9.0 Prepare release 1.9.0 PasswordCreationActivity: properly guard rename code ... Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* develop: Scroll to files and enter folders when created (#909) Run a treewide reformat (#908) Improve how secrets and stored and used (#907) Improve and refactor Autofill heuristics (#905) Use PreferenceKeys file to manage SharedPreferences keys. (#891) Bump version Prepare release 1.9.2 update changelog Workaround to prevent crash on first run (#898) build: bump version Prepare release 1.9.1 Backport Actions fixes (#894) Remove API 30 from pull request test matrix (#879) CHANGELOG: reword to better clarify fixes Prevent cached passwords from being wiped (#884) Use remembered credential even if it is empty (#880) Reset SSH passphrase after SSH key import (#885) Add relnotes for #871 (#872) Add org.gnu.icecat as a trusted multi-origin browser (#871)
📢 Type of change
📜 Description
Use the remembered credential even if it is empty.
💡 Motivation and Context
Should fix #875.
💚 How did you test it?
Can't test right now, but am quite positive that this is the fix.
📝 Checklist
🔮 Next steps
📸 Screenshots / GIFs