Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
7069 commits
Select commit Hold shift + click to select a range
0ae7eec
refactor: share on focus change behaviour
vichid May 23, 2025
163b077
refactor: move custom field value change to handler
vichid May 26, 2025
c836c33
refactor: share custom field added
vichid May 26, 2025
837e1f3
refactor: share custom field rename
vichid May 26, 2025
8b44ec1
feat: add shared custom field logic to note
vichid May 26, 2025
6d40b55
test: add missing test classes
vichid May 26, 2025
f65f304
feat: bind note custom field navigation
vichid May 26, 2025
27df41a
fix: bin missing custom fields properties to form
vichid May 26, 2025
b849c25
fix: fix paddings and legacy note
vichid May 26, 2025
9678708
feat: add totp sticky options to note
vichid May 27, 2025
664aa5f
refactor: rename forms
vichid May 27, 2025
9391902
refactor: unify note navigation
vichid May 27, 2025
6b365e1
refactor: unify credit card navigation
vichid May 27, 2025
c0ef226
refactor: unify alias navigation
vichid May 27, 2025
925f9c9
refactor: improve naming
vichid May 27, 2025
6c35e35
test: fix test
vichid May 27, 2025
9921feb
test: fix test
vichid May 28, 2025
07e5ec5
refactor: reorder itemtypes in create vs
vichid May 28, 2025
e7ef257
feat: allow selecting date custom fields
vichid May 27, 2025
497c75f
feat: add date picker to login and note
vichid May 27, 2025
9449414
fix: add custom fields to comparator
vichid May 28, 2025
5576db8
feat: migrate other details
vichid May 28, 2025
592bff0
fix: websites diff crash
vichid May 28, 2025
d0dabc8
fix: linked apps diff crash
vichid May 28, 2025
c79c95f
feat: add new note ui to new detail
vichid May 28, 2025
37b0a9d
chore: remove item in legacy graph
vichid May 28, 2025
6125aa2
chore: move view passkey detail
vichid May 28, 2025
2a04e31
chore: move reused password screen
vichid May 28, 2025
23d0d8e
chore: support detail banners
vichid May 28, 2025
747362d
chore: pass scope to new detail
vichid May 28, 2025
2cd1e14
refactor: move telemetry to shared detail
vichid May 29, 2025
8728987
fix: hidden fields in the rest of item type details
vichid May 29, 2025
da989cf
chore: remove unused strings
vichid May 29, 2025
932aca2
test: fix test
vichid May 29, 2025
c0e9ba2
fix: totp limit dispay in detail
vichid May 29, 2025
4accce9
test: rename previews to shorten them
vichid May 29, 2025
fd0313b
style: fix detekt
vichid May 29, 2025
792d032
i18n: Upgrade translations from crowdin (94494149).
May 30, 2025
6b82e6e
feat: start adding missing alias fields and refactor click events
vichid May 29, 2025
a98f023
fix: add contacts back again to detail
vichid May 30, 2025
776fdfb
fix: add missing toggle and create login events
vichid May 30, 2025
5f5279b
fix: remove loading
vichid May 30, 2025
d536427
feat: support multi-account Password Credentials retrieval
AlexanderTalledo May 30, 2025
a59bcac
feat: support multi-account Passkey Credentials retrieval
AlexanderTalledo May 30, 2025
cc6d7df
fix: fixed Passkey credential parsing
AlexanderTalledo May 30, 2025
a1fef2a
feat: support multi-account password credential creation
AlexanderTalledo Jun 2, 2025
4f9850c
fix: do not show password credential creation screen when selecting p…
AlexanderTalledo Jun 2, 2025
a1ecbb5
chore: trigger missing password credential telemetry event
AlexanderTalledo Jun 2, 2025
6de3eae
chore: remove unused strings
vichid May 30, 2025
2ffe063
chore: remove legacy module
vichid May 30, 2025
319340e
test: start fixing tests
vichid Jun 2, 2025
e97e037
fix: add again upgrade in cc
vichid Jun 2, 2025
23fa756
fix: field type comparison issue
vichid Jun 2, 2025
997d44c
test: fix tests
vichid Jun 2, 2025
a14565d
chore: removed legacy passkeys credential support
AlexanderTalledo Jun 2, 2025
2219fc3
chore: bump credentials manager version to 1.5.0
AlexanderTalledo Jun 2, 2025
8c28170
chore: rebase dependency guard baeeline
AlexanderTalledo Jun 2, 2025
da0f47e
feat: add custom field logic in base viewmodels
vichid Jun 2, 2025
d3cbeac
refactor: rename alias form
vichid Jun 2, 2025
3a30b9e
feat: add remaining navigation for cc and alias
vichid Jun 3, 2025
f1703cf
feat: add missing routes per graph
vichid Jun 3, 2025
1902561
fix: note cast
vichid Jun 3, 2025
0b879a0
feat: hide custom fields behind ff
vichid Jun 3, 2025
b29e3c2
fix: passing custom fields during alias creation
vichid Jun 3, 2025
3d22db5
fix: alias title during login and alias creation
vichid Jun 3, 2025
31abec1
test: fix some tests
vichid Jun 3, 2025
ebdbffe
fix: paddings in cc
vichid Jun 3, 2025
713be38
feat: add missing totp in identity
vichid Jun 3, 2025
8f19f01
refactor: add back again the section custom field diff
vichid Jun 3, 2025
aeb09ab
feat: add date picker in identity
vichid Jun 4, 2025
ca24f79
refactor: use shared validation errors
vichid Jun 4, 2025
d8ef00e
fix: write validators for custom item
vichid Jun 4, 2025
13af228
feat: start adding form processors
vichid Jun 4, 2025
9eecc33
refactor: remove custom item cleanup
vichid Jun 4, 2025
68f5058
feat: add note form processor
vichid Jun 4, 2025
dd55c54
feat: add cc form processor
vichid Jun 4, 2025
2848062
feat: add identity form processor
vichid Jun 5, 2025
7f9ac41
test: fix tests
vichid Jun 5, 2025
f2e49bd
feat: add alias form processor
vichid Jun 5, 2025
0467d00
test: fix test
vichid Jun 5, 2025
1fc3250
chore: Update Core to 32.2.0.
armatys May 22, 2025
c3f925e
build: Update dependency guard baseline (automatic commit)
armatys Jun 3, 2025
d4c969b
fix: support empty date
vichid Jun 5, 2025
33c5f92
feat: allow clearing date
vichid Jun 5, 2025
f3fd8b5
style: center select account button
AlexanderTalledo Jun 5, 2025
50bad47
fix: adjust title and banners paddings
vichid Jun 5, 2025
3342a85
fix: finish fixing paddings
vichid Jun 5, 2025
aac2c85
chore: reset snackbar messages when leaving credential management flows
AlexanderTalledo Jun 5, 2025
9680f2c
feat: add totp sticky options to alias and cc
vichid Jun 5, 2025
d9628b6
test: add missing fake
vichid Jun 6, 2025
ef77d21
refactor: start refactoring identity to support focus changes
vichid Jun 6, 2025
6118f49
refactor: move focused field to identity provider
vichid Jun 6, 2025
fa80ed6
feat: add identity paste totp
vichid Jun 6, 2025
324559f
fix: request focus on cf added
vichid Jun 6, 2025
cdcf066
refactor: remove extra field and cleanup
vichid Jun 6, 2025
d3b5a54
feat: allow scanning totp in identity
vichid Jun 6, 2025
68f47f2
bump: version 1.31.3 → 1.31.4
vichid Jun 11, 2025
d0c41be
chore: update changelog
vichid Jun 11, 2025
b637350
fix: add flag based on 3p enabled
vichid Jun 10, 2025
1ed290b
style: add log
vichid Jun 11, 2025
d06f79e
fix: login detail crash with urls and linked apps
vichid Jun 13, 2025
e2d1f71
fix: add missing cf icons
vichid Jun 13, 2025
f94e9dc
fix: fix empty date field not saving
vichid Jun 13, 2025
97f4a2f
fix: display more button below text
vichid Jun 16, 2025
9e33634
fix: alias update not displaying custom fields
vichid Jun 16, 2025
fe6b57d
fix: sanitise totp on update
vichid Jun 16, 2025
905da61
chore: allow empty totp cf
vichid Jun 16, 2025
63b08e8
fix: show icon always for cf
vichid Jun 17, 2025
630f627
fix: note not displaying correctly in legacy
vichid Jun 17, 2025
56f21f0
fix: use local activity instead of local context
vichid Jun 17, 2025
6cf1507
i18n: Upgrade translations from crowdin (56f21f00).
Jun 18, 2025
f2860a7
bump: version 1.31.4 → 1.32.0
vichid Jun 18, 2025
7e418aa
chore: update changelog
vichid Jun 18, 2025
3f3c237
fix: avoid changing start destination
vichid Jun 19, 2025
135685d
fix: make get state observable
vichid Jun 19, 2025
b71c777
style: fix detekt
vichid Jun 19, 2025
c632f71
fix: hide cf icons for identity and custom item
vichid Jun 19, 2025
bf4bb74
bump: version 1.32.0 → 1.32.1
vichid Jun 19, 2025
3f047e4
chore: update changelog
vichid Jun 19, 2025
1ce70bc
build: removed signings and removed keystore references in gitlab-ci
vichid Jun 19, 2025
8f8eae3
ci: add signing jobs
vichid Jun 19, 2025
b89b013
refactor: use simpler approach
vichid Jun 25, 2025
5bff2df
i18n: Upgrade translations from crowdin (30900a5a).
Jun 20, 2025
9acba13
feat: migrate analyse task from fastlane to gitlab ci
vichid Jun 26, 2025
d0c47aa
feat: migrate dependency guard task from fastlane to gitlab ci
vichid Jun 26, 2025
c1be340
feat: migrate assemble dev black debug task from fastlane to gitlab ci
vichid Jun 26, 2025
a0113a0
feat: migrate assemble dev black release task from fastlane to gitlab ci
vichid Jun 26, 2025
986990a
feat: migrate assemble alpha prod debug task from fastlane to gitlab ci
vichid Jun 26, 2025
6b6a16c
feat: migrate assemble alpha prod release task from fastlane to gitla…
vichid Jun 26, 2025
c68d4f8
feat: migrate assemble play prod debug task from fastlane to gitlab ci
vichid Jun 26, 2025
b31ac72
feat: migrate assemble play black release task from fastlane to gitla…
vichid Jun 26, 2025
09843f9
feat: migrate build play prod release bundle task from fastlane to gi…
vichid Jun 26, 2025
e7edded
feat: migrate build play prod release apk task from fastlane to gitla…
vichid Jun 26, 2025
5b8af1c
feat: migrate assemble e2e dev debug task from fastlane to gitlab ci
vichid Jun 26, 2025
b5ff7a5
feat: remove assemble debug android test task from fastlane
vichid Jun 26, 2025
70d5125
feat: migrate unit tests task from fastlane to gitlab ci
vichid Jun 26, 2025
f0d0773
feat: migrate verify screenshot tests task from fastlane to gitlab ci
vichid Jun 26, 2025
4dd0a4c
feat: migrate instrumentation tests task from fastlane to gitlab ci
vichid Jun 26, 2025
bdaf55d
feat: migrate deploy to firebase dev group task from fastlane to gitl…
vichid Jun 26, 2025
92a07c3
feat: migrate deploy to firebase alpha group task from fastlane to gi…
vichid Jun 26, 2025
329d046
feat: migrate deploy to firebase prod group task from fastlane to git…
vichid Jun 26, 2025
b8e1490
feat: remove fastlane and add play publish plugin
vichid Jun 26, 2025
6e601e6
chore: fix some issues
vichid Jun 26, 2025
8d240b3
fix: use simple route instead of graph to attempt restoration issue
vichid Jun 26, 2025
5c9fa9f
fix: incorrect usage of indexes in identity
vichid Jun 27, 2025
c955b2e
fix: filter invalid password credentials
vichid Jun 27, 2025
2962760
bump: version 1.32.1 → 1.32.2
vichid Jun 27, 2025
f083bf2
chore: update changelog
vichid Jun 27, 2025
6ea1cba
i18n: Upgrade translations from crowdin (6e601e67).
Jun 27, 2025
8304346
change service account location
vichid Jun 27, 2025
63bbf87
fix: revert usage of simple route
vichid Jun 30, 2025
ef3e7e2
bump: version 1.32.2 → 1.32.3
vichid Jun 30, 2025
b9ccfaf
chore: update changelog
vichid Jun 30, 2025
ec908fb
style: remove import
vichid Jun 30, 2025
4978dd6
refactor: use localactivity
vichid Jun 30, 2025
7285941
ci: fix artifact path
vichid Jun 30, 2025
ebb3c02
fix: incorrect date due to the picker
vichid Jun 30, 2025
abe2584
fix: passkeys with auth
vichid Jun 30, 2025
e666858
fix: e2e observe directory
vichid Jun 27, 2025
5b26376
fix: e2e identity
vichid Jun 27, 2025
569832b
bump: version 1.32.3 → 1.32.4
vichid Jul 1, 2025
8a6e491
chore: update changelog
vichid Jul 1, 2025
b5acdff
fix: serialise option in ItemUiModelSaver
vichid Jul 2, 2025
5c94b41
bump: version 1.32.4 → 1.32.5
vichid Jul 2, 2025
acdd945
chore: update changelog
vichid Jul 2, 2025
5332672
fix: incorrect timestamp
vichid Jul 2, 2025
4c5b3a4
chore: update proguard rules to keep primitives
vichid Jul 2, 2025
357786d
fix: remove option from custom field date
vichid Jul 3, 2025
5d49c56
bump: version 1.32.5 → 1.32.6
vichid Jul 3, 2025
59c469d
chore: update changelog
vichid Jul 3, 2025
cc09870
fix: date not showing
vichid Jul 3, 2025
0a19bf1
i18n: Upgrade translations from crowdin (cc098705).
Jul 4, 2025
fc2664c
feat: add clone option
ntnhon Jun 30, 2025
94cdf9f
feat: clone login
ntnhon Jul 1, 2025
8d062cc
feat: clone note
ntnhon Jul 1, 2025
5f5636c
feat: clone credit card
ntnhon Jul 1, 2025
e4a67f7
feat: clone identity
ntnhon Jul 1, 2025
f0d4786
feat: clone custom item
ntnhon Jul 1, 2025
a4a906b
refactor: simplify clone-ability checks
ntnhon Jul 2, 2025
856f33e
refactor: inject context from view to view model
ntnhon Jul 2, 2025
ec923ff
refactor: rename "clone" to "duplicate"
ntnhon Jul 4, 2025
37e4761
test: Update screenshots (automatic commit)
ntnhon Jul 4, 2025
0c84075
fix(autofill): prevent from autofilling on mastodon new post
cquintana92 Jul 14, 2025
6ed396b
chore(report): add autofill report step
cquintana92 Jul 17, 2025
51aed2d
feat: show note field when editing custom items
ntnhon Jul 21, 2025
7482290
feat: show note field when viewing custom item detail
ntnhon Jul 21, 2025
08314ae
chore: remove unused strings
ntnhon Jul 21, 2025
a83c0d2
chore: Bump core to 32.2.1.
neilmarietta Jul 22, 2025
16db110
build: Update dependency guard baseline (automatic commit)
neilmarietta Jul 22, 2025
4e16bf5
i18n: Upgrade translations from crowdin (16db1103).
Aug 29, 2025
9bff24d
chore: update target 35
vichid Jul 2, 2025
6896508
chore: force java and kotlin versions to always be aligned
Aug 29, 2025
ea75981
chore(CP-10386): update proton core to latest version
Sep 1, 2025
2e6a257
chore: update database schema and add migration
Sep 2, 2025
6fd241d
build: Update dependency guard baseline (automatic commit)
Sep 2, 2025
f163631
chore: update pass common
vichid Sep 17, 2025
68940ab
build: Update dependency guard baseline (automatic commit)
vichid Sep 17, 2025
6355b6a
chore: update camerax
vichid Sep 17, 2025
94f268a
build: Update dependency guard baseline (automatic commit)
vichid Sep 17, 2025
e3f4050
i18n: Upgrade translations from crowdin (6fd241d7).
Sep 12, 2025
977309d
fix: split auth graphs for passkeys and autosave
vichid Sep 18, 2025
7e387eb
chore: add vault visibility ff
vichid Sep 18, 2025
3bc517d
chore: remove file attachment ff
vichid Sep 18, 2025
93c39b8
chore: remove file attachment v2 ff
vichid Sep 19, 2025
2cd3a3e
chore: remove custom item ff
vichid Sep 19, 2025
db9c9c1
fix: fix dialog height overflow
vichid Sep 23, 2025
caddac6
fix: change duplicate to clone
vichid Sep 29, 2025
19c0806
fix: take into account permissions on clone
vichid Sep 29, 2025
73ffe6c
fix: incorrect expiration date on clone
vichid Sep 29, 2025
817f5df
fix: make primary totp revealed on clone
vichid Sep 29, 2025
301c4cb
fix: broken website field on clone
vichid Sep 29, 2025
a9d3693
fix: hidden state in cc and login
vichid Sep 29, 2025
e7ee18a
fix: username not displayed on clone
vichid Sep 29, 2025
17e1613
fix: expand identity sections on cloned if content exists
vichid Sep 29, 2025
b60a6fc
revert: use duplicate to clone
vichid Sep 29, 2025
3489c22
i18n: Upgrade translations from crowdin (db9c9c12).
Sep 26, 2025
7876cf4
bump: version 1.32.6 → 1.33.0
vichid Oct 1, 2025
494b118
chore: update changelog
vichid Oct 1, 2025
e5ceb56
chore: Update plugins and libraries.
armatys Sep 22, 2025
42d990e
build: Update dependency guard baseline (automatic commit)
armatys Sep 22, 2025
6dbfcb0
i18n: Upgrade translations from crowdin (42d990e4).
Oct 3, 2025
4d6d3fa
fix: do systemBarsPadding per screen
vichid Oct 3, 2025
c4a3333
fix: remove systembarspadding from apps
vichid Oct 3, 2025
26bbd74
fix: bottom bar edge to edge issue
vichid Oct 3, 2025
6d49605
fix: use default nav controller on passkeys creation
vichid Oct 10, 2025
07fa74b
fix: incorrect navigation on passkey selection
vichid Oct 10, 2025
3fc16cc
fix: using passkeys with qr
vichid Oct 10, 2025
3ad61d3
i18n: Upgrade translations from crowdin (26bbd740).
Oct 10, 2025
f8f8c25
fix: Fix release compilation
Oct 10, 2025
f1b2f99
fix: account migration
vichid Oct 13, 2025
e4c811d
bump: version 1.33.0 → 1.33.1
vichid Oct 13, 2025
b5b431a
chore: update changelog
vichid Oct 13, 2025
ccbd56a
test: fix tests to be able to be run with managed devices
vichid Oct 14, 2025
2798192
build: improvement to share build cache between worktrees
vichid Oct 15, 2025
6730503
feat(in-app-promos): start supporting new data
vichid Oct 3, 2025
520abc2
chore(in-app-promos): preload promo images
vichid Oct 3, 2025
4e4ea81
feat(in-app-promos): start adding new navigation for promos
vichid Oct 3, 2025
856743a
feat(in-app-promos): continue styling new promos
vichid Oct 3, 2025
b042861
chore: callback
vichid Oct 10, 2025
7e69de4
chore: database migration
vichid Oct 13, 2025
258eda0
refactor: remove unnecesary field
vichid Oct 13, 2025
789919c
feat: display correctly message and mark proper status in promo
vichid Oct 13, 2025
a17c4a3
chore: use theme preference
vichid Oct 13, 2025
ed9cfc5
feat: add promo icon
vichid Oct 14, 2025
4896394
feat: display the promo icon
vichid Oct 14, 2025
fb8a28d
fix: incorrect promo display
vichid Oct 14, 2025
6f7496c
test: add in app message repository tests
vichid Oct 14, 2025
f94f8d3
refactor: fix some issues
vichid Oct 14, 2025
837420e
fix: use proper flag
vichid Oct 14, 2025
92fd2da
Add support for IronFox Nightly
celenityy Oct 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*]
insert_final_newline = true

