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

Restore settings to configure remote search

github.com/katzenpost/katzenpost-android-mail - 9cbbd063526965813704a1d892afd77c7b60c293 authored about 12 years ago by cketti <[email protected]>
Treat mailto-URI parameters case-insensitive

RFC 6068 defines these parameters case-insensitive, yet we only
supported lower-case values beca...

github.com/katzenpost/katzenpost-android-mail - a86354be7dfdedeeef9985a2c6d7de6493a08ee7 authored about 12 years ago by András Veres-Szentkirályi <[email protected]>
added 'init' target to build.xml which initializes the submodules, and is a depends for overridden debug target.

github.com/katzenpost/katzenpost-android-mail - 900959c0d5b494583ef46d616dc60faa80340742 authored about 12 years ago by ashley willis <[email protected]>
Merge branch 'master' into content_provider

github.com/katzenpost/katzenpost-android-mail - 9814833008c81f4c131cc7cbf2409fa7e6eac014 authored about 12 years ago by cketti <[email protected]>
Avoid endless loop via Handler

github.com/katzenpost/katzenpost-android-mail - 246ed6990cf6ea9283672839dfd57dc058f697c8 authored about 12 years ago by cketti <[email protected]>
Bumped manifest to 4.311

github.com/katzenpost/katzenpost-android-mail - 7c2aa3920211e1684a8597f2dd12f2f1f65524aa authored about 12 years ago by Jesse Vincent <[email protected]>
Traditional Chinese update

github.com/katzenpost/katzenpost-android-mail - 9187b00b17bf2e694281252d4f4c8f930bfac78a authored about 12 years ago by Leo Yang <[email protected]>
Get the Folder list to use the new common icons

github.com/katzenpost/katzenpost-android-mail - 9be4efe58f24c682aa3ac58ae0c5b7e3ecbc7893 authored about 12 years ago by Jesse Vincent <[email protected]>
refactor a common component

github.com/katzenpost/katzenpost-android-mail - e318b5483ac9e4eb576f7b8b9ee41af57a84e6f7 authored about 12 years ago by Jesse Vincent <[email protected]>
Clean up the icons in account list

github.com/katzenpost/katzenpost-android-mail - 446cda8618888bb8a021619ad6ea8f6e6356175f authored about 12 years ago by Jesse Vincent <[email protected]>
Slightly better whitespace symmetry in the messagelist

github.com/katzenpost/katzenpost-android-mail - a47a8c2ccd2ff0b928e343b927e3e315cecd2bd6 authored about 12 years ago by Jesse Vincent <[email protected]>
Updated Japanese translation. catch up with 952c407.

github.com/katzenpost/katzenpost-android-mail - 9ae4a6b3dc2e9d6f7ee33e086864c0d589e12812 authored about 12 years ago by Koji Arai <[email protected]>
Merge branch 'master' into content_provider

Conflicts:
src/com/fsck/k9/activity/MessageList.java
src/com/fsck/k9/fragment/MessageListFragm...

github.com/katzenpost/katzenpost-android-mail - d209c0cce362e86fc9b0b70180bfcd7b690eaea2 authored about 12 years ago by cketti <[email protected]>
Make the message selection code use the unique (Cursor) ID

github.com/katzenpost/katzenpost-android-mail - 52bfea65d1920a88fbeb6038854eb444518bbafa authored about 12 years ago by cketti <[email protected]>
Removed unused column from projection

github.com/katzenpost/katzenpost-android-mail - f02d265f604745100f32a202c16a881404bc0bc7 authored about 12 years ago by cketti <[email protected]>
Should change Bcc address when Identity changed.

github.com/katzenpost/katzenpost-android-mail - c0cb734288f43b2f571adbbe57ee59b059320c6e authored about 12 years ago by Koji Arai <[email protected]>
Copy/move all messages in a thread when copying/moving placeholder

github.com/katzenpost/katzenpost-android-mail - d530b20e2b3e0db1917df9a3f10d70c5cbc57e3f authored about 12 years ago by cketti <[email protected]>
Clean up method copyOrMove()

github.com/katzenpost/katzenpost-android-mail - dfbfaf48dd2cc8dcab4ecbe18d172e063052f8c4 authored about 12 years ago by cketti <[email protected]>
Avoid converting lists to arrays when possible

github.com/katzenpost/katzenpost-android-mail - c231b732acc89d1a16689319f43056b988138205 authored about 12 years ago by cketti <[email protected]>
Group messages by account when moving to spam/archive folder

