746dcd4c6b🎨 style(issue_template): improve readability of bug report template This commit improves the readability of the bug report template by changing the label of the "Version" information to "provide it below" instead of "provide it here". Additionally, the "Which version of Android are you on?" question is now a separate input field instead of a textarea, which makes it easier to answer. Finally, the markdown formatting of the instructions for finding the Android version is improved for better readability.
Robert Ellegate
2023-04-09 11:20:44 -04:00
37a6da5a3b🎨 style(issue_template): add prefixes to issue titles Add prefixes to issue titles to improve consistency and make it easier to identify the type of issue.
Robert Ellegate
2023-04-09 11:16:01 -04:00
1efe2e16a5📝 chore(github): add issue templates for bug report, feature request, and question The issue templates for bug report, feature request, and question have been added to the .github/ISSUE_TEMPLATE directory. These templates will help standardize the information provided in issues and make it easier for contributors to provide the necessary information. The bug report template includes checkboxes to ensure that the FAQ has been checked and open issues have been searched before submitting a new bug report. The feature request template is a simple template for suggesting new ideas for the project. The question template asks for the version of Keepass2Android being used to help with troubleshooting.
Robert Ellegate
2023-04-08 13:37:07 -04:00
94ede3a696output current Configuration during build
Philipp Crocoll
2023-03-31 08:01:25 +02:00
9933fa1f9dfix to potential crash in Autofill. Couldn't add a test yet, still waiting for corresponding Autofill structure.
Philipp Crocoll
2023-03-31 08:01:10 +02:00
4910c73a5efix to potential crash when reloading database
Philipp Crocoll
2023-03-31 08:00:44 +02:00
cf222a2db1remove Flavor from build-properties, adjust Manifest for debug build
Philipp Crocoll
2023-03-31 07:59:34 +02:00
a9ad3725dcMerge pull request #2265 from PhilippC/l10n_master2
PhilippC
2023-03-31 07:58:27 +02:00
554f88c723add make target "clean_rm" to remove build artifacts using rm. Created a new release based on this clean to see if it helps with #2263.
v1.09e-r5b
Philipp Crocoll
2023-03-20 09:51:58 +01:00
4cd32d30c6removing unused duplicated files
Philipp Crocoll
2023-03-20 09:47:38 +01:00
72cc6ff768wrap adding fields and hints to dictionary, avoiding to add a duplicate key. Should close#2262 (but I can't reproduce)
Philipp Crocoll
2023-03-09 19:46:28 +01:00
404e07e5c0Merge remote-tracking branch 'remotes/origin/l10n_master2'
Philipp Crocoll
2023-03-09 19:40:36 +01:00
1c7159ede9changelog and manifest for 1.09e-r3
v1.09e-r3
Philipp Crocoll
2023-03-09 19:39:51 +01:00
bddef6442cMerge pull request #2251 from WreckingBANG/master
PhilippC
2023-03-06 07:59:11 +01:00
48a6d0a2addisable macos build action
Philipp Crocoll
2023-03-06 07:58:52 +01:00
ac5f3c9ca5Merge pull request #2244 from PhilippC/l10n_master2
PhilippC
2023-03-04 09:08:30 +01:00
93e1cf1147Merge pull request #2240 from hyproman/java-file-storage-android-studio
PhilippC
2023-03-04 09:01:19 +01:00
a805787a95Merge pull request #2248 from hyproman/build-doc-update
PhilippC
2023-03-04 09:00:56 +01:00
85315d0eccrun unit tests in github action
Philipp Crocoll
2023-02-28 22:42:04 +01:00
595a451f77fix failing test
Philipp Crocoll
2023-02-28 22:37:32 +01:00
914224e4farefactoring of autofill implementation, extracted some pieces to be independant of Android framework, added some xUnit tests
Philipp Crocoll
2023-02-28 22:31:28 +01:00
e350e8788cMerge branch 'master' into PhilippC-autofill-testing-and-improvements
Philipp Crocoll
2023-02-28 22:17:10 +01:00