Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

The Katzenpost software project

Katzenpost is a free and open source software project dedicated to researching and developing mix networks so that people can communicate more freely.
Collective - Host: opensource - https://opencollective.com/the-katzenpost-software-project - Website: https://katzenpost.mixnetworks.org/ - Code: https://github.com/katzenpost

Merge branch 'threading_schema_change'

github.com/katzenpost/katzenpost-android-mail - 543fefebaa055158672c4b30fdf5702fc9a80a54 authored almost 12 years ago by cketti <[email protected]>
Close thread view when last message has been moved/deleted

github.com/katzenpost/katzenpost-android-mail - 705ba76509427de8a51b02b6edad65d1abf49727 authored almost 12 years ago by cketti <[email protected]>
Fix copy/move when not in 'single folder mode'

github.com/katzenpost/katzenpost-android-mail - 7a1e52de48092cbffc10865c2740626aafcd76f1 authored almost 12 years ago by cketti <[email protected]>
Rewrite/optimize some SQL statements

github.com/katzenpost/katzenpost-android-mail - 65a5a73737a70137c0c734c5fd36952d4d21ab08 authored almost 12 years ago by cketti <[email protected]>
Fix getFoldersAndUids() for threads

github.com/katzenpost/katzenpost-android-mail - 0a5a33082034938450956fceccfd43f5da756a09 authored almost 12 years ago by cketti <[email protected]>
Optimize setting flags for whole threads

github.com/katzenpost/katzenpost-android-mail - 421558c14888fb8d6f66a18e38314ec4d78afa24 authored almost 12 years ago by cketti <[email protected]>
Merge branch 'wrap_folder_name_2' into folder_search

Conflicts:
src/com/fsck/k9/activity/FolderList.java

github.com/katzenpost/katzenpost-android-mail - 512d67a10ef517d62d19f2ca3fcf95004602cfa4 authored almost 12 years ago by Joe Steele <[email protected]>
Eliminate unused code.

github.com/katzenpost/katzenpost-android-mail - d01ef4f9cb480170cde7d3b5412d8d3cea0933d4 authored almost 12 years ago by Joe Steele <[email protected]>
Update res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - 1b98bd679561299df9caff5d6c1d015d0568defb authored almost 12 years ago by Erkan <[email protected]>
Avoid full table scan when creating the threaded message list

github.com/katzenpost/katzenpost-android-mail - 3ec623c1743937861dd81c8ebf5ab60d61d4c222 authored almost 12 years ago by cketti <[email protected]>
Use separate table to store the thread structure

github.com/katzenpost/katzenpost-android-mail - 1df88ea1531a48a42a107821407b04cc6dc0b9f7 authored almost 12 years ago by cketti <[email protected]>
Switch to using the action bar for folder searches.

Eliminate the old-style search dialog box. A similar change
was previously made when searching ...

github.com/katzenpost/katzenpost-android-mail - fa857f7d09671d79efa683696d1e6e3373b17ece authored almost 12 years ago by Joe Steele <[email protected]>
Use a more appropriate title when diplaying folder search results.

github.com/katzenpost/katzenpost-android-mail - 993b0259067b5015ee000232c22948d1583bf9bd authored almost 12 years ago by Joe Steele <[email protected]>
Switch to using the action bar for folder searches.

Eliminate the old-style search dialog box.

github.com/katzenpost/katzenpost-android-mail - d7cb89880af9c61d4e757410d89713349a72af5a authored almost 12 years ago by Joe Steele <[email protected]>
Remove the progress bar from the message list footer.

More often than not, it's scrolled out of view.
Other progress indicators have been implemented ...

github.com/katzenpost/katzenpost-android-mail - 218823d7b210f2a25a55d390bcdfa19774484262 authored almost 12 years ago by Joe Steele <[email protected]>
Provide progress indicator for searches.

Searches can be slow, so users need an indicator. The indicator is
also used when opening a mes...

github.com/katzenpost/katzenpost-android-mail - 689f69ca49033439a5493c07a220d9927b489fe6 authored almost 12 years ago by Joe Steele <[email protected]>
Fix Issue 2389: Self signed certificate expiry causes silent send/receive failure.