github.com/katzenpost/katzenpost-android-mail - 46feb8b9d0557ee6e9141e03bd4be5f29770535d authored about 12 years ago by cketti <[email protected]>
Make flag operations work on all messages in a thread

github.com/katzenpost/katzenpost-android-mail - 02aeccdedcbcd4790442abef7fea1a4e0c4b2064 authored about 12 years ago by cketti <[email protected]>
Retain selected messages when message list is reloaded

github.com/katzenpost/katzenpost-android-mail - 7a266dcbdfe12a343fd54add084d7e16807cc09b authored about 12 years ago by cketti <[email protected]>
Fix deleteThreadsSynchronous()

github.com/katzenpost/katzenpost-android-mail - 36b572fa5f369945bf5ed23d80433d0bd95193b5 authored about 12 years ago by cketti <[email protected]>
Fix computeBatchDirection()

github.com/katzenpost/katzenpost-android-mail - fb5e8eea84912e9a31467c2fe9bca7e0ae0327fe authored about 12 years ago by cketti <[email protected]>
Delete all messages in a thread when 'delete' is used on the placeholder

github.com/katzenpost/katzenpost-android-mail - e339dd1f1098d5a2bc19ac0e20bb10307e497f09 authored about 12 years ago by cketti <[email protected]>
Don't create (throw-away) Message objects when starting action mode

github.com/katzenpost/katzenpost-android-mail - 966794f169f9a88f311807dae822ff2966112094 authored about 12 years ago by cketti <[email protected]>
Include number of messages in a thread in number of selected messages

Selecting a placeholder message will select all messages in its thread.

github.com/katzenpost/katzenpost-android-mail - db3ea36978feb56013d24d5380df27f61eee4413 authored about 12 years ago by cketti <[email protected]>
Fix JOIN-condition when searching for messages

github.com/katzenpost/katzenpost-android-mail - 2e1d25118a3d256191dd1801521c94bde561e8d3 authored about 12 years ago by cketti <[email protected]>
Fix search for Unified Inbox

We don't want to list the Inbox contents of all accounts but the
contents of folders whose "Unif...

github.com/katzenpost/katzenpost-android-mail - 08b361ed3693ccb472f754bbab29fa0cc1b34fc6 authored about 12 years ago by cketti <[email protected]>
Fix edge case in MergeCursor

github.com/katzenpost/katzenpost-android-mail - a54666e0201cf56adc6b635cc76fff1e286269b0 authored about 12 years ago by cketti <[email protected]>
Make search also search the message contents

github.com/katzenpost/katzenpost-android-mail - b0ef68dfedb6ed994959e0ab63077673715842a4 authored about 12 years ago by cketti <[email protected]>
IntelliJ IDEA: 11.1.4 updates.

github.com/katzenpost/katzenpost-android-mail - 1abc8619b15f4e3a8de144ff3ce4727a97b39a47 authored about 12 years ago by Andrew Chen <[email protected]>
Reorder the accounts menu for consistency with the message list menu

github.com/katzenpost/katzenpost-android-mail - 21c5ab5d144937809c2b0e4e0fdcbd778ca374f9 authored about 12 years ago by Jesse Vincent <[email protected]>
Provide menu option to search messages.

Recent phones frequently do not have a hardware search key, so
there is no way to initiate a sea...

github.com/katzenpost/katzenpost-android-mail - f70d8354043214e543bec1bd9bc149efe6b05b9e authored about 12 years ago by Joe Steele <[email protected]>
Hide remote search UI elements

Remote search is currently not working

github.com/katzenpost/katzenpost-android-mail - 0baffd05c87847864deaf07372fc36b21c6921ca authored about 12 years ago by cketti <[email protected]>
Restore show next/previous message functionality in MessageView

This is just a temporary fix. In the future we want to get rid of
passing the serialized message...

github.com/katzenpost/katzenpost-android-mail - 968d948dd098f032f3d1a47a613ab96388932f21 authored about 12 years ago by cketti <[email protected]>
Extract generation of SQL queries for searches to SqlQueryBuilder

github.com/katzenpost/katzenpost-android-mail - 303c1ee85d3d8983554e8db8853935cef6238755 authored about 12 years ago by cketti <[email protected]>
Add global setting to enable/disable threaded view

github.com/katzenpost/katzenpost-android-mail - 5778d135fbf6dc434fd0cb673eea7cc2d9b7814e authored about 12 years ago by cketti <[email protected]>
Replace call to method only available with API 9 and higher

