Ecosyste.ms: OpenCollective

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

github.com/deltachat/deltachat-android-old

legacy android ui up to 0.20.0
https://github.com/deltachat/deltachat-android-old

Play in-chat sounds.

a2768728d33717d4bc3c39f9c6b2034b29ed8325 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

27900827054d819c04a148131c0447dedec22a96 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

ae8a15d524a5b612997e75afbd73a5f9ce0c2e73 authored almost 8 years ago by B. Petersen <[email protected]>
Add an extra event for incoming messages.

e39d7b5d4d2a6257caf532236f8362475f8fb06a authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup notify code.

1ae26ecfa57c9c77b2e71f08f376ca1fb989e899 authored almost 8 years ago by B. Petersen <[email protected]>
Showing the default font size in the NumberPicker.

1e589122268df6ab7b27d7a7781549a1486e35ed authored almost 8 years ago by B. Petersen <[email protected]>
Do not use the android cache directory as our 'blob repository'; the cache directory may be treated as a real cache; the files may disappear at any time. Instead, we're using a normal directory beside the database (the directory that is already used by the backend for incoming messages) and delete files ourself as needed.

87807db64a2bbbda183f9e8a3a73c91f3f69e510 authored almost 8 years ago by B. Petersen <[email protected]>
For non-empty strings, do not use NewStringUTF() as this is buggy on some Android versions. Instead, create the string using 'new String(ByteArray, 'UTF-8');' which seems to be programmed more properly. (eg. on KitKat a simple 'SMILING FACE WITH SMILING EYES' (U+1F60A, UTF-8 F0 9F 98 8A) will let the app crash, reporting 0xF0 is a bad UTF-8 start, see http://stackoverflow.com/questions/12127817/android-ics-4-0-ndk-newstringutf-is-crashing-down-the-app )

6221c972836fb1d78955be9ebf07b2d0abef8671 authored almost 8 years ago by B. Petersen <[email protected]>
Set up photo type.

80226717b6f6fb01b45c2b58f8e12a86e0d620a5 authored almost 8 years ago by B. Petersen <[email protected]>
Change intro layout (paging below pages ...).

959f7af2abe3cd967923eeb5621eff614b4c2acf authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup paths.

2308990661b00a8c67b0f2e763108c3a667b7955 authored almost 8 years ago by B. Petersen <[email protected]>
Remove save-to-gallery option. We save all stuff internally; this avoids probles if a user deletes an image. Additionally, photos taken are always saved in the gallery; plus, the user can explicitly save data to the gallery (this avoids saving all files twice).

9f304f372a8b18e69c4a52c6ddbe86cbda91067f authored almost 8 years ago by B. Petersen <[email protected]>
Tuning settings dialog.

341580191ff85d99a5229b81d144dd21debfe4b7 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup WebPage stuff.

07065676f225d45d59062426019224c8e9e0dba8 authored almost 8 years ago by B. Petersen <[email protected]>
Simplify rights management.

47c9dc6e31919acc2fd55fc636e4917a8d983218 authored almost 8 years ago by B. Petersen <[email protected]>
Force reloading avatars, do not clear old values (looks smarter).

2514494d02d18c35f4630e324eff3f7d5dadda5d authored almost 8 years ago by B. Petersen <[email protected]>
Load avatars in working thread, cache avatars, reload avatars after pause (they may have been changed in another app then).

1c28c2d475577bf1d0182b5be0ca1cff9f771721 authored almost 8 years ago by B. Petersen <[email protected]>
Using a mask instead of clipping to create round avatars; this avoid problems with canvas setting sets and allows antialiasing.

41a92d56c47a44aaa42c633f8f6f2a74a781924e authored almost 8 years ago by B. Petersen <[email protected]>
Draw avatar photos.

6a6b024314d96080a81ee9982eac8a70fbebed9c authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup avatar management, route everything through ContactsController.setupAvatar().

12c95971a2846afff56caeb3aa3c30473c3c210a authored almost 8 years ago by B. Petersen <[email protected]>
Neutral language.

62ca3b6331fd8c968d001b2d8efc62b5260dbea0 authored almost 8 years ago by B. Petersen <[email protected]>
Add invite function.

c69f2fd75d9e2647a094cccb8f7eedac4afa7464 authored almost 8 years ago by B. Petersen <[email protected]>
Disable hiding of the floating button.

0fc45bc57a37396116fbcdb7bba8f7ac0dc85e87 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

0b9614f0bd86da21dee1ce7ce4b3363d935579b0 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

e8a073a42cfff3ef59b5260441fb44c247702e60 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

97b33ec9c40fc866282dedc614521473e1aaf6be authored almost 8 years ago by B. Petersen <[email protected]>
Optimize unread display.

f6458870aecb53e3e4fcb6da44b378d98d413c6f authored almost 8 years ago by B. Petersen <[email protected]>
Smart 'message seen' handling.

665f24db1e76ca3a02aded973a109c14eae61b2c authored almost 8 years ago by B. Petersen <[email protected]>
Mark incoming messages as read when seen.

a59be9d2af490ec75d2f437b59ecd6392e099af7 authored almost 8 years ago by B. Petersen <[email protected]>
Properly add date headlines.

1036139cb77e3abba742755e7ae705154f247150 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

f1854e46bea3b73d36af98eb8907365981ea9af2 authored almost 8 years ago by B. Petersen <[email protected]>
Remove unneeded reply functionality.

bfad3e57c7d45c0e1e7d814928cf393ad8b1ad9e authored almost 8 years ago by B. Petersen <[email protected]>
Remove unneded loading cells.

24ee24325bc198d08c8a548f82dc4a40aed27a99 authored almost 8 years ago by B. Petersen <[email protected]>
Remove unneded mergeDialogId stuff from ChatActivity.

c9f6db312f69e6104933134a370bccb3badfde1c authored almost 8 years ago by B. Petersen <[email protected]>
Remove ChatObject class.

6f60ba113e032ccdd71f7287b50cce85b77a9916 authored almost 8 years ago by B. Petersen <[email protected]>
Remove DraftQuery, StickersQuery, SharedMediaQuery & Co.

db112b226e53f65eec6e7b8753a3c67215472fa3 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

a87049e44391ebd1306b0614689bfcca9cff3b11 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

730b018b45c710359904abb8c79b6fcc8ad1e801 authored almost 8 years ago by B. Petersen <[email protected]>
Simplify chat objects.

60e72f14d811b9bf677af2630221e7beaa78837c authored almost 8 years ago by B. Petersen <[email protected]>
Remove UserObject.isDeleted().

e89b2855ceaacade8b78d875cce152e20c3d8a60 authored almost 8 years ago by B. Petersen <[email protected]>
Increase version.

56fb73088e57d86c4b56e6a41df107138b0ed8f9 authored almost 8 years ago by B. Petersen <[email protected]>
Adapt colors.

6623513c2acd71f6705f3cd8b5208565df3f4615 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup attach dialog.

3da3325c9b2b002bd0546dceeecc0b738ac70b41 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

c73d3564d498167844d9d9addd38cb6725df65c2 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup

2b822ecd22ea326cfb576cc2dc494d2eae84662b authored almost 8 years ago by B. Petersen <[email protected]>
Correct flow.

a81c92150476be91c4ece739419b537eb07875d9 authored almost 8 years ago by B. Petersen <[email protected]>
Show incoming messages in chat view.

c902044cc3812e0ea54e9e46d5f587230b6a20de authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

072945b2379e92bd4ab10ec25fc94be8d3264572 authored almost 8 years ago by B. Petersen <[email protected]>
Remove unneeded report functionality.

ca49e9899dac1df629d60999f474ce729edc8875 authored almost 8 years ago by B. Petersen <[email protected]>
Simplify messagesDidLoaded event.

f67d82452b7b49936ee8a44005a0e70e8956fb3a authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

1c3b7ce051db5f78932c1b0b314d9e65d5dc3dc9 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup

cd6d8114ad07c16453b679ac48e3f5fa4a607862 authored almost 8 years ago by B. Petersen <[email protected]>
Rename 'MrEditTextCell' to more generic 'EditTextCell'.

1baa5a5d9914c4029ae31c82f6d2af577c7ddc4f authored almost 8 years ago by B. Petersen <[email protected]>
Show more detailed error information.

a83dac9437f5760444389d19acca85aa17d11cdc authored almost 8 years ago by B. Petersen <[email protected]>
Capitalize words instead of sentences on name input.

e033c04d7affcc0a56b3d1553b8b4127f6261b1d authored almost 8 years ago by B. Petersen <[email protected]>
Update and translate intro strings.

bbd06d37dace799075d64f303a2ac16c8a7dd266 authored almost 8 years ago by B. Petersen <[email protected]>
Set IntroActivity's texts and images.

70b900649ed149c44a4e5d419aa76d28ba59cd34 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

ed442de0a4b50e88eb7d979d8a4acd15f2b8746d authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

b9d5d11b2be013eaa9b8a859b44c8af31233a1b7 authored almost 8 years ago by B. Petersen <[email protected]>
Start using only xhdpi-folder for 'non-native-gui'-drawables as icons or backgrouds (for native-gui-drawables, we offer different resolutions).

04b12852ba12bca7d514a794c5e7d05da0e7aee3 authored almost 8 years ago by B. Petersen <[email protected]>
Add IntroActivity.

88f57b0e4a7babc24dd408a3e1f056835b312d1a authored almost 8 years ago by B. Petersen <[email protected]>
Remove unneeded LoginActivity.

9294f3109b77f206df38543ab87e6c9dafeef1e3 authored almost 8 years ago by B. Petersen <[email protected]>
Show configuration result.

2c5c7b00cf5a8c82acd21f37c58e27f1eecb4af1 authored almost 8 years ago by B. Petersen <[email protected]>
Make MrMailbox-handle private.

cf5cab66952dd53d90f61a658640266ddb875623 authored almost 8 years ago by B. Petersen <[email protected]>
Add MrChatlist class.

c9837c662d3dc3d8861ed7e54ea3272d23d76e99 authored almost 8 years ago by B. Petersen <[email protected]>
Add MrChat.

27a1621f3a3d257bd50b1609b3d8170a61926b02 authored almost 8 years ago by B. Petersen <[email protected]>
Add MrContact and MrPoortext class.

96184c3820da4c1d7c95316e15fe10eaa839248e authored almost 8 years ago by B. Petersen <[email protected]>
Introduce MrMsg.

aba8908254c9c193531ea9d70470b63b5916b8cc authored almost 8 years ago by B. Petersen <[email protected]>
Show some 'not yet implemented' hints.

87634aa557ceadd297457ecfaabd20e890e03472 authored almost 8 years ago by B. Petersen <[email protected]>
Get rid of mrmsglist_t.

769e4999d37a048659a15c9ad826bbf17c252536 authored almost 8 years ago by B. Petersen <[email protected]>
Clearer 'Clean chat' message box.

153a1137445dac9504b48bc1ac4ea6c55fa142d9 authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

7fc0776d506934095ed9769ddddd126a8bc6c37e authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup.

c00397319f36681e2c080e25ccaeb3061fc7988b authored almost 8 years ago by B. Petersen <[email protected]>
Cleanup some intents, make widgets work.

09746d3f590932384b55bce0141cd39c9f4aa2b0 authored almost 8 years ago by B. Petersen <[email protected]>
Remove tgnet.

16cc42e0dbcddbfbd9e27223632f79ba23ca1b40 authored almost 8 years ago by B. Petersen <[email protected]>
Remove unused Google Breakpad.

c040c689936fec2f593c443f0eb3112a4f9e1ed3 authored almost 8 years ago by B. Petersen <[email protected]>
Remove intent-filter for external links.

a020aa878444c6e390da72f90fc2f9d727a697af authored almost 8 years ago by B. Petersen <[email protected]>
Refactor using com.b44t.*

ebc1156ac7324c2007a6b6636f136e5a23b3be1e authored almost 8 years ago by B. Petersen <[email protected]>
Rename project.

67cfd2f40479305ea687c90483852236cc03dabb authored almost 8 years ago by B. Petersen <[email protected]>
Add a hint on empty chat list.

0ab5b1edbecf36bb7216504338236100b82d6b21 authored almost 8 years ago by B. Petersen <[email protected]>
Rename 'Unknown users' to 'Mailbox', cleanup interface.

3bfaa53a80f89fd2c15e40bad114cd471c01c962 authored almost 8 years ago by B. Petersen <[email protected]>
Add option to delete a chat; remove option to delete all messages - as messages may be messenger-messages or e-mails, it is not clear what will happen. The user can delete explicit messages or use its e-mail program.

1e21f2bc8b55c1f30397969f0de55c2d0611bc9b authored almost 8 years ago by B. Petersen <[email protected]>
Avoid starting the phone-book-sync-thread twice at the same time.

4f6c374597816a930d2e0846af5f28c249657d11 authored almost 8 years ago by B. Petersen <[email protected]>
Sync address book.

b2714a195f08c80182ffa8b2bbf84ecebc00abaa authored almost 8 years ago by B. Petersen <[email protected]>
Prepare reading address book.

b9c1682c58147b3e22bd5a12cd759cabab1743a2 authored almost 8 years ago by B. Petersen <[email protected]>
When creating a contact for a single-user-chat, create the corresponding chat immediately.

d948bd023cd0046c7856ac4f0c4f80d0c95c6461 authored almost 8 years ago by B. Petersen <[email protected]>
Make 'GroupCreateFinalActivity' work.

84e4efd272038edcc94d7a2e1ea373556e40c8f3 authored almost 8 years ago by B. Petersen <[email protected]>
Remove 'Mr'-prefix in ui folder.

0ed6a363137245c6f537d502e1e172461d9d488a authored almost 8 years ago by B. Petersen <[email protected]>
Rename log file.

c680cae29e4694d8b445bfca4afffabfa77fc3f8 authored almost 8 years ago by B. Petersen <[email protected]>
Rename native library.

5a370ae9d676ba9d3784a7fa13149b50fca54ca6 authored almost 8 years ago by B. Petersen <[email protected]>
Correct log tag.

c8786a07a1b965f862ceeade194c7a6824bdaa6e authored almost 8 years ago by B. Petersen <[email protected]>
Typo

c73aef26ae776183a2a10de02de28e1bf43ac78a authored almost 8 years ago by B. Petersen <[email protected]>
Make unref-calls more clear.

fe39b96ecba07a3d2a9e08f5361b9bb7cfe79e38 authored almost 8 years ago by B. Petersen <[email protected]>
Reset minSdkVersion to 14 (I'm not using InstantRun).

956486b7e5768713db3e7de0ec6380ed2103f5bf authored almost 8 years ago by B. Petersen <[email protected]>
Correct static floating button.

08739fa84b04b7a8b58fa1cb9b26d278b80b26dc authored almost 8 years ago by B. Petersen <[email protected]>
Do not forget the 'Block menu'-entry after changing the name of a contact.

866386626bb0ac988b4547d4f924631bda3265b5 authored almost 8 years ago by B. Petersen <[email protected]>
Clearer delete/block/profile approch: A long click goes to the profile where the less freqently used options can be found.

b8b59649fbef5f33cdbd6aaa3ce6e36f3b7b5ce4 authored almost 8 years ago by B. Petersen <[email protected]>
Fix an exception error; we forgot to remember the updated handle.

aa4fb45888e900d5f9ff6fafeecd7a3eb733cc15 authored almost 8 years ago by B. Petersen <[email protected]>
Add functions to create and delete contacts.

effef5f8ade2953b6f32ba1c6832b044d6a8c682 authored almost 8 years ago by B. Petersen <[email protected]>
Add default wallpaper.

0dc14116ea3ca5e1b02c995d75fde8ba699f5edf authored almost 8 years ago by B. Petersen <[email protected]>