[*.{kt, kts, groovy}]
indent_style = space
indent_size = 4

[*.{yml, yaml}]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 4
52 changes: 52 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
## Type of change

- [ ] Feature
- [ ] Bugfix
- [ ] Technical
- [ ] Other :

## Content

<!-- Describe shortly what has been changed -->

## Motivation and context

<!-- Provide link to the corresponding issue if applicable or explain the context -->

## Screenshots / GIFs

<!-- Only if UI have been changed
You can use a table like this to show screenshots comparison.
Uncomment this markdown table below and edit the last line `|||`:
|copy screenshot of before here|copy screenshot of after here|
-->

<!--
|Before|After|
|-|-|
|||
-->

## Tests

<!-- Explain how you tested your development -->

- Step 1
- Step 2
- Step ...

## Tested devices

- [ ] Physical
- [ ] Emulator
- OS version(s):

## Checklist

- [ ] Changes has been tested on an Android device or Android emulator with API 27.
- [ ] UI change has been tested on both light and dark themes.
- [ ] Accessibility has been taken into account.
- [ ] Pull request is based on the main branch.
- [ ] Pull request includes screenshots or videos if containing UI changes.
- [ ] You've made a self review of your PR.
- [ ] Pull request contains a test that can help verify its correct behaviour.
163 changes: 98 additions & 65 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Mac OS
.DS_Store