github.com/katzenpost/katzenpost-android-mail - 889e2502be50b53bbb1c7d9112b6d2ff31c843eb authored about 12 years ago by cketti <[email protected]>
Clone LocalSearch object before modifying it for unread/starred search

github.com/katzenpost/katzenpost-android-mail - 65b3a5734056a4941f444001825b186d2380037b authored about 12 years ago by cketti <[email protected]>
Do sorting in MergeCursor when merging the query results

Disabled "sort by sender" for now because the database can't sort by
contact names from the cont...

github.com/katzenpost/katzenpost-android-mail - faa666394ce0bf9e4239869ee194991d2f3308f1 authored about 12 years ago by cketti <[email protected]>
Move MessageInfoHolder comparator to MessageProvider

The MessageInfoHolder comparators aren't used in MessageListFragment
anymore.

github.com/katzenpost/katzenpost-android-mail - d74ca8c8ce869ad63465551507e12668ef8faee8 authored about 12 years ago by cketti <[email protected]>
Switch MergeCursor from using a List to an array

github.com/katzenpost/katzenpost-android-mail - 08fba5468fca507e003e7698feab55cbb0bb5f1f authored about 12 years ago by cketti <[email protected]>
Fix message sorting for message lists of a single account

To support sorting of message lists spanning multiple accounts (e.g.
Unified Inbox) we need a Me...

github.com/katzenpost/katzenpost-android-mail - 49a5a3b7ff733aa945e4efa4c035a5b447288857 authored about 12 years ago by cketti <[email protected]>
Make LocalStore.searchForMessages() skip empty messages

github.com/katzenpost/katzenpost-android-mail - d703286833a03b692ec55f115fe3a14fde2561c2 authored about 12 years ago by cketti <[email protected]>
"Select all" now won't start selection mode when there are no messages

github.com/katzenpost/katzenpost-android-mail - 613ef6ced253561508ae287a449a18cac02950ae authored about 12 years ago by cketti <[email protected]>
Don't display threaded message list for filtered views

github.com/katzenpost/katzenpost-android-mail - 508e9e8aa669075852a2e5906d3613177fcd0730 authored about 12 years ago by cketti <[email protected]>
Only show message list footer when displaying a single folder

github.com/katzenpost/katzenpost-android-mail - c7a2080b34abcfc3f4f25c3d31552a2bccbeb511 authored about 12 years ago by cketti <[email protected]>
Add database indices for thread columns in 'messages' table

github.com/katzenpost/katzenpost-android-mail - 1fcce6fb8a22f2d538ea05d5b4e48d1c998e03c1 authored about 12 years ago by cketti <[email protected]>
Removed LocalStore hack introduced in 16d2326

github.com/katzenpost/katzenpost-android-mail - 3bef05b55d670fcafdaaaa859ec7bd35feb0ef5e authored about 12 years ago by cketti <[email protected]>
Fix pull to refresh for normal list vs. "remote search"-able

github.com/katzenpost/katzenpost-android-mail - cba9d8fc88acdc71b1a367edcc04e7b371911c18 authored about 12 years ago by cketti <[email protected]>
Notify observers (e.g. CursorAdapter) when the messages table changed

github.com/katzenpost/katzenpost-android-mail - 1b98ce57e14bc67ffa1bdade1e7954a5576b2bc5 authored about 12 years ago by cketti <[email protected]>
Add threading support to content provider

github.com/katzenpost/katzenpost-android-mail - 95b39c71d2539061ef2c93669a228e1b70f8a1a7 authored about 12 years ago by cketti <[email protected]>
Fix display of named searches (e.g. "Unified Inbox")

github.com/katzenpost/katzenpost-android-mail - 05a2571570a8ac639e361475049bc4a484f4bf79 authored about 12 years ago by cketti <[email protected]>
Clean up pt-BR translation

github.com/katzenpost/katzenpost-android-mail - 9d802e807e11958e3e0291d4c140beee4053dbc5 authored about 12 years ago by cketti <[email protected]>
Merge commit '68b6df6e1c0a683b195e90d7fe6fddce1c418edd'

github.com/katzenpost/katzenpost-android-mail - 24b100dfc3ccfee1cd4e6efec4e38f6d8cd4dde9 authored about 12 years ago by cketti <[email protected]>
Merge commit 'e482e32ee4cc224db6cfed6f33bea26b27710bf8'

