mcarare
1070e28db0
Bug 1893120 - Run AC Robolectric tests on SDK 34 and adapt tests. r=android-reviewers,webcompat-reviewers,twisniewski,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D209640
2024-05-14 13:00:48 +00:00
acseh
3f4b08c594
Backed out changeset 9976b7730dbd (bug 1893120) for causing lint failures CLOSED TREE
2024-05-14 12:57:36 +03:00
mcarare
4a11afeae1
Bug 1893120 - Run AC Robolectric tests on SDK 34 and adapt tests. r=android-reviewers,webcompat-reviewers,twisniewski,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D209640
2024-05-14 08:02:38 +00:00
Jonathan Almeida
cb14a9e8e5
Bug 1883487 - Remove unused generateEncryptionKey function
...
This function is unused and can be a source of confusion to developers
if they use it with the wrong expectations.
2024-03-04 21:18:37 +00:00
mcarare
063c553913
Bug 1849833 - Replace deprecated compileSdkVersion.
...
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
Roger Yang
833811b34b
Bug 1842596 - Recover from UnrecoverableKeyException when retrieving sync key
2023-08-17 20:27:39 +00:00
Roger Yang
f9dcc4d707
Revert "Bug 1842596 - Recover from UnrecoverableKeyException when retrieving sync key"
...
This reverts commit 3134631aa2f90bb29c7288c86f4eed0493ff4ceb.
2023-08-17 17:59:44 +00:00
Roger Yang
5910d384ce
Bug 1842596 - Recover from UnrecoverableKeyException when retrieving sync key
2023-08-16 21:58:31 +00:00
Gabriel Luong
cd6f5e0e77
Bug 1795140 - Enable AbsentOrWrongFileLicense detekt rule
2023-08-14 17:53:38 +00:00
MatthewTighe
c87183c8b5
Bug 1843168 - Expose Mockito through test support component
2023-07-24 18:02:09 +00:00
Geoff Brown
6561b2de2b
Bug 1825116 - Resolve many black, isort, and file-whitespace lint issues
2023-04-12 14:04:29 +00:00
mcarare
278fa80cc2
Bug 1824717 - Remove unnecessary AndroidJUnit4 runner.
2023-04-05 12:44:13 +00:00
Ryan VanderMeulen
0e5e70291c
Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle
2023-03-07 00:12:18 +00:00
mcarare
1f589a2e0b
Bug 1802817 - Set namespace via DSL in gradle build files.
...
See https://developer.android.com/studio/build/configure-app-module#set-namespace
and https://issuetracker.google.com/issues/172361895
2023-03-02 17:13:09 +00:00
mcarare
922b5f6643
Bug 1802817 - Rename AC Dependencies to ComponentsDependencies.
...
This change is needed in order to avoid clashes with Dependencies class introduced
in Gradle from 7.6 version.
2023-03-02 17:13:09 +00:00
Christian Sadilek
4091b14a33
Fix android lint in composite builds
2022-11-21 13:40:53 -05:00
Gabriel Luong
d9d783b698
[components] Issue https://github.com/mozilla-mobile/android-components/issues/12939 : Address all ktlint issues
2022-10-17 17:07:40 -04:00
Sebastian Kaspari
ce323400dd
[components] Run ktlintFormat to fix new ktlint errors.
2021-07-28 12:03:23 +00:00
Gabriel Luong
faf9c9bfb3
[components] Issue https://github.com/mozilla-mobile/android-components/issues/10140 - Part 3: Implement the new Autocomplete.StorageDelegate interface in GeckoAutocompleteStorageDelegate
...
- Uses the new GeckoView's `Autocomplete.StorageDelegate` interface in GeckoStorageDelegate
- Implements GeckoView's `Autocomplete.StorageDelegate.onCreditCardFetch`
2021-05-05 22:45:59 +00:00
Grisha Kruglov
0d4aa38533
[components] Introduce AutofillCrypto and add encryptio/decryption and key management to credit card storage
2021-04-21 21:06:50 +00:00
Grisha Kruglov
22890e3d7b
[components] Secure prefs (read: AndroidKeyStore) reliability experiment
2021-03-03 18:02:38 +00:00
Emilio Cobos Álvarez
41d375b7d9
[components] ktlint: Add missing newlines.
...
Running ./gradlew ktlint locally reports a lot of stuff like:
/home/emilio/src/moz/android-components/components/support/migration/src/test/java/mozilla/components/support/migration/MigrationIntentProcessorTest.kt:1:1: File must end with a newline (\n)
This fixes it with:
for f in $(cat files | cut -d : -f 1); do echo "" >> $f; done
Making ./gradlew ktlint pass.
2020-12-03 17:24:44 +00:00
Tiger Oakes
97a49470bd
[components] Remove roboletric runner for some lib tests
2020-07-01 10:10:30 -07:00
Jonathan Almeida
b86fa6dfb5
[components] Close https://github.com/mozilla-mobile/android-components/issues/6601 : Update targetSdkVersion to 29
2020-04-28 03:16:54 -04:00
Emily Kager
5ed1335161
[components] For https://github.com/mozilla-mobile/fenix/issues/8324 - Adds flags for optionally not accessing Keystore
2020-02-14 12:48:37 -08:00
Emily Kager
abfa0cc992
[components] For https://github.com/mozilla-mobile/android-components/issues/5342 - Synchronize dataprotect Cipher functions
2020-02-05 18:48:00 +01:00
Grisha Kruglov
cead6093a9
[components] Closes https://github.com/mozilla-mobile/android-components/issues/5004 : Improve SecureAbove22Preferences API
2019-11-07 23:02:22 -08:00
Grisha Kruglov
9f5ac796ef
[components] Mark 'generateEncryptionKey' as public
2019-11-06 12:35:35 -08:00
Grisha Kruglov
4a4cd730d4
[components] Address review feedback
2019-11-05 12:35:11 -08:00
Grisha Kruglov
c19645517e
[components] Support migrating prefs from pre-M to post-M
2019-11-04 18:23:32 -08:00
Grisha Kruglov
8c3425123d
[components] Use a more descriptive/accurate name for the encrypted sharedprefs wrapper
2019-11-04 17:33:33 -08:00
Grisha Kruglov
66f263a668
[components] Cleanup dataprotect link/detekt issues, add tests
2019-11-04 17:33:33 -08:00
Emily Kager
04500fbabd
[components] Make utils function public
2019-11-04 15:51:11 -08:00
Emily Kager
7b0c21577e
[components] Update samples libprotect
2019-11-04 15:51:11 -08:00
Emily Kager
aa06de79b8
[components] Remove minSdkVersion_dataprotect, Create KeySharedPreferences
2019-11-04 15:51:11 -08:00
Denys M
1f8fc3fa5b
[components] For https://github.com/mozilla-mobile/android-components/issues/1481 . Enable unit test binary resources globally.
...
Excluded few modules.
2019-06-13 09:29:52 +02:00
Denys M
f9cd052155
[components] For https://github.com/mozilla-mobile/android-components/issues/1481 . Use androidx runner in lib-dataprotect.
2019-06-11 12:23:53 +02:00
Sebastian Kaspari
5c54ec453d
[components] Closes https://github.com/mozilla-mobile/android-components/issues/842 : Migrate from support libraries to AndroidX.
2019-05-02 16:08:55 +02:00
Mitchell Hentges
8fd19cdf3a
[components] Moves description to be part of project.ext
2019-01-11 10:08:32 +01:00
Mitchell Hentges
3ee4d96a84
[components] Reads componentsVersion from .buildconfig.yml
2019-01-11 10:08:32 +01:00
ali-abdullah
89f3263d12
[components] included buildSrc in ktlint and detekt checks
2018-11-16 12:40:04 +01:00
Matthew A. Miller
a8b2098d69
[components] fixup linting issues
2018-11-02 12:07:42 +01:00
Matthew A. Miller
cc3055ecbc
[components] detekt cleanup and better root errors
2018-11-02 12:07:42 +01:00
Matthew A. Miller
7ce410ad22
[components] changes to improve lib-dataprotect usability
2018-11-02 12:07:42 +01:00
Sebastian Kaspari
53b3d1a71f
[components] Update repository information in README files.
2018-10-25 15:37:46 +02:00
Sebastian Kaspari
9e17b84339
[components] Simplify build configuration.
2018-10-24 10:21:12 +02:00
Sebastian Kaspari
0ddd066157
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1072 : Make Keystore class open.
2018-10-22 14:53:25 +02:00
Johan Lorenzo
0ca864a1bf
[components] Stop Bintray. Update {group,artifact}Ids. Remove massage task
2018-10-22 14:35:51 +02:00
Marco
6e4f04af78
[components] Closes https://github.com/mozilla-mobile/android-components/issues/47 : Remove test prefix from method names
2018-10-10 15:59:39 -04:00
Wajahat Karim
ed0729232c
[components] Closes https://github.com/mozilla-mobile/android-components/issues/922 : Update READMEs to point to maven.mozilla.org and use new artifact names.
2018-10-03 09:20:43 +02:00