-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove client side encryption of production API keys (#680)
* Removes `leyndo` dependency from `build.gradle`. * Removes `SimpleCrypt` class. * Removes encryption and `leyndo` installation scripts. * Updates `release-checklist.md` documentation for local production builds. * Updates `deploy.sh` script to assemble production APK on Circle CI. This patch removes client-side API key encryption for production builds. It is to be replaced by request signing and server-side validation prior to launch. #679 Fixes #663
- Loading branch information
1 parent
87414b4
commit e1507b8
Showing
8 changed files
with
5 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97 changes: 0 additions & 97 deletions
97
app/src/main/java/com/mapzen/erasermap/model/SimpleCrypt.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.