summaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
AgeCommit message (Collapse)Author
2020-08-13Update R8 rules (#1017)Fabian Henneke
Removes superfluous dontwarn rules, adds relevant new ones and removes a keep rule for SearchView that has meanwhile been added to the dependency.
2020-08-11Uprev Gradle and dependencies (#1007)Harsh Shandilya
* build: uprev Gradle Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * build: uprev dependencies Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * app/proguard: remove Tink rules I'm assuming the R8 problems fixed by the Tink upgrade cover this as well Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-06-25build: uprev all dependencies (#882)Harsh Shandilya
* build: uprev all dependencies Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * proguard: add keep rule for WhatTheStack sigh Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-06-11Dependency updates (#844)Harsh Shandilya
* build: uprev dependencies, add leakcanary plumber to patch leaks at runtime Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * build: upgrade security-crypto Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * build: fix copypasta fail Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-05-28Use SSHJ for SSH public key authentication (#801)Fabian Henneke
2020-01-01Update proguard configuration (#605)Harsh Shandilya
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-12-16Fix release builds (#601)Harsh Shandilya
* proguard: Don't obfuscate stacktraces * Deploy snapshots from this branch * PasswordRepository: Handle uninitialized settings * Keep classes that are used in parcels * Revert "Deploy snapshots from this branch" This reverts commit 66918ca2b90dbf7629bd56606eb3d3f578d96105. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-07-16proguard: Fix SearchView FQCNHarsh Shandilya
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2015-07-21fix release build crashMatthew Wong
2015-07-19enable proguard and versions bumpsv1.2.0.24Mohamed Zenadi
2015-05-17fix #85, use key_ids correctlyMohamed Zenadi
as bonus, guava and retrolambda! Nicer code
2014-07-24initial commitZeapo