With this fix, a CertPathValidatorException or CertificateException will
create a "Certificate e...

github.com/katzenpost/katzenpost-android-mail - 29f15d715dc47d49939c450d0b6239e720f483c8 authored almost 12 years ago by Joe Steele <[email protected]>
Provide new action bar "find folder" icons

github.com/katzenpost/katzenpost-android-mail - 1ea95028443967799f973e3c1ec72a33cffee63a authored almost 12 years ago by Joe Steele <[email protected]>
Create action buttons to search for folders.

github.com/katzenpost/katzenpost-android-mail - 11ce4fc6eae832e40c1138320d8d8d743f35147e authored almost 12 years ago by Joe Steele <[email protected]>
Readjust settings version number based on current master

github.com/katzenpost/katzenpost-android-mail - 9b851f20e3e93f557c60bf8d03399928ec60a8c3 authored almost 12 years ago by Joe Steele <[email protected]>
Control wrapping of folder names programmatically only

This removes the default settings (ellipsized, single line) from the layout
xml file and impleme...

github.com/katzenpost/katzenpost-android-mail - d5a2c6b5c73462b4ac3b145a5e3464f0ec12a251 authored almost 12 years ago by Joe Steele <[email protected]>
Permit the folder list item to expand vertically.

Prior to this, in cases where the folder name wraps to mulitiple lines,
it could overflow its bo...

github.com/katzenpost/katzenpost-android-mail - 2c20413af6d5568499288e254959de27964b13e7 authored almost 12 years ago by Joe Steele <[email protected]>
Create new preference option for wrapping folder names in folder list view.

Revert to using an ellipsized folder name as the default.

github.com/katzenpost/katzenpost-android-mail - 26fe9b7757880e190fc0639f921abde4ccd0d984 authored almost 12 years ago by Joe Steele <[email protected]>
Issue 1911: Permit folder names to wrap on multiple lines in folder list view so users can see the entire name.

Reduce the default font size used in folder list view to a reasonable size so that long folder p...

github.com/katzenpost/katzenpost-android-mail - 7459f1c6b504d936d41aa30bb25dc4ec585acd50 authored almost 12 years ago by Joe Steele <[email protected]>
Bumped manifest to 4.320

github.com/katzenpost/katzenpost-android-mail - ac6c48c2d8a882370c3cf1bf00e5e2f6a0e2388e authored almost 12 years ago by Jesse Vincent <[email protected]>
Merge pull request #224 from maniac103/extend-folder-menu

Add Refresh' and Settings to folder context menu.

Also add Account Settings to the account co...

github.com/katzenpost/katzenpost-android-mail - 076650f3a399e1e636a7bec92e7eaabaf7b3c0d6 authored almost 12 years ago by Andrew Chen <[email protected]>
Add back account settings to account context menu.

github.com/katzenpost/katzenpost-android-mail - a75947dd879ee6031d1d30dd4f3b6efce6ea39b1 authored almost 12 years ago by Danny Baumann <[email protected]>
Fix notification click behaviour for multiple accounts.

Test case:
- Have two accounts A and B
- Get a mail on A
- Get a mail on B
- Click on the notifi...

github.com/katzenpost/katzenpost-android-mail - 3d14bd53f1721761e83ddef660f3d67f9d68a8bc authored almost 12 years ago by Danny Baumann <[email protected]>
IntelliJ IDEA: Remove unnecessary "library" entry.

github.com/katzenpost/katzenpost-android-mail - b88b4007a871f455a514ff63bfd6cf83e99cc2f1 authored almost 12 years ago by Andrew Chen <[email protected]>
IntelliJ IDEA: Project updates to drag in ckChangeLog.

github.com/katzenpost/katzenpost-android-mail - b3c39a9def78d2e179c6ab9692f57b655393d099 authored almost 12 years ago by Andrew Chen <[email protected]>
Add Maven pom for ckChangeLog.

Out IntelliJ IDEA project is using Maven for dependency management.

