Updated Google Summer of Code 2015 (markdown)
parent
3d5783b56e
commit
aff593ad41
|
@ -42,7 +42,7 @@ To help you meet your goals and so that your mentor can better evaluate your pro
|
||||||
|
|
||||||
* Track your progress and milestones on our [issue tracker](https://github.com/open-keychain/open-keychain/issues).
|
* Track your progress and milestones on our [issue tracker](https://github.com/open-keychain/open-keychain/issues).
|
||||||
* Participate in discussions on our mailinglist
|
* Participate in discussions on our mailinglist
|
||||||
* Have a public OpenKeychain branch for your code to which you commit regularly. To this end, you will be granted write access to our repository after we accept your first pull request.
|
* Have a public OpenKeychain branch for your code to which you commit regularly. To this end, you will be granted write access to our repository after we accept your first larger pull request.
|
||||||
* You are encouraged to write blog posts for [our website](http://www.openkeychain.org).
|
* You are encouraged to write blog posts for [our website](http://www.openkeychain.org).
|
||||||
|
|
||||||
Remember: we want you to succeed and we'd like you to stick around.
|
Remember: we want you to succeed and we'd like you to stick around.
|
||||||
|
@ -53,23 +53,27 @@ Remember: we want you to succeed and we'd like you to stick around.
|
||||||
* NetCipher or similar library (OkHttp?) for proxy support and Tor support (shadowing keyserver requests -> more privacy?) (https://github.com/open-keychain/open-keychain/issues/1025)
|
* NetCipher or similar library (OkHttp?) for proxy support and Tor support (shadowing keyserver requests -> more privacy?) (https://github.com/open-keychain/open-keychain/issues/1025)
|
||||||
* Fix pull to refresh with lib: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh / https://github.com/baoyongzhang/android-PullRefreshLayout, or other
|
* Fix pull to refresh with lib: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh / https://github.com/baoyongzhang/android-PullRefreshLayout, or other
|
||||||
* Make pull to refresh a parallel sync with many threads
|
* Make pull to refresh a parallel sync with many threads
|
||||||
* Periodic refresh of keys using a setting, use existing SyncAdapter for periodic schedule
|
* Periodic sync of keys using a setting, use existing SyncAdapter for periodic schedule
|
||||||
* Replace KeyserverPreference with ListView implementation, redesign add and remove
|
* Replace KeyserverPreference with ListView implementation, redesign add and remove
|
||||||
* Verify that DNS support works
|
* Verify that DNS support works
|
||||||
|
|
||||||
## Backup functionality
|
## Backup functionality
|
||||||
* timed reminder
|
* timed reminder
|
||||||
* cloud/imap?
|
* cloud/imap?
|
||||||
|
* Evaluate approaches
|
||||||
|
* https://github.com/jberkel/sms-backup-plus
|
||||||
|
* see Threema, Textsecure backup functionality
|
||||||
|
|
||||||
## p-25519 / eddsa support
|
## p-25519 / eddsa support
|
||||||
* requies support from BouncyCastle, too
|
* requires support from BouncyCastle
|
||||||
|
* see Google's end-to-end
|
||||||
|
* see Internet-Draft http://www.ietf.org/id/draft-koch-eddsa-for-openpgp-01.txt
|
||||||
|
* see GnuPG implementation
|
||||||
|
|
||||||
## More unit tests
|
## More unit tests
|
||||||
* Serious test coverage
|
* Serious test coverage
|
||||||
* (UI optional)
|
* (UI optional)
|
||||||
|
|
||||||
## Better Material Design
|
|
||||||
|
|
||||||
## Tasker Plugin
|
## Tasker Plugin
|
||||||
|
|
||||||
## Keys in DNSSEC/DANE?
|
## Keys in DNSSEC/DANE?
|
||||||
|
|
Loading…
Reference in New Issue