renovate[bot]
1da4c42220
fix(deps): update dependency com.hierynomus:sshj to v0.36.0 ( #2670 )
...
* fix(deps): update dependency com.hierynomus:sshj to v0.36.0
* refactor(build): drop unnecessary explicit dependency
* chore(idea): cruft
* fix(app): ensure SLF4J v1 is used
* fix(build): disable illegal BindsCanBeExtensionFunction lint
* chore: refresh Lint baselines
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-09-04 18:50:19 +00:00
Harsh Shandilya
70a08c3f13
chore(idea): add ktfmt settings
2023-07-22 23:51:43 +05:30
Harsh Shandilya
0ba9744f62
fix: drop more IDEA cruft
2023-07-01 02:30:34 +05:30
Harsh Shandilya
efeeb3a6cd
chore: adjust codestyle to disable wrap on type
2023-06-19 22:10:06 +05:30
Harsh Shandilya
6a6fae0c9c
chore: remove .idea/deploymentTargetDropDown.xml
2023-06-19 21:58:14 +05:30
Harsh Shandilya
e682b14cf2
chore: refresh contribution guidelines
2023-05-22 02:44:21 +05:30
Harsh Shandilya
6b0e4feed6
chore(idea): add deployment target config
2023-05-18 13:10:57 +05:30
Harsh Shandilya
def9786736
feat: switch default password generator to Diceware
2023-05-05 00:30:53 +05:30
Harsh Shandilya
5e3c08f1da
feat(deps): migrate to Kotlin 1.8.20
2023-04-10 16:20:59 +05:30
Harsh Shandilya
3d47ecd698
refactor(format-common): migrate to uri-kmp
and convert to JVM library
2023-02-27 21:26:21 +05:30
Harsh Shandilya
bffa31314f
chore: IDEA churn
2023-01-19 16:18:38 +05:30
Harsh Shandilya
a72a8ae892
Revert "Revert "fix: disable Sentry dependency report""
...
This reverts commit 5cccd535ae
.
2023-01-03 19:50:44 +05:30
Harsh Shandilya
5cccd535ae
Revert "fix: disable Sentry dependency report"
...
This reverts commit 5c35acdfbc
.
2022-12-29 22:51:27 +05:30
Harsh Shandilya
5c35acdfbc
fix: disable Sentry dependency report
...
Incompatible with configuration cache
2022-12-19 11:40:28 +05:30
Harsh Shandilya
afd0eebdd3
refactor(build-logic): move all code to a single top-level project
2022-12-02 01:57:02 +05:30
Harsh Shandilya
35a6e3b8ff
fix: add an explicit delete button to PGP key list items
2022-11-18 11:15:38 +05:30
Harsh Shandilya
fe666e9ecb
refactor(build-logic): move PSL download to task action
2022-10-07 17:28:37 +05:30
Harsh Shandilya
8786e6abff
Upgrade AndroidX dependencies ( #2139 )
2022-09-21 19:26:15 +00:00
Harsh Shandilya
29dbcaabba
idea: churn
2022-07-15 13:18:40 +05:30
Harsh Shandilya
c161afccea
idea: untrack some files
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-27 04:33:02 +05:30
Harsh Shandilya
7e2eb2425e
all: reformat with Spotless again
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-15 15:40:20 +05:30
Harsh Shandilya
931cc052a8
format-common: add baseline module
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-18 03:01:14 +05:30
Harsh Shandilya
91fce4dce7
all: format XML files to 2 space indent
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-03-18 11:40:30 +05:30
Harsh Shandilya
774fda83ac
all: reformat with ktfmt
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-03-18 11:40:30 +05:30
Aditya Wasan
d17ff0d925
Parse extra content into key value pairs ( #1321 )
...
* ui: add skeleton recyclerview to parse extra content
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* ui: add recyclerview and update PasswordEntry to create map of key-value pairs
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* password-entry: When key-value pair is not correctly formed, display it as Extra Content
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* Fix formatting
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* bug: update otp code on main thread
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* Add complete string if key-value pair cannot be formed
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* test: add a few tests for key-value parsing logic
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* prefs: remove SHOW_EXTRA_CONTENT from shared preferences
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* Update CHANGELOG.md
* Cleanup and refactor
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* PasswordEntryTest: silence nullability warning
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* PasswordEntry: simplify constructor
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* PasswordEntry: annotate test-enablement visibility
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Reintroduce the catch-all field
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* update parsing logic
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* add one more test case
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* Add missing newlines
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Remove unnecessary scrollview
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* rv: do not return if hasExtraContent is false
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* Don't anchor RV to bottom
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-02-19 08:27:57 +00:00
Harsh Shandilya
7fbe4be711
Update to SSHJ 0.31.0 ( #1314 )
...
Co-authored-by: Fabian Henneke <fabian@hen.ne.ke>
2021-02-10 13:00:30 +05:30
Harsh Shandilya
33d3683ae2
Codestyle churn ( #1283 )
...
* editorconfig: delete
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* idea: adjust codestyle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* all: reformat with simplified import ordering rules
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-01-22 22:58:09 +05:30
Harsh Shandilya
5e66d99c85
Refactor package structure ( #1233 )
...
* idea: default test runner to Gradle
* Kick off package structure revamp
* Reparent all classes under dev.msfjarvis.aps
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-12-05 06:07:18 +05:30
Harsh Shandilya
6a6201f2ed
Dependency updates ( #1229 )
2020-12-03 22:02:01 +05:30
Fabian Henneke
1d13a1fbd6
Improve Autofill UI and enable inline presentations ( #1181 )
...
* Improve Autofill UI and enable inline presentations
Improves the Autofill UI in the following ways:
* Add support for Android 11 inline presentations of Autofill datasets.
* Instead of showing the identifier (app name or web origin) of the
current app on top of every Autofill dataset, it is now shown 1) as a
header dataset on Android 9 and 10 as well as 2) at the top of the
search activity on all supported versions of Android. Rationale: The
identifier is only used in trust decisions when choosing an existing
entry to fill and should feature prominently in that view, not
elsewhere.
* Show the actual identifier part of a matched entry's path, which may
differ from the identifier of the matched app/website.
* Slightly tweak the labels of Search/Generate Autofill actions to
indicate that a) this is about entries and b) the user may skip the
generation of a password and supply a custom one as well.
* Suppress lint error
* Address review comments
* Add a fixme about properly handling fill-in datasets
* CHANGELOG: add entry for inline presentation
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Remove unused parameter
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-02 20:25:37 +01:00
Vincent Breitmoser
0810273444
Autofill: Extract AutofillParser into separate subproject ( #1101 )
...
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Henneke <fabian@henneke.me>
2020-09-16 23:47:55 +05:30
Harsh Shandilya
e731943437
Revamp onboarding logic ( #1068 )
2020-09-04 12:06:55 +05:30
Harsh Shandilya
356a8cd8c6
Migrate to Gradle Kotlin DSL ( #936 )
2020-07-23 14:39:36 +05:30
Fabian Henneke
5d60f1304f
Exclude third_party scope from reformats ( #927 )
2020-07-09 14:04:49 +05:30
Harsh Shandilya
6169920878
global: set an import order rule and reformat with it ( #924 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-07-08 01:25:55 +05:30
Harsh Shandilya
fe2595a4cd
Revert "Stabilize .idea/gradle.xml ( #819 )" ( #822 )
...
This reverts commit 8bacbf5ed6
.
2020-06-01 20:13:18 +05:30
Fabian Henneke
8bacbf5ed6
Stabilize .idea/gradle.xml ( #819 )
2020-05-31 15:12:32 +05:30
Harsh Shandilya
523f2afc53
build: Upgrade all dependencies ( #803 )
...
* build: upgrade all dependencies
We've accumulated a fat backlog here that's gonna need some heavy testing
* build: adjust for WhatTheStack upgrade
This is now automatically initialized
* build: downgrade security-crypto
* build: upgrade to Gradle 6.4
* idea: sync from AS 4.1.x
* build: bump AGP to 4.0.0
* build: disable Jetifier
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com>
2020-05-31 13:12:15 +05:30
Harsh Shandilya
c0332c42ff
treewide: fix copyright template and apply to all files ( #773 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-05-13 21:01:41 +05:30
Fabian Henneke
d695d21497
Make APS buildable on F-Droid ( #762 )
...
* Include lib-publicsuffixlist in tree with proper license attribution
* Exclude lib-publicsuffixlist from code style
* Move applicationId to app/build.gradle
* build: add distributionSha256Sum to Gradle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Initial workflow configuration for PSL update
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Initial check-in of PSL data
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-05-12 11:17:08 +02:00
Harsh Shandilya
041cf00510
Treewide codestyle cleanup ( #765 )
...
- Updated gitignore and checked in the IDE's codestyle config
- Removed spotless as the underlying ktlint backend has failed to resolve the super frustrating import order bug[1] in nearly a year
- Reformat the entire codebase based on the previously committed code style configuration.
1: https://github.com/pinterest/ktlint/issues/527
2020-05-10 19:21:39 +05:30
zeapo
3debc05707
git ignore cleanup done
2014-08-16 16:55:46 +02:00
zeapo
246f3c1a8c
local configs update, have to add them to git ignore...
2014-08-15 23:05:05 +02:00
zeapo
dd045f57f1
Small readme update (and configs)
2014-08-15 22:57:07 +02:00
Zeapo
c2f520f7bf
some refactoring and improved the creation so that it happens on the visible dir
2014-08-06 23:44:34 +01:00
Zeapo
a0263aabad
Better distinction between categories and passwords, multilevel categories
2014-08-01 00:17:05 +01:00
Zeapo
8e52356567
moved arrays in arrays.xml
2014-07-28 22:48:08 +01:00
Zeapo
6532252f31
Authentication works correctly for clone, some cleaning is still required
2014-07-26 20:44:25 +01:00
Zeapo
bbf0175d69
initial commit
2014-07-24 01:15:11 +01:00