github.com/katzenpost/katzenpost-android-mail - ec6e6e18ce16646804b095807d6fca14eca7a4eb authored almost 12 years ago by Andrew Chen <[email protected]>
IntelliJ IDEA: Update android support version per e7964682564e7ea6049c6dee6b4e7f0a569564dc.

github.com/katzenpost/katzenpost-android-mail - 3abfe4832ded536ebdadaed1f289215be301143e authored almost 12 years ago by Andrew Chen <[email protected]>
Merge pull request #223 from maniac103/jb-notifications-followup

Some follow-up fixes for the JB notifications

github.com/katzenpost/katzenpost-android-mail - 190a291e7692dc2a9d34a5c54ac32d5df3d0576a authored about 12 years ago by Andrew Chen <[email protected]>
Add back 'refresh' and 'settings' to folder context menu.

Both items are commonly used even by the average user (and likely both
are used more commonly th...

github.com/katzenpost/katzenpost-android-mail - 4b4412b666649c32be9fa41cd48df4f7370ed4b0 authored about 12 years ago by Danny Baumann <[email protected]>
Documentation and cleanup

- Add Javadoc to new methods and classes
- Get rid of magic number

github.com/katzenpost/katzenpost-android-mail - ada2a9ccb55a3f14ced71b3fd4f05408adabc02a authored about 12 years ago by Danny Baumann <[email protected]>
Some more cleanup

- When the last message of the message list is cleared, clear the whole
notification
- Compare...

github.com/katzenpost/katzenpost-android-mail - 4d075c91ac4f7d3f1162109229dc94750ca12a8b authored about 12 years ago by Danny Baumann <[email protected]>
Fix typo causing a NPE.

github.com/katzenpost/katzenpost-android-mail - cb9cff382f6a431870e955be5ef7ef82b529c320 authored about 12 years ago by Danny Baumann <[email protected]>
Fix build.xml so Jenkins is happy again

github.com/katzenpost/katzenpost-android-mail - aafa26d7de3e68bf1b87d87671f94d498ade6286 authored about 12 years ago by cketti <[email protected]>
Improve notification message list processing

- If a message contained in the inbox list is deleted or read while
there are messages in the ...

github.com/katzenpost/katzenpost-android-mail - 84a5e34537b32fddd29d36ae54b9d6651ac7e4da authored about 12 years ago by Danny Baumann <[email protected]>
Add ckChangeLog to display a change log after an app upgrade

github.com/katzenpost/katzenpost-android-mail - f548e822d64b97ee5f7ac8273ea091141567ce3c authored about 12 years ago by cketti <[email protected]>
Use existing LocalMessage for the JB notifications.

LocalMessage already has a content preview in it; reuse that.
Remove unneeded MimeMessage#getPre...

github.com/katzenpost/katzenpost-android-mail - 5ac3d1d5c26f0752b61a3d9dd5f265f263cadc6d authored about 12 years ago by Andrew Chen <[email protected]>
Override the version and source of android-support-v4 to use the one from API 17.

We can restore this back to normal once Maven Central updates to the latest.

github.com/katzenpost/katzenpost-android-mail - e7964682564e7ea6049c6dee6b4e7f0a569564dc authored about 12 years ago by Andrew Chen <[email protected]>
Update src zip for updated v4 support jar.

github.com/katzenpost/katzenpost-android-mail - a7e3da18c0f3c641f7e6a5775cd9d464930b9588 authored about 12 years ago by Andrew Chen <[email protected]>
Bumped manifest to 4.319

github.com/katzenpost/katzenpost-android-mail - 9c5a11eacfe17ed6b9a9c348acce3820670c0d95 authored about 12 years ago by Jesse Vincent <[email protected]>
Remove unused import

github.com/katzenpost/katzenpost-android-mail - e32909c57ad3a36a82a3b4df44693562c8e64ce8 authored about 12 years ago by Andrew Chen <[email protected]>
Merge pull request #222 from maniac103/jb-notifications

Merge branch 'jb-notifications' of https://github.com/maniac103/k-9

* 'jb-notifications' of htt...

github.com/katzenpost/katzenpost-android-mail - 1ff0bb6289e6fbf2dcb02e624ca68939895edb39 authored about 12 years ago by Andrew Chen <[email protected]>
Bumped manifest to 4.318

github.com/katzenpost/katzenpost-android-mail - 3203b467863c427f11b3f57322b660627513c15d authored about 12 years ago by Jesse Vincent <[email protected]>
Strip off signatures from preview.

github.com/katzenpost/katzenpost-android-mail - 45328189f33d0b245f5673d58dcf3610f71f39d5 authored about 12 years ago by Danny Baumann <[email protected]>
Reset list of unseen messages when the user clears the notification.

github.com/katzenpost/katzenpost-android-mail - 7e1e38189d4f0895abb8c626231cfa0c774c838b authored about 12 years ago by Danny Baumann <[email protected]>
Fetch the simple name of the class instead of doing regex dances.

github.com/katzenpost/katzenpost-android-mail - d7d562bd58aec8bfbef72d30a27a444146718ab4 authored about 12 years ago by Andrew Chen <[email protected]>
In the new-style notification, directly go to message if new message

count is 1.

This matches what is displayed in the notification itself.

github.com/katzenpost/katzenpost-android-mail - aaa65a457e59fa72deda56abbc828bd9c7a153f9 authored about 12 years ago by Danny Baumann <[email protected]>
Cancel notification when viewing message by clicking on notification.

github.com/katzenpost/katzenpost-android-mail - e17e9b93443c29118eb08acc519ec657cc5eb026 authored about 12 years ago by Danny Baumann <[email protected]>
Directly go to message when clicking on a single-message notification.

github.com/katzenpost/katzenpost-android-mail - ef93f0af6c5a809917d0a39f7380fbbbe9af7c1d authored about 12 years ago by Danny Baumann <[email protected]>
Fix message overflow.

github.com/katzenpost/katzenpost-android-mail - d9cc0446b67892e269c3604ecb5d2fc1262a8eb3 authored about 12 years ago by Danny Baumann <[email protected]>
Incorporate review comments.

github.com/katzenpost/katzenpost-android-mail - 6f7ec3e401ae68d9f876f01a629d686658f3395b authored about 12 years ago by Danny Baumann <[email protected]>
Some fixes to notification behaviour.

- Make notification high priority if any previewed message is flagged
- Fix message ordering
- G...

github.com/katzenpost/katzenpost-android-mail - b334960355924298f109b8c6deecaec11d3d31dc authored about 12 years ago by Danny Baumann <[email protected]>
Add German translation for message delete notification action.

github.com/katzenpost/katzenpost-android-mail - be38d9eb17c538164a4229b9c1d9da0bcfaf9b98 authored about 12 years ago by Danny Baumann <[email protected]>
Add delete action to notification.

github.com/katzenpost/katzenpost-android-mail - 0bf3dddafcabee9866e163d2cd066785b3ea2c06 authored about 12 years ago by Danny Baumann <[email protected]>
Delete "sample" and "extras" of Android-PullToRefresh

github.com/katzenpost/katzenpost-android-mail - 736b04e1810abab34908a935accb354f118bc2eb authored about 12 years ago by cketti <[email protected]>
Update Android-PullToRefresh to v2.1.1

github.com/katzenpost/katzenpost-android-mail - 186379cbd05bcd5b22ea912ec4846d6bb44298bc authored about 12 years ago by cketti <[email protected]>
Update summarized notification if a message is deleted or read remotely.

github.com/katzenpost/katzenpost-android-mail - 220a2da195dc15c30dede0eb2df556ab127b5be5 authored about 12 years ago by Danny Baumann <[email protected]>
Fixed deprecation warnings.

github.com/katzenpost/katzenpost-android-mail - 3e0cbb1bb6da6d5dc283ab46aa6a00215efc03c0 authored about 12 years ago by Danny Baumann <[email protected]>
If we have to surface Java exceptions to the user, make them more readable.

github.com/katzenpost/katzenpost-android-mail - 1767c3428eb758be2c76918c172948acdc69777c authored about 12 years ago by Andrew Chen <[email protected]>
Merge pull request #221 from jkinnunen/UpdatedFinnishTranslation

Finnish translation updated

github.com/katzenpost/katzenpost-android-mail - dadb96607006ce3d6c5cd8756bf0b016ca01c2f7 authored about 12 years ago by Andrew Chen <[email protected]>
Simplify code and beautify pre-jellybean notifications by using bold

sender span for those.

github.com/katzenpost/katzenpost-android-mail - 42605a7ea9eca4b47808bfcae4f613ae0e013c7a authored about 12 years ago by Danny Baumann <[email protected]>
Respect "Show contact names" option when determining sender for

notification.

Fixes #4765.

github.com/katzenpost/katzenpost-android-mail - be68a6cbe69e1326017c079d4cfb70a2a20e8bbb authored about 12 years ago by Danny Baumann <[email protected]>
Fix marking messages as read from notification.

MessagingController.setFlag(Account, List<Long>, Flag, boolean, boolean)
expects database IDs, w...

github.com/katzenpost/katzenpost-android-mail - c0e0ac9d343a9795544bf9b3079d18b41c2a05d1 authored about 12 years ago by Danny Baumann <[email protected]>
Add German translation for new strings.

github.com/katzenpost/katzenpost-android-mail - 2159f1c9bd34c87cc102111a1b1c03665521d7d6 authored about 12 years ago by Danny Baumann <[email protected]>
Add actions to notifications.

- If there's only a single message in the notification, add 'Reply' and
'Read' (marks as read)...

github.com/katzenpost/katzenpost-android-mail - 8cee3ee18d946fe3f82c3da3367f03c7234491e0 authored about 12 years ago by Danny Baumann <[email protected]>
First stab at new notifications.

github.com/katzenpost/katzenpost-android-mail - 694a46c6c1be54f7a5e891d143b86c4e975e01b2 authored about 12 years ago by Danny Baumann <[email protected]>
Remove own Notification.Builder abstraction.

Replace it by NotificationCompat.Builder, which is in the support
library we're using anyway.

github.com/katzenpost/katzenpost-android-mail - 565fef0cea34e463028b2ec97e717f952026273a authored about 12 years ago by Danny Baumann <[email protected]>
Update android support library to latest version.

github.com/katzenpost/katzenpost-android-mail - 68dfde00f13bf13f9c5212e10146c437e5aa9b5a authored about 12 years ago by Danny Baumann <[email protected]>
Finnish translation updated

github.com/katzenpost/katzenpost-android-mail - bcb86a2988e56d55e833a7050ac7e26380a3fa81 authored about 12 years ago by Jani Kinnunen <[email protected]>
Merge pull request #220 from rk4an/master

Update res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - aa0cd26fd00ca7a1f1185e448e557a342927d738 authored about 12 years ago by Andrew Chen <[email protected]>
Update res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - 619ed98ed3de31541de31c9296f244b94a4f28f2 authored about 12 years ago by Erkan <[email protected]>
One-liner to clean up translations.

We shouldn't have to write the same one-liner over and over again.

github.com/katzenpost/katzenpost-android-mail - 5188fc37e5a7bd9b228ea8427e29894f6cea628b authored about 12 years ago by Andrew Chen <[email protected]>
Add interaction_preferences back. Remove localization of other strings from d06e7728d785c883271e4d51303369e472c1ebab

github.com/katzenpost/katzenpost-android-mail - e123d378f41bab415e4a4b9d863452edc45c8b4f authored about 12 years ago by Andrew Chen <[email protected]>
Enable K9.DEBUG if a debugger is attached.

Allows debugging to be enabled from the get-go on fresh installs before we can get to the prefer...

github.com/katzenpost/katzenpost-android-mail - b0171c69aa25555bffaee2e020a33d3465f99d92 authored about 12 years ago by Andrew Chen <[email protected]>
No functional changes; whitespace only.

github.com/katzenpost/katzenpost-android-mail - c63a756500dec584a11f5d846b2790e57eafc0b3 authored about 12 years ago by Andrew Chen <[email protected]>
Outlook 2013 uses a new color for the quote divider. Updating to match The New Hotness™.

github.com/katzenpost/katzenpost-android-mail - c6beeacb7d82951198f493e013f930b7f97ff72e authored about 12 years ago by Andrew Chen <[email protected]>
Remove unused strings from c530a00e5b01f88faea1e6ea0cee6839786557a7.

github.com/katzenpost/katzenpost-android-mail - d06e7728d785c883271e4d51303369e472c1ebab authored about 12 years ago by Andrew Chen <[email protected]>
Don't try to save crypto settings if they weren't enabled.

github.com/katzenpost/katzenpost-android-mail - 3462532f7cf307ae999a527e53363bd5e81531b4 authored about 12 years ago by Andrew Chen <[email protected]>
Disable Cryptography setup menu if APG isn't installed.

github.com/katzenpost/katzenpost-android-mail - bcc29632e9c2226480d2cf7372c6fa53dc815980 authored about 12 years ago by Andrew Chen <[email protected]>
Unify some Account Settings into General Settings and Reading Mail settings

Eliminate the "Interaction" account setting category, which only had one setting under it.

github.com/katzenpost/katzenpost-android-mail - c530a00e5b01f88faea1e6ea0cee6839786557a7 authored about 12 years ago by Andrew Chen <[email protected]>
IntelliJ IDEA: 12.0 updates.

github.com/katzenpost/katzenpost-android-mail - 26e5d89ddd39f371b4472b94009fc3777ef4a17b authored about 12 years ago by Andrew Chen <[email protected]>
Fix crash when deleting all messages in a thread

Fixes issue 4772

github.com/katzenpost/katzenpost-android-mail - 3f84bb54f22593b0f1e629dae1fe91320b49b0cb authored about 12 years ago by cketti <[email protected]>
Fix "disappearing threads" bug

List threads regardless whether or not the thread root was deleted.

github.com/katzenpost/katzenpost-android-mail - 99e7d5a692836e837c50943e902de4f988994a5f authored about 12 years ago by cketti <[email protected]>
Merge pull request #218 from justdave/issue4771

Fix issue 4771 - work around > getting included in URLs when linkifying text/plain emails

github.com/katzenpost/katzenpost-android-mail - 3b519adf40f1e8ab540c96775874a0f89e0755a1 authored about 12 years ago by cketti <[email protected]>
Fix issue 4771 - work around > getting included in URLs when linkifying text/plain emails

github.com/katzenpost/katzenpost-android-mail - f282386ab06d0a36c06195d7dd75e4a0e897bad1 authored about 12 years ago by David Miller <[email protected]>
Convert translations of 'accounts_welcome' to HTML

github.com/katzenpost/katzenpost-android-mail - e7be8151fef7871c6b468e73a40c4aef38498de9 authored about 12 years ago by cketti <[email protected]>
Use HTML to format welcome message / make URL clickable

github.com/katzenpost/katzenpost-android-mail - caa26311f125285a58cd97df2329adbbc324a7de authored about 12 years ago by cketti <[email protected]>
Add missing @Override annotation and whitespace fixes

github.com/katzenpost/katzenpost-android-mail - 5f638a02e2a715e61ed6e005cd488cfb08909ba5 authored about 12 years ago by cketti <[email protected]>
fixed last commit

github.com/katzenpost/katzenpost-android-mail - f79383149866052fce173675a4dc54e21d941f63 authored about 12 years ago by ashley willis <[email protected]>
Merge pull request #217 from rk4an/patch-1

Update res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - 5d97da9f34d93c58d639269c2e63dc86e3fb999a authored about 12 years ago by Andrew Chen <[email protected]>
Update res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - d3d7adabd9df78c2d4e05b851f49ab4ba6b2861f authored about 12 years ago by Erkan <[email protected]>
PullToRefresh: use setMode() to restore mode in onRestoreInstanceState()

When restoring a mode != DISABLED with the current mode being DISABLED
the header and/or footer ...

github.com/katzenpost/katzenpost-android-mail - efd1c5b4a980881f9e8e33fc966ed623d7f05da2 authored about 12 years ago by cketti <[email protected]>
Fetch in-reply-to header when downloading envelope on IMAP accounts

github.com/katzenpost/katzenpost-android-mail - bcd52a67072c55c1a4f1457e2985fd523a49965c authored about 12 years ago by cketti <[email protected]>