# Built application files
*.apk
*.aar
*.ap_
*.aab

# Files for the ART/Dalvik VM
# Files for the Dalvik VM
*.dex

# Java class files
Expand All @@ -13,81 +14,113 @@
# Generated files
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
releases/
config/detekt/reports/
/new_releases.tmp

# Gradle files
.gradle/
build/
builds/

# Built application files
**/build/
gradlew
gradlew.bat

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/
# Remote Detek config
config/detekt

# Android Studio captures folder
captures/
# Fastlane

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
# Keystore
keystore/*

# Private properties
private.properties

# Sentry properties
sentry.properties

# Test users credentials
**/users.json
**/internal_api.json

# # # # # # # # #
# IDEA SETTINGS #
# # # # # # # # #

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/.name
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries/**
# Do not exclude project Dictionary
!.idea/**/dictionaries/project.xml
.idea/androidTestResultsUserPreferences.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/deploymentTargetDropDown.xml
.idea/deploymentTargetSelector.xml
.idea/vcs.xml
.idea/**/shelf
.idea/runConfigurations.xml
.idea/misc.xml
.idea/appInsightsSettings.xml
.idea/detekt.xml
.idea/kotlinc.xml
.idea/migrations.xml
.idea/other.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/

# Google Services (e.g. APIs or Firebase)
# google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

# Version control
vcs.xml

# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/

# Android Profiling
*.hprof
.idea/*.iml
.idea/modules
*.iml
*.ipr

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

# Git Toolbox plugin
.idea/git_toolbox_prj.xml

# Gradle profiler
gradle-user-home/
profile-out*/

# pass protobuf repo (handled by gradle plugin)
pass/protos/contents-proto-definition

# native libraries
libs/*.aar
pass/**/*.aar

.kotlin/
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

6 changes: 6 additions & 0 deletions .idea/ProtonCore.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/copyright/proton_pass.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions .idea/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading