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

Use entirely black background in dark theme (not the default gradient)

github.com/katzenpost/katzenpost-android-mail - b426cd847cf913849d3a8ae52d8cccaa5570a29d authored about 12 years ago by cketti <[email protected]>
Remove (now redundant) background from layouts to reduce overdraw

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

github.com/katzenpost/katzenpost-android-mail - 2fd047a406a07189671dc8186bee1dc3c93827c5 authored about 12 years ago by Jesse Vincent <[email protected]>
Ignore IntelliJ IDEA .iws files (they are user-specific)

github.com/katzenpost/katzenpost-android-mail - c1efeb135c35dd883e2a77911ccc54848d9ea532 authored about 12 years ago by Francis Devereux <[email protected]>
Allow removing the empty view of the pull-to-refresh container

github.com/katzenpost/katzenpost-android-mail - c78ec01962456aa1d54662b5856a4c0d036add95 authored about 12 years ago by cketti <[email protected]>
Fix pull-to-refresh

- disable pull-to-refresh while showing the "Loading..." view
- move initialization code from on...

github.com/katzenpost/katzenpost-android-mail - bc2f099c3c8c86fe806916c985dbc656810e0a93 authored about 12 years ago by cketti <[email protected]>
Create non-existent IMAP folders when copying/moving messages

github.com/katzenpost/katzenpost-android-mail - 44348e08a4d0a9203244135edf8357801735c545 authored about 12 years ago by cketti <[email protected]>
Don't display negative unread count in message list

github.com/katzenpost/katzenpost-android-mail - edd2a4420178fdcb36734122937db3fb832f11d5 authored about 12 years ago by cketti <[email protected]>
Ignore null-rows in results of SQL queries

github.com/katzenpost/katzenpost-android-mail - 7db33ce8c6398e0f3634786c83e86949bf2aa3c6 authored about 12 years ago by cketti <[email protected]>
Add support for "Unified Inbox" and "All messages" to unread widget

github.com/katzenpost/katzenpost-android-mail - ba691612dd2ff6a3e00e520eed27bf67ec840c66 authored about 12 years ago by cketti <[email protected]>
Remember across activity restarts whether remote search was performed

github.com/katzenpost/katzenpost-android-mail - cc3580c675aac16825d0dcaa24e08756f94bf086 authored about 12 years ago by cketti <[email protected]>
Restore call to remoteSearchFinished() when stopping MessageListFragment

github.com/katzenpost/katzenpost-android-mail - e5d8e1965ec87ea78403c7e2bda1f52f65f14bba authored about 12 years ago by cketti <[email protected]>
Retain selected messages when restarting MessageListFragment

github.com/katzenpost/katzenpost-android-mail - 36a17eae91f8d13d88d5cc6d0391e969d8773959 authored about 12 years ago by cketti <[email protected]>
Remove the setting to hide the refile buttons

With the introduction of the action bar there is no longer a separate
button bar for refile acti...

github.com/katzenpost/katzenpost-android-mail - 99ae73ebb951f6c6cd8ebe77a9791e3009726227 authored about 12 years ago by cketti <[email protected]>
Merge pull request #215 from igavio/patch-8

Update res/values-el/strings.xml

github.com/katzenpost/katzenpost-android-mail - d121a68baa27f7eeced4bff2159c48638297f9f9 authored about 12 years ago by Andrew Chen <[email protected]>
Fix some compiler warnings

github.com/katzenpost/katzenpost-android-mail - 8d652b2f616e3a6b6d4e1641a4acc7e247e090f4 authored about 12 years ago by cketti <[email protected]>
Remove all code using the old unread/flagged count database columns

github.com/katzenpost/katzenpost-android-mail - bc4fb530d03a206c224e4fe9c9f94fca949479b0 authored about 12 years ago by cketti <[email protected]>
Use local unread/flagged count in folder list and message list

github.com/katzenpost/katzenpost-android-mail - 04ec2abd2c96470b170540200c1ddd161cca210d authored about 12 years ago by cketti <[email protected]>
Refresh action bar title in FolderList when unread count was calculated

github.com/katzenpost/katzenpost-android-mail - 41d608f3be40ff7e29c03e428d02b11245250d31 authored about 12 years ago by cketti <[email protected]>
Use constant "UUID" for search accounts

This way we can match the account stats to the search accounts when the
Accounts activity is res...

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

Translation of 4 new strings

github.com/katzenpost/katzenpost-android-mail - 5ac8d4e5dbf8a2aec19d32d3ecec11fbf2e2a7fc authored about 12 years ago by igavio <[email protected]>
Set action bar title for Accounts activity in onCreate()

github.com/katzenpost/katzenpost-android-mail - 4ccb1c952a9dba975b5cbcd3f93988de9e99a881 authored about 12 years ago by cketti <[email protected]>
Retain unread count in Accounts activity during configuration changes

github.com/katzenpost/katzenpost-android-mail - 144884080dbdd3f4d4c8cb660f9f6394cd23a24e authored about 12 years ago by cketti <[email protected]>
Remove leading space in action bar title of Accounts activity

github.com/katzenpost/katzenpost-android-mail - 8100e0052322c668da196ea1fdb4933bc49457bb authored about 12 years ago by cketti <[email protected]>
Only list messages in searchable folders under "All messages"

github.com/katzenpost/katzenpost-android-mail - d3e840a9eea84c2bb00f85187c8a40fee9e88d06 authored about 12 years ago by cketti <[email protected]>
Restore behavior of unread/flagged filtered message list

The unread/flagged count/view for accounts now excludes special folders
and only includes displa...

github.com/katzenpost/katzenpost-android-mail - 251428e963aef6c2db5055ba54308caea73a580c authored about 12 years ago by cketti <[email protected]>
Only count local messages for unread/flagged count

Currently only the Accounts activity uses the new count.

While working on this I realized that ...

github.com/katzenpost/katzenpost-android-mail - 73757af6800b0a3b31e2da1393fb5cc07cd59578 authored about 12 years ago by cketti <[email protected]>
Strip RE/FW from the MessageList subject line for thread subjects.

"Be like Outlook."

github.com/katzenpost/katzenpost-android-mail - 9a380c69ad4a56702fe2f428da1154bd1367eb1d authored about 12 years ago by Andrew Chen <[email protected]>
Remove the progress spinner when not in use so that the "Load more..." text is centered.

github.com/katzenpost/katzenpost-android-mail - c81f68af33458c3351234ce47d90eeeb9213b1f3 authored about 12 years ago by Andrew Chen <[email protected]>
Merge pull request #214 from jacky672/patch-1

Update res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - 9a16ecce3de9333e17d844869ed7864f23ef8ad5 authored about 12 years ago by cketti <[email protected]>
Add an "empty view" to the message list

This will display a spinning progress indicator while the message list
is loaded from the database.

github.com/katzenpost/katzenpost-android-mail - b04f1b4319a76d8b2018143a8a5a7afc235b1b8f authored about 12 years ago by cketti <[email protected]>
Fix "up" logic in MessageList

Fixes issue 4727

github.com/katzenpost/katzenpost-android-mail - b4bd80baa21b59643effb9b330e3176fa6f9716c authored about 12 years ago by cketti <[email protected]>
Refresh the list when returning to the message list activity

github.com/katzenpost/katzenpost-android-mail - 26b462a90e8975d945233352335820e196321429 authored about 12 years ago by cketti <[email protected]>
Don't create Message objects when changing flags of selected messages

This changes the interface to MessagingController and the way flags are
updated in the database....

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

github.com/katzenpost/katzenpost-android-mail - 2b98e1fa8dd51e09d49439e29a54180feb81ac21 authored about 12 years ago by Jesse Vincent <[email protected]>
Update res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - 182b76d70627cd6e42e42f9d64f22b3051e02bdd authored about 12 years ago by Erkan <[email protected]>
Make most important flags separate database columns

This is the first step to speed up searches and flag updates.

github.com/katzenpost/katzenpost-android-mail - c0b5255e24d145213c0c1d9b0e37220f2d891572 authored about 12 years ago by cketti <[email protected]>
Fix database version cache logic

github.com/katzenpost/katzenpost-android-mail - d30cda26fb763c8286ca127e2dbdf56efdf5aadb authored about 12 years ago by cketti <[email protected]>
Fix ru XML formatting.

github.com/katzenpost/katzenpost-android-mail - 301c8549e07fd7d15acab93325e3bec0ae0dfecc authored about 12 years ago by Andrew Chen <[email protected]>
Merge pull request #212 from 0x2102/patch-4

Update res/values-ru/strings.xml

github.com/katzenpost/katzenpost-android-mail - 2800ca3805f61e210076e4ae8497d6bb7e39511f authored about 12 years ago by Andrew Chen <[email protected]>
Add file missing in last commit

github.com/katzenpost/katzenpost-android-mail - fcc9e37f6683de92150b3cf9528c65a982df56b0 authored about 12 years ago by cketti <[email protected]>
Add activity that is displayed during database upgrades

See UpgradeDatabases.java for a detailed description of the upgrade
process.

github.com/katzenpost/katzenpost-android-mail - b2098c8d1cf1c263d7561f884e78cc28276c0644 authored about 12 years ago by cketti <[email protected]>
Fix for StrictMode error.

When the device lost connectivity, a StrictMode error could be thrown since
the stream was never...

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

The main part has been translated.

github.com/katzenpost/katzenpost-android-mail - 7410eb000c6f3175d66ca35d5973dca18622ee83 authored about 12 years ago by Alexey <[email protected]>
Use one database transaction when doing bulk flag changes

Previously we used one transaction per message. For 500 messages the
database updates alone took...

github.com/katzenpost/katzenpost-android-mail - 2db8034c3168586d7629a81878f43ebd9e5bca9c authored about 12 years ago by cketti <[email protected]>
Remove excessive debug logging

github.com/katzenpost/katzenpost-android-mail - 3b022cd72f0abe10606947fd12789bb83e1f532c authored about 12 years ago by cketti <[email protected]>
Merge pull request #208 from igavio/patch-7

Update of greek translation

github.com/katzenpost/katzenpost-android-mail - f4fb907ecaa36af783726c6ca1cb4029eb72afe3 authored about 12 years ago by Andrew Chen <[email protected]>
Merge pull request #209 from jacky672/master

Update app/res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - 88f911d38ac17f281954e398b9b95c2ec119ba41 authored about 12 years ago by Andrew Chen <[email protected]>
Two typo fixes from zjw

github.com/katzenpost/katzenpost-android-mail - 989d214b2349cb05452de377e03c118352fb83a5 authored about 12 years ago by Jesse Vincent <[email protected]>
IntellIJ IDEA: Project fixes for submodule removal, add android support jar as compile time dependency, and various other IntelliJ-specific build fixes.

github.com/katzenpost/katzenpost-android-mail - dbd9d9944a961e361673123a03f1a65fb3a73a4f authored about 12 years ago by Andrew Chen <[email protected]>
Don't use LocalSearch object in launcher shortcut intents

github.com/katzenpost/katzenpost-android-mail - 38e8fc182c55fd72bb069b6eb8febb4df41cf735 authored about 12 years ago by cketti <[email protected]>
Fix "Notification opens unread messages"

github.com/katzenpost/katzenpost-android-mail - cd3cc88fd4edfbbf0f4027cb44f4177e669b755c authored about 12 years ago by cketti <[email protected]>
Don't use FLAG_ACTIVITY_SINGLE_TOP to start MessageList

We currently don't implement onNewIntent() so using
FLAG_ACTIVITY_SINGLE_TOP won't work.

github.com/katzenpost/katzenpost-android-mail - 689f12a7f8d8014ae232f5c60a30c14fdb531300 authored about 12 years ago by cketti <[email protected]>
make the checkmark a little wider.

github.com/katzenpost/katzenpost-android-mail - c870c5acbc21d6ba3bdc3e9b63fa26e54b3dd9c4 authored about 12 years ago by Jesse Vincent <[email protected]>
Bumped manifest to 4.315

github.com/katzenpost/katzenpost-android-mail - 2c8c8e408342038ee41c101306b22a47918a37de authored about 12 years ago by Jesse Vincent <[email protected]>
more string tweaking

github.com/katzenpost/katzenpost-android-mail - 3bfeed8b4249b3cb5829c19bc2fc558f89b28a66 authored about 12 years ago by Jesse Vincent <[email protected]>
remove submodule code from build.xml

github.com/katzenpost/katzenpost-android-mail - c640598ebefff87f5b33864d7edea2f6e061e150 authored about 12 years ago by Jesse Vincent <[email protected]>
Check in ABS 4.20 and PTR 1.4.2

github.com/katzenpost/katzenpost-android-mail - c0da3a9be0f0f85055a751d4e0b34c6cc0b2b46d authored about 12 years ago by Jesse Vincent <[email protected]>
Kill our use of submodules dead. They're too painful for new contributors

github.com/katzenpost/katzenpost-android-mail - fbec829387980663e615a1108c593a7930d4a4ed authored about 12 years ago by Jesse Vincent <[email protected]>
Bump to current releases of ABS and PTR

github.com/katzenpost/katzenpost-android-mail - 96eeffa172d565770999718cc12faf11439694ea authored about 12 years ago by Jesse Vincent <[email protected]>
Bumped manifest to 4.314

github.com/katzenpost/katzenpost-android-mail - b860ee7e87baa59f34b9e74c6cc537d98265a369 authored about 12 years ago by Jesse Vincent <[email protected]>
more wordsmithing

github.com/katzenpost/katzenpost-android-mail - 95a49f14274df7794740c84b5aef93fbed06f9f9 authored about 12 years ago by Jesse Vincent <[email protected]>
Hide the threaded view wrapper to get slightly better spacing

github.com/katzenpost/katzenpost-android-mail - 134b1f1b78f2863c26a32c6c3a1ece12e67bce7e authored about 12 years ago by Jesse Vincent <[email protected]>
reorder folder list menu to emphasize useful things a bit more

github.com/katzenpost/katzenpost-android-mail - 212a3313139d622787c17ab4b826ad7ddfea1f89 authored about 12 years ago by Jesse Vincent <[email protected]>
Tighten up some of our english language prose

github.com/katzenpost/katzenpost-android-mail - e856dd47cf81b514a605d90edf10210904d2fa3a authored about 12 years ago by Jesse Vincent <[email protected]>
Better style the thread count indicators

github.com/katzenpost/katzenpost-android-mail - 16de7206619af99b20fa2a5f1424d51050cba0f8 authored about 12 years ago by Jesse Vincent <[email protected]>
Bumped manifest to 4.313

github.com/katzenpost/katzenpost-android-mail - 7767257b9d3cb10b1987e69f3bfc656634bd1a2a authored about 12 years ago by Jesse Vincent <[email protected]>
Change authority of the new content provider to unbreak build scripts

github.com/katzenpost/katzenpost-android-mail - f0118ecb8537ef98b4fb07fddd3f80603edfbcce authored about 12 years ago by cketti <[email protected]>
Fix NPE related to changed initialization order in Android 4.2

github.com/katzenpost/katzenpost-android-mail - b96e7bb0585eba74a8507f11dee659b3a8f0ec08 authored about 12 years ago by cketti <[email protected]>
Strip Re/Fwd/Aw etc from titles of thread view

github.com/katzenpost/katzenpost-android-mail - e2d347f0a3f9e27a3965bf4952a763fc69800f70 authored about 12 years ago by Jesse Vincent <[email protected]>
Add titles to thread display

github.com/katzenpost/katzenpost-android-mail - eacc5e2ffe4d15c5b3a75a2520a58ca24ee613cc authored about 12 years ago by Jesse Vincent <[email protected]>
Bumped manifest to 4.312

github.com/katzenpost/katzenpost-android-mail - 515c9f736df92877aee5f8dea40dbb11c9471ad4 authored about 12 years ago by Jesse Vincent <[email protected]>
Update res/values-fr/strings.xml

github.com/katzenpost/katzenpost-android-mail - 4a2b914fc2e5ee2840c71976a91a8b17311c1d74 authored about 12 years ago by Erkan <[email protected]>
Make sure MessageView menu is configured correctly

github.com/katzenpost/katzenpost-android-mail - 9452b9e4c66fc43096f0708de3543fdddacc9772 authored about 12 years ago by cketti <[email protected]>
Reset the message view theme when the app theme changes

