Ecosyste.ms: OpenCollective

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

github.com/katzenpost/katzenpost-android-mail

A Katzenpost client, based on K-9 Mail
https://github.com/katzenpost/katzenpost-android-mail

Merge branch 'master' into ui-sort

1f3e52466a8665c36a24089da71bab9b49cb76e8 authored over 12 years ago by ashley willis <[email protected]>
fixed issue with sort not being remembered at all on unified inbox / all messages (still does not save sort to settings).

93de6cdafeab7e77d0a5ac92ed187bbdf86f687e authored over 12 years ago by ashley willis <[email protected]>
Bumped manifest to 4.114

029c8958a37768f372dd7afd93f74220363cb025 authored over 12 years ago by Jesse Vincent <[email protected]>
fixed FC when changing sort from unified inbox and all messages.

the new sort saves per account, and there is no active account for these folders.
so also, there ...

f0c22510e2b2c45b2a9f104ea2144a1997ef2a8a authored over 12 years ago by ashley willis <[email protected]>
Merge pull request #134 from yarikoptic/upstream

BF: mAccount must not be accessed before verfied to be non-null

bfecdc9443e40b1bc560e1c925d533389464cfe0 authored over 12 years ago by Ashley Willis <[email protected]>
Use the Android framework to manage the find folder dialog

3f29b95846c236f32ca23ee8b86c678186b2e4ce authored over 12 years ago by cketti <[email protected]>
Fixed bug introduced with 6f525f0e31d43271654a06561aa422d7faac782e

Intent extra was renamed but the code in MessageCompose still used the
(hardcoded) old name.

ff4d6a66c8628246daa567d606858a3f0890759c authored over 12 years ago by cketti <[email protected]>
BF: mAccount must not be accessed before verfied to be non-null

otherwise obviously leads to crashes.
IMHO this was a logical location to move, and it resolved ...

4288789e395e147791cf539ff03151389ca5ba38 authored over 12 years ago by Yaroslav Halchenko <[email protected]>
Don't use EmailAddressAdapter as singleton

52b5c567ef5e657777a46d003c43a15817c29dfe authored over 12 years ago by cketti <[email protected]>
Fix a display bug by extending the system themes

9d854a0f6f405f68347674a3e7cc45ae64e45025 authored over 12 years ago by cketti <[email protected]>
Updated polish translation (thanks to Błażej Jeżewski)

981c582e9e70de076719ca96632b6ec1452dd9ae authored over 12 years ago by cketti <[email protected]>
Reply receipt menu icons, take 2 (or 3?)

e23ba4c0c91b231f33f79993afedc7fd90f4dfd7 authored over 12 years ago by Andrew Chen <[email protected]>
Merge branch 'master' into pull-128

81c9fdcb133b51400f5164c9d145692429c9df0b authored over 12 years ago by ashley willis <[email protected]>
refactored sorting

539ab93bcba0884fbd96438c1855dea85fd0f428 authored over 12 years ago by ashley willis <[email protected]>
Better source image for ic_menu_envlope.

6350916fc21102110f68c870d810f2d79dd03751 authored over 12 years ago by Andrew Chen <[email protected]>
Make ListView in EmailAddressList use the full screen height

959ab4bdf2f8d79a380be046b0b105b0fcd4dc63 authored over 12 years ago by cketti <[email protected]>
Converted hardcoded strings to constants

6f525f0e31d43271654a06561aa422d7faac782e authored over 12 years ago by cketti <[email protected]>
Removed unused import + constants

8bd5090816f80beafcec6f8f42bac65d9b4ab7d0 authored over 12 years ago by cketti <[email protected]>
Make ContactItem immutable

56d4cca4dd4dbb45607bb6fb4c06d491d4e99932 authored over 12 years ago by cketti <[email protected]>
Renamed getEmailFromContactPicker() to better reflect what it does

a09f26a2276fd1b3d48616cee165f1cca9315668 authored over 12 years ago by cketti <[email protected]>
Optimized getEmailFromContactPicker()

3b5492f5fc6d63f2dfb3c49e5fa739e385a5729f authored over 12 years ago by cketti <[email protected]>
Updated JavaDoc for getEmailFromContactPicker()

08e54cf44b5b0342b61079d8c99593877b89b314 authored over 12 years ago by cketti <[email protected]>
Add menu image for read/reply receipt.

2d13b0f36cc0b53ed95f99e4778fe021ed67258b authored over 12 years ago by Andrew Chen <[email protected]>
Remove horizontal rules in message previews.

7e26b622278731be5d85bfa3df25464add37a8aa authored over 12 years ago by Andrew Chen <[email protected]>
Blank envelope menu icon template.

