You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app
Michael Comella 090650485f For #15279: remove redundant lazy wrapper from storage APIs.
They're currently lazy { lazy { value } }. Accessing `lazy.value`
directly allows us to make it lazy { value }. This should be more
performant and prevents us from double-counting these components.
4 years ago
..
sampledata For #7092: Add initial Migration UI 4 years ago
src For #15279: remove redundant lazy wrapper from storage APIs. 4 years ago
.gitignore Initializes Android project 6 years ago
build.gradle Closes #16256: Introduce build flag for "Mozilla Online" variant. 4 years ago
lint-baseline.xml For #15280 - review: add license to lint-baseline.xml. 4 years ago
lint.xml For #15644: escalate many Performance check severity in lint.xml. 4 years ago
metrics.yaml For # 15929: Remove the search widget discoverability experiment. (#16081) 4 years ago
pings.yaml For #11392: Rename Installation ping to FirstSession (#11869) 4 years ago
proguard-android-optimize-3.5.0-modified.txt Proguard/r8: Do not allow access modification. 4 years ago
proguard-rules.pro For #14735: Remove debug logs from release build. (#15747) 4 years ago