github.com/katzenpost/katzenpost-android-mail - b373dec04e759c94e720fd9650372ad8bfbfce6d authored about 12 years ago by cketti <[email protected]>
Restore TCP port value in incoming/outgoing server settings screens

Special thanks to zjw for the detailed analysis of this bug:
https://github.com/k9mail/k-9/pull/193

github.com/katzenpost/katzenpost-android-mail - 6af48bd262dbf8b29af877e7bc9c59c6ded00e5c authored about 12 years ago by cketti <[email protected]>
Fix italian translation

github.com/katzenpost/katzenpost-android-mail - 1ac666bbd19712faa5bc58a7caf6389349fc62eb authored about 12 years ago by cketti <[email protected]>
Fix message list when no search condition is given (All messages)

github.com/katzenpost/katzenpost-android-mail - 93ef3a7b0fba7f1f2fc569c5c11f40777f262553 authored about 12 years ago by cketti <[email protected]>
Make (de)serialization work when LocalSearch has no search conditions

github.com/katzenpost/katzenpost-android-mail - f093b84142dc3df06d352d8fc91701937522f44b authored about 12 years ago by cketti <[email protected]>
Added ability to display special folders combining multiple accounts

github.com/katzenpost/katzenpost-android-mail - 1d655f5bc2ad129ec2ec36459da941969ff77acb authored about 12 years ago by cketti <[email protected]>
Update res/values-pt-rBR/strings.xml

github.com/katzenpost/katzenpost-android-mail - 68b6df6e1c0a683b195e90d7fe6fddce1c418edd authored about 12 years ago by Marcio Zomb13 <[email protected]>
Fixed LocalSearch.addAllowedFolder()

We need to use the node returned by add() as new root node.

github.com/katzenpost/katzenpost-android-mail - fff94956f4fda33468b65ad535da202e387ae545 authored about 12 years ago by cketti <[email protected]>
Revert changing the default value for debug logging

github.com/katzenpost/katzenpost-android-mail - 502771dd0e0b8d382adc568b682394216bba9ea2 authored about 12 years ago by cketti <[email protected]>
Merge branch 'new_search_framework' into content_provider

Conflicts:
src/com/fsck/k9/fragment/MessageListFragment.java

github.com/katzenpost/katzenpost-android-mail - 83d5102f3d4d06e49fb20a55d4fee1c173588d51 authored about 12 years ago by cketti <[email protected]>
Update res/values-pt-rBR/strings.xml

Another update (there are many new strings), i will make some updates later.
Thanks.

github.com/katzenpost/katzenpost-android-mail - e482e32ee4cc224db6cfed6f33bea26b27710bf8 authored about 12 years ago by Marcio Zomb13 <[email protected]>
Merge pull request #192 from voda/patch-1

typo in czech translation

github.com/katzenpost/katzenpost-android-mail - 795540e6a50f9eb0bdbd99ce7173268efb322e70 authored about 12 years ago by cketti <[email protected]>
Cleaned up pt-BR translation

github.com/katzenpost/katzenpost-android-mail - 44004343027ccdd743a308e4ac924a5015371edc authored about 12 years ago by cketti <[email protected]>
Merge commit '3033447c90877a221473f2c207fe4a784541854c'

github.com/katzenpost/katzenpost-android-mail - c8ed05f895033f221df3fabe4391fc1bd6377e63 authored about 12 years ago by cketti <[email protected]>
Merge commit 'cf223dd18036d5bcb67703a4a3c51e834b19aa26'

github.com/katzenpost/katzenpost-android-mail - 18831fc634442346f8374887856d34b8af03b3d5 authored about 12 years ago by cketti <[email protected]>
Removed credits from the hungarian translation

We don't credit translators (or developers) inside the app.

github.com/katzenpost/katzenpost-android-mail - e293ff3257023673810ea63b2fae04d4a4ef2e1f authored about 12 years ago by cketti <[email protected]>
Merge commit 'b24e7e3d57ccc3c37ecdac73b51d552e038a255d'

github.com/katzenpost/katzenpost-android-mail - cb41ae36c3d3569e7c5b6fcc4abf6e09867def72 authored about 12 years ago by cketti <[email protected]>
Switched to ContentProvider and CursorLoader to display the message list

github.com/katzenpost/katzenpost-android-mail - cc74a2ad2e1676d4a187fc0a8bea60cd91ba41aa authored about 12 years ago by cketti <[email protected]>
Update res/values-pt-rBR/strings.xml