edf4a0f86df43aaa9747ecd333af435da6542d1c authored over 12 years ago by Andrew Chen <[email protected]>
Move ic_button_archive.ai into drawable-src.

d5da1e231fa44facd793a6a03f3820f76d9174ca authored over 12 years ago by Andrew Chen <[email protected]>
Add comment about increment settings version.

1c4a3c355c6f10b8106f3dd624ecf8c12e0a228c authored over 12 years ago by Andrew Chen <[email protected]>
Remove explicit SDK dependency - depend on project SDK.

2124d8ecafbbb3772feec7be7c1a0dfd1cda60d9 authored over 12 years ago by Andrew Chen <[email protected]>
Renamed enum SORT_TYPE to SortType

d6a1f2e95c1cb990f530fe4fb609bad876cfad33 authored over 12 years ago by cketti <[email protected]>
Fixed version number for added settings

24c172add0d46f2e8fee5543469311b2b9831f17 authored over 12 years ago by cketti <[email protected]>
workaround to detect the charset from HTML mail without charset parameter on the header.

Conflicts:

src/com/fsck/k9/mail/internet/MimeUtility.java

85da3d8667488d19ebfa17a1bc7690fbfd8b49ee authored over 12 years ago by Jesse Vincent <[email protected]>
Change layout of the email address list.

set title to the contact name.
change text size is medium from default(Large).

6861c813eab1f3730f086f859d56a3acb941bbb6 authored over 12 years ago by Koji Arai <[email protected]>
added the ContactItem class for picked item from ContactPicker.

Conflicts:

src/com/fsck/k9/helper/ContactsSdk3_4.java
src/com/fsck/k9/helper/ContactsSdk5.java

3a9589714b1c14b180440449188c7f6e990e729b authored over 12 years ago by Jesse Vincent <[email protected]>
Possible to select email addresses from the ContactPicker

Conflicts:

src/com/fsck/k9/activity/MessageCompose.java
src/com/fsck/k9/helper/ContactsSdk3_4...

4723ea0ae5598a59886c3a308980a5caac0e8a1d authored over 12 years ago by Jesse Vincent <[email protected]>
Switch the sort order code around so it saves when reversing sort with a keyboard

dd0ba7640cf6453733d88d0bb379b2640adbad1d authored almost 13 years ago by Jesse Vincent <[email protected]>
Merge pull request #128 from srinathwarrier/k-9

---

A new option to set default sort setting is added to account settings.

* commit '7a9ba4e0a...

66528a0ca891c3d695280f97e42accc9b413c4b8 authored almost 13 years ago by Jesse Vincent <[email protected]>
Always hide the batch archive button in a search view, consistent with the batch ops menu.

50b2056454c17ce1484d8ba99451ffe5de91508b authored almost 13 years ago by Andrew Chen <[email protected]>
astyle

3559618ca9bd32db1131142732b59d3cb7f99ff4 authored almost 13 years ago by Andrew Chen <[email protected]>
Hide the batch archive button preference if none of our accounts have an archive folder.

Hide the batch archive button in the MessageList if none of the visible account(s) have an archiv...

42d64629460bccf2af1869f3e1e7b766aad73c11 authored almost 13 years ago by Andrew Chen <[email protected]>
Add Account.hasArchiveFolder() method.

e94db81ecbe08313a80a9c05944d4a2fc9700ab5 authored almost 13 years ago by Andrew Chen <[email protected]>
Fix Settings version number for batch button preferences.

12d1301056641e86b870ae36926dc063c87dda70 authored almost 13 years ago by Andrew Chen <[email protected]>
More distinct archive button.

b5856a7ac57cd5ed5fb14751ac3f9101e78f8835 authored almost 13 years ago by Andrew Chen <[email protected]>
Merge branch 'master' of https://github.com/mnb20/k-9 into pull111

* 'master' of https://github.com/mnb20/k-9:
High DPI version of archive button icon
Fixed wh...

3e03120a7327b4c44620b19cdcb9a49911681128 authored almost 13 years ago by Andrew Chen <[email protected]>
Fix another mix-encoded character in Greek (el) translation.

1b1e8e4850683c5902582683ab29f56c3c7df475 authored almost 13 years ago by Andrew Chen <[email protected]>
Merge pull request #133 from galanthus/master

Updates of russian translation

f7e5957c29bc8b091ce9255bfaa6448cd17fab8d authored almost 13 years ago by Andrew Chen <[email protected]>
Set proper filename for Greek (el) translation.

b5e01af7ccbc788529e48d6535dbe5cb47bb5c87 authored almost 13 years ago by Andrew Chen <[email protected]>
Re-encode sigils and ellipses in Greek (el) translation.

