Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
FlowCrypt
/
flowcrypt-android
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
95
Code
Issues
112
Pull requests
13
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Issue 1100 decrypt atts with kotlin
- #1225
#1225
Merged
DenBond7
merged 16 commits into
master
FlowCrypt/flowcrypt-android:master
from
issue_1100_decrypt_atts_with_kotlin
FlowCrypt/flowcrypt-android:issue_1100_decrypt_atts_with_kotlin
Copy head branch name to clipboard
May 19, 2021
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Issue 1100 decrypt atts with kotlin
#1225
DenBond7
merged 16 commits into
master
FlowCrypt/flowcrypt-android:master
from
issue_1100_decrypt_atts_with_kotlin
FlowCrypt/flowcrypt-android:issue_1100_decrypt_atts_with_kotlin
Copy head branch name to clipboard
Commits
Commits on May 11, 2021
Added an ability to decrypt attachments with PGPainless. Removed 3Mb restriction for encrypted attachments. Refactored code.| #1100
DenBond7
committed
d8d9c88
View commit details
Copy full SHA for d8d9c88
Browse repository at this point
Added PgpDecrypt.| #1100
DenBond7
committed
ed2141e
View commit details
Copy full SHA for ed2141e
Browse repository at this point
Added handling some errors.| #1100
DenBond7
committed
044ea69
View commit details
Copy full SHA for 044ea69
Browse repository at this point
Commits on May 12, 2021
Modified PgpDecrypt.decrypt() to return OpenPgpMetadata as result.| #1100
DenBond7
committed
e5b81d0
View commit details
Copy full SHA for e5b81d0
Browse repository at this point
Fixed wrongly added code.| #1100
DenBond7
committed
1380df4
View commit details
Copy full SHA for 1380df4
Browse repository at this point
Improved streams usage in AttachmentDownloadManagerService.| #1100
DenBond7
committed
047b2d5
View commit details
Copy full SHA for 047b2d5
Browse repository at this point
Reverted back changes in PgpMsg.| #1100
DenBond7
committed
7087c61
View commit details
Copy full SHA for 7087c61
Browse repository at this point
Added PgpDecryptTest(not completed).| #1100
DenBond7
committed
884d228
View commit details
Copy full SHA for 884d228
Browse repository at this point
Improved TemporaryFolder.createFileWithGivenSize to use really random data.| #1100
DenBond7
committed
3f084d2
View commit details
Copy full SHA for 3f084d2
Browse repository at this point
Added PgpDecryptTest.testDecryptionErrorWrongPassphrase().| #1100
DenBond7
committed
303c93c
View commit details
Copy full SHA for 303c93c
Browse repository at this point
Commits on May 13, 2021
Modified tests.| #1100
DenBond7
committed
0b297c1
View commit details
Copy full SHA for 0b297c1
Browse repository at this point
Added using a regex pattern to detect encrypted attachments.| #1100
DenBond7
committed
0ff9243
View commit details
Copy full SHA for 0ff9243
Browse repository at this point
Removed unused resources.| #1100
DenBond7
committed
a2bdc4c
View commit details
Copy full SHA for a2bdc4c
Browse repository at this point
Commits on May 17, 2021
Fixed "EOF" issue.| #1100
DenBond7
committed
32dc11b
View commit details
Copy full SHA for 32dc11b
Browse repository at this point
Commits on May 19, 2021
Refactored code.| #1100
DenBond7
committed
3abe008
View commit details
Copy full SHA for 3abe008
Browse repository at this point
Fixed PgpMsgTest after refactoring.| #1100
DenBond7
committed
6c5dd1c
View commit details
Copy full SHA for 6c5dd1c
Browse repository at this point
You can’t perform that action at this time.