Big update on new strings! Please add them!

github.com/katzenpost/katzenpost-android-mail - cf223dd18036d5bcb67703a4a3c51e834b19aa26 authored about 12 years ago by marciozomb13 <[email protected]>
Update res/values-pt-rBR/strings.xml

Update 15/10/2012

github.com/katzenpost/katzenpost-android-mail - 3033447c90877a221473f2c207fe4a784541854c authored about 12 years ago by marciozomb13 <[email protected]>
Update res/values-hu/strings.xml

Hi!

I'm RootRulez. I translated some strings to hungarian.

Best Regards!

github.com/katzenpost/katzenpost-android-mail - b24e7e3d57ccc3c37ecdac73b51d552e038a255d authored about 12 years ago by RootRulez <[email protected]>
Update res/values-ru/strings.xml

Some typos fixes and traslations.

github.com/katzenpost/katzenpost-android-mail - f206373e625b7f0be2e8357df0fb01c31dc5daf3 authored about 12 years ago by Alexey <[email protected]>
First attempt at making the fragmented messagelist and remote search play nice with the new search framework. Works partially.

github.com/katzenpost/katzenpost-android-mail - 49197b4f1c3d599d0af773559e59fbc267d08286 authored about 12 years ago by Sander Bogaert <[email protected]>
Changed all the calls to MessageList to work using the new LocalSearch class. These are all tested and working changes.

github.com/katzenpost/katzenpost-android-mail - bf82d0af7cbb17ab1c2c2e74fffe3748c7a77e05 authored about 12 years ago by Sander Bogaert <[email protected]>
Add static methods to create unifiedInbox and allMessages accounts.

github.com/katzenpost/katzenpost-android-mail - f01f2f15cde94825288db6cd6fe9f314b0c47ab1 authored about 12 years ago by Sander Bogaert <[email protected]>
Change visibility of SearchModifier class and members.

github.com/katzenpost/katzenpost-android-mail - a3d227649fc0ec8bb8f4290bbec8857cddafea80 authored about 12 years ago by Sander Bogaert <[email protected]>
Add new SearchAccount class and move it together with SearchModifier to the search package ( refactor ).

github.com/katzenpost/katzenpost-android-mail - f550aaefb58bb41ae4b5a358a63b07a7dccc273e authored about 12 years ago by Sander Bogaert <[email protected]>
Avoid needless nullpointers.

github.com/katzenpost/katzenpost-android-mail - 235e1f913b8431a0d0efe080c29ebc0e1ca92456 authored about 12 years ago by Sander Bogaert <[email protected]>
Added two convenience methods to avoid dealing with exceptions all the time.

github.com/katzenpost/katzenpost-android-mail - bdfc9d685283b99ecd7cc76502401d621c8a4865 authored about 12 years ago by Sander Bogaert <[email protected]>
Fixed wrong construction of leaf sets and unrightfully ignored exceptions.

github.com/katzenpost/katzenpost-android-mail - 9883148b2f48f7854d2871ffc3d827f942f89f81 authored about 12 years ago by Sander Bogaert <[email protected]>
Made thread_root a searchable field of the message table. This can be used to display threads.

github.com/katzenpost/katzenpost-android-mail - 442805fe6237d530c8fab9a4af563acee816b877 authored about 12 years ago by Sander Bogaert <[email protected]>
Add new search logic to the MessagingController and LocalStore classes.

github.com/katzenpost/katzenpost-android-mail - d27f909600219f5442f1650eb2b74700ab1af292 authored about 12 years ago by Sander Bogaert <[email protected]>
Adding the 3 core classes for the search framework. ConditionsTreeNode, LocalSearch and SearchSpecification.

github.com/katzenpost/katzenpost-android-mail - 5c6552cbf3462c3f57b7f092dd4198bda4b5ca52 authored about 12 years ago by Sander Bogaert <[email protected]>
Created search package to hold the framework and moved over the SearchSpecification class ( refactor ).

github.com/katzenpost/katzenpost-android-mail - 611bae3fb4e8e572303b16c98a897493753a6381 authored about 12 years ago by Sander Bogaert <[email protected]>
typo in czech translation

github.com/katzenpost/katzenpost-android-mail - 1173d5da0e2de76a2c2050593c7188b64559120e authored about 12 years ago by Ondřej Vodáček <[email protected]>
Don't display thread count in thread view

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