07f12cebe1fe226264056c8243e5fb804273bf04 authored almost 13 years ago by Andrew Chen <[email protected]>
Add Greek (el) translation from IGaviotis (Issue 4135).

c767fa2fef4e0fd97dab15576149ca418d0d932c authored almost 13 years ago by Andrew Chen <[email protected]>
Commit latest IntelliJ settings added by IntelliJ 11.1.

166428c9b65f69691b89433936bbb1f22aaa9f35 authored almost 13 years ago by Andrew Chen <[email protected]>
Updates to Russian translation

5bc28e04bce85d2b8b15fdfd862803422c454fb6 authored almost 13 years ago by Dmitry Ashkadov <[email protected]>
SingleMessageView cleanup

5041a2c8320dc362d76a6622583a833d88c62787 authored almost 13 years ago by cketti <[email protected]>
Removed unused ToggleScrollView

e88fbf43d036a769554ffe700cc477ebccda6776 authored almost 13 years ago by cketti <[email protected]>
Merge pull request #132 from aatdark/aatdark_issue_4196

Render APG-decrypted content as HTML for proper display with the dark theme

8f1b42bf22be2a510b14907b087fa0da427fc3d3 authored almost 13 years ago by cketti <[email protected]>
Render html code to make white on DarkTheme (fixes 4196)

eba886b85d26ec2ffd020d51b041681f6ce7ec44 authored almost 13 years ago by Bernhard Redl <[email protected]>
Bumped manifest to 4.113

cd8224fa6b8270fa0c38675043c380a19ddb2f85 authored almost 13 years ago by Jesse Vincent <[email protected]>
Improved the look of MessageView with the dark theme

809f8efc77291029e8d9afa2939c7be98a08d6f6 authored almost 13 years ago by cketti <[email protected]>
Added some error checks when processing IMAP FETCH responses

0caac114a6e507a16e3ab92b509b45ceed6e3e2b authored almost 13 years ago by cketti <[email protected]>
Enabled dark theme for MessageCompose and MessageView

4612ceb3c8a2264741d929bb6d60d125f69a81bc authored almost 13 years ago by cketti <[email protected]>
Updated Japanese translation. catch up with 5819d27.

d1c065230f921ede45ffe389ffd235dd6eae8440 authored almost 13 years ago by Koji Arai <[email protected]>
Updated german translation

7715e396c482058eaf3c705c3447058003e58512 authored almost 13 years ago by cketti <[email protected]>
Added long-press popup menu to WebView in SingleMessageView

Actions:
- Open link for viewing
- Share link
- Copy link to clipboard
- View image
- Download/s...

5819d273946bbb9dd3e15af9025d8cd2c51eea0d authored almost 13 years ago by cketti <[email protected]>
Moved sanitizeFilename() to com.fsck.k9.helper.Utility

1596ddfaaba40ba751aa4170d813a7ea3841a6e2 authored almost 13 years ago by cketti <[email protected]>
Added helper class to use the most recent ClipboardManager

1d25d2ff40e7db531d713ea41efbcb84555fc2a6 authored almost 13 years ago by cketti <[email protected]>
Updated and improved german translation

240f7ea9ac743ed6d3f4391758c22ae2817c8a33 authored almost 13 years ago by cketti <[email protected]>
Always use the light theme in MessageCompose

This fixes a display bug in the "Send as" dialog in MessageCompose.

2331696153dbeef1d2873c3b24e4cad5f03332b5 authored almost 13 years ago by cketti <[email protected]>
Changed internal representation of the selected theme in the database

d584492a6df117baec2b1aaf20138b77fc8d5744 authored almost 13 years ago by cketti <[email protected]>
Don't allow invalid values for header/footer insertion point

1266c3c73ec332071e1d72017338bb06dccef82a authored almost 13 years ago by cketti <[email protected]>
Validate "original message" field of identity header when loading drafts

4e21f049d304c21a8caf6bdf655d0f0925365f0a authored almost 13 years ago by cketti <[email protected]>
Fixed potential NullPointerException

a1caebdcf10b63841d2bc86f5721451dc409c7c4 authored almost 13 years ago by cketti <[email protected]>
Fixed display issue in MessageCompose

43cb78d2de6ad01cba5de33a428eb179b545078e authored almost 13 years ago by cketti <[email protected]>
ADT 17 changes

acffe973eb41d27801dec1128d147aa3bc52904f authored almost 13 years ago by cketti <[email protected]>
Fixed a small display issue in MessageCompose

f32dce53aed8da95d80eb98fe1f954175f895f46 authored almost 13 years ago by cketti <[email protected]>
Removed unnecessary layout containers

661ed080616188aea1e61484052bd9ff91eb467a authored almost 13 years ago by cketti <[email protected]>
Added AccountHolder