github.com/katzenpost/katzenpost-android-mail - 189452618a99bd14fc2a9467139293628f983f38 authored about 12 years ago by cketti <[email protected]>
Fix typo in german translation

github.com/katzenpost/katzenpost-android-mail - 44b37449aada811f44239d509c4cb85b982eb064 authored about 12 years ago by cketti <[email protected]>
Use type of compose action as action bar title

I.e. one of "Compose", "Reply", "Reply all", "Forward"

github.com/katzenpost/katzenpost-android-mail - 349b1e997ea8966b06a912a19e74bf89d15e83c5 authored about 12 years ago by cketti <[email protected]>
Use android.bat on Windows systems

github.com/katzenpost/katzenpost-android-mail - e85bca648c4b1a0ebe86c2d3c6f7c10377efc38f authored about 12 years ago by cketti <[email protected]>
Add missing placeholders to translations

github.com/katzenpost/katzenpost-android-mail - 76782108079494a88536ae12235770e7ff9b5e59 authored about 12 years ago by cketti <[email protected]>
Strip package name from activity/receiver/service descriptions

github.com/katzenpost/katzenpost-android-mail - 0386c50e4946277a55502a9428e1469acc8b37a8 authored about 12 years ago by cketti <[email protected]>
Update of greek translation

Last greek update containing latest new entries and a few corrections of past ones

github.com/katzenpost/katzenpost-android-mail - 410f9dd899561fb6590a248bf0780efeafefc332 authored about 12 years ago by igavio <[email protected]>
Fix format string in el translation

github.com/katzenpost/katzenpost-android-mail - e2e5fdfb19d1188de3c54c2a9a1468799b19a029 authored about 12 years ago by cketti <[email protected]>
Add placeholders for missing strings in translations

github.com/katzenpost/katzenpost-android-mail - c5b552af0847e2e55241e9350b268d6664624636 authored about 12 years ago by cketti <[email protected]>
Move strings containing the app name to special section in strings.xml

github.com/katzenpost/katzenpost-android-mail - b97d69333a54cee6cd7ee1799fcf78793d06cc6b authored about 12 years ago by cketti <[email protected]>
Move app-specific string to appropriate section of strings.xml

github.com/katzenpost/katzenpost-android-mail - 77f08a34c94d916bf661ca69115b671181138fb4 authored about 12 years ago by cketti <[email protected]>
Don't refer to the device we're running on as "phone"

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

github.com/katzenpost/katzenpost-android-mail - 08615f205ff23ff770cb2e384da52a3cf0f0e62e authored about 12 years ago by cketti <[email protected]>
Use Uri.getQueryParameterNames() workaround on pre-API 11 devices

github.com/katzenpost/katzenpost-android-mail - bb011024030ea8bcd65611d6522ea6e4b1762d37 authored about 12 years ago by cketti <[email protected]>
Remove non-existent activity from manifest

github.com/katzenpost/katzenpost-android-mail - 684d6c132448082cadb9e409310a2817855e3f11 authored about 12 years ago by cketti <[email protected]>
Fix display of folder settings and account settings menu entries

github.com/katzenpost/katzenpost-android-mail - 411abbea6411e92435113182d60fa0397968e425 authored about 12 years ago by cketti <[email protected]>
Prevent NPEs in methods called by the handler after activity detached

github.com/katzenpost/katzenpost-android-mail - 999dd3316913c4d1a29cd7b908a16720369472f0 authored about 12 years ago by cketti <[email protected]>
Fix crash when remote search fails after search screen has been left

Also, change error message to be less technical.

github.com/katzenpost/katzenpost-android-mail - 4eefcb3a311edf9037b7ffe29b25c4322d317d18 authored about 12 years ago by cketti <[email protected]>
Enable loading more search results from the server

github.com/katzenpost/katzenpost-android-mail - 5accadab00084bbd004aadcfda82c61a38969757 authored about 12 years ago by cketti <[email protected]>
Don't fetch already downloaded messages found by a server-side search

github.com/katzenpost/katzenpost-android-mail - b108e7a539d2ea638349a77ffe8cd8aee001e6c2 authored about 12 years ago by cketti <[email protected]>
Fix "up" navigation when leaving a message list with search results

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