b9e0ec1ab47f9b314faa3c957396e31848c9d38a authored almost 13 years ago by cketti <[email protected]>
move the chips, change the sizes

ea90e24785a3d2d1e74a3acea37183c927cde80d authored almost 13 years ago by Jesse Vincent <[email protected]>
UI improvements to the "select identity" button

580f1639c39b10adea67cf6248141cfb9a919f20 authored almost 13 years ago by Jesse Vincent <[email protected]>
Fixed array length calculation

365f8e71e049f411c363ebeade991c8073bfd3a9 authored almost 13 years ago by cketti <[email protected]>
Tweaked MessageCompose layout

8436e6b50b2e58d592314d432b49766d771dd8d9 authored almost 13 years ago by cketti <[email protected]>
Converted tabs to spaces

f4274eec6e63067d2ab4ea8592bfd7d4fb660955 authored almost 13 years ago by cketti <[email protected]>
Fixed indentation

52d333c8d9d05e772a36d2f60d14b924d7425561 authored almost 13 years ago by cketti <[email protected]>
Added a button to switch the identity in MessageCompose

Originally I wanted to use a Spinner, but it doesn't support multiple
view types (see [1]). Thos...

8180fd9ad2113c5c92a9ea7de2d19b396ffa10f8 authored almost 13 years ago by cketti <[email protected]>
Added a setting to disable marking messages as read on viewing

1d28eb003df376a9ba186fece011d499ef1da96a authored almost 13 years ago by cketti <[email protected]>
Notify the listener provided as argument to doRefreshRemote()

With this change pressing "Refresh folders" in ChooseFolder actually
refreshes the folder list.

5245191900f4568a068a1f35160d3d122c325886 authored almost 13 years ago by cketti <[email protected]>
Replaced hardcoded strings with references to string resources

8c66a2f835b76f323682862a6f4bc4619a86907c authored almost 13 years ago by cketti <[email protected]>
Notify the adapter from runOnUiThread() instead of using Handler

16afff4dfcb6adcedb021d6753feb660a1540e5c authored almost 13 years ago by cketti <[email protected]>
Changed code formatting. No functional changes

4f2412eacda3daae3181bbaaede6eaaaf4e200b2 authored almost 13 years ago by cketti <[email protected]>
Prefixed instance variables with "m" to comply with K-9 code style

b7c1f8ab2fb1a2be01ffa783e7491417a7bfd9c5 authored almost 13 years ago by cketti <[email protected]>
Got rid of unnecessary instance variable

09bc07596ec7bff27ae9a912a86fc5804277fc7d authored almost 13 years ago by cketti <[email protected]>
Fixed whitespace (tabs vs. spaces)

6bdaac4353cfcb7bc61674cefd6b2fff5741016b authored almost 13 years ago by cketti <[email protected]>
Fix for Issue 4164: Force close when moving an email to another folder

58c01c05b7753bac9e3026aa8a46659717cc8f3a authored almost 13 years ago by unusualdiscrepancy <[email protected]>
Reverted most of the recent message header changes

Clicking the additional headers area still allows to hide that view
again.

482ae352c158d75eb3db820305d020b809715a32 authored almost 13 years ago by cketti <[email protected]>
Avoid NullPointerException in Accounts.onCreateDialog()

Also cleaned up code formatting of onCreateDialog() and
onPrepareDialog().

69ee6a48187d7c1cde3bc3cdb292f4858d7c5c56 authored almost 13 years ago by cketti <[email protected]>
Use AlertDialog's ListView on import instead of creating our own

This fixes a display problem when using the dark theme.

ef01dc906b1b006a0bab045ebd426281407c2558 authored almost 13 years ago by cketti <[email protected]>
Added two domains handle docomo emoji

10c37942a632dc1a05cbf7624e0739a7e624ae02 authored almost 13 years ago by Koji Arai <[email protected]>
avoid NPE. address may be null when the parser is failed.

f9fb74241a5f5520dab90f4453ce1f735d38343a authored almost 13 years ago by Koji Arai <[email protected]>
added a Japanese provider "auone.jp"

39f2138292225c1b904c5bfbeec41e58c20d100b authored almost 13 years ago by Koji Arai <[email protected]>
Updated Japanese translation. catch up with f9a30d1.

8192d54cce6d5f0796ad9a806627dd9b11249238 authored almost 13 years ago by Koji Arai <[email protected]>
Replace CRLF with LF when loading drafts

This is necessary because we save the offset and length of the user-
supplied text in the identi...

f9a35aeaeeae67bd88c3b253c25d06832ca7da73 authored almost 13 years ago by cketti <[email protected]>