Commit Graph

747 Commits (0b4fe84a41a1275bc66b6eddf787ebea1eca18a8)
 

Author SHA1 Message Date
Moxie Marlinspike 0b4fe84a41 Format-neutral compare numbers in MMS group with local device.
Closes #1018
11 years ago
Moxie Marlinspike b855a1805f Mark message details on pending messages as such.
Closes #1034
11 years ago
3xo 339193af12 Give user the opportunity to chose no LED-notification. 11 years ago
Jake McGinty 574f33c92d Merge pull request #1069 from phenx-de/color-cleanup
Moved colors to the right place.
11 years ago
Manuel b6a9eb5bf2 Closes #913: Message ID is -1 when called in aggregate 11 years ago
phenx-de 54b43b7536 Moved colors to the right place. 11 years ago
Moxie Marlinspike 37c9fb7cd1 Merge pull request #1053 from shenki/master
ConversationFragment: enable back button to dismiss message detail dialog
11 years ago
Joel Stanley 667d22bace ConversationFragment: enable back button to dismiss
The ConversationFragment has a AlertDialog for showing the message
details, which sets the cancelable property to be false. This stops the
user from being able to use the back button to dismiss the dialog.
11 years ago
Moxie Marlinspike 3d782449ed Merge pull request #1025 from DorianScholz/sharetextplain
Only receive text/plain.
11 years ago
Moxie Marlinspike 003095b08c Merge pull request #1020 from lxgr/fix-screensec
Use the "screen security" preference for the conversation list
11 years ago
Jake McGinty d121d9531e Merge pull request #992 from veeti/overdraw
Fix overdraw issues in the conversation view
11 years ago
Veeti Paananen 42aeca26f1 Fix overdraw issues in the conversation view
Remove the redundant window background and row backgrounds to improve
drawing performance.
11 years ago
Dorian Scholz ea8a1bae46 Only receive text/plain.
At the moment only text/plain is handled in RoutingActivity, so set filter in manifest accordingly.
This prevents #316. But at some point sharing text/calendar or better */* would be nice...

// FREEBIE
11 years ago
Jake McGinty 054fcdca8d Merge pull request #1007 from SamWhited/issue998
s/Verify Recipient/Verify Identity/
11 years ago
Lukas Ribisch 278220cf18 Use the "screen security" preference for the conversation list
It was previously only used for ConversationListActivity. This should be all
the locations (according to a grep for FLAG_SECURE).

FREEBIE
11 years ago
Chris Glass 35eeaa9bd5 Added more build information to BUILDING.md
Added more instructions about setting up a development environment.
11 years ago
Moxie Marlinspike fbf02603ce Bump version to 2.0.4 11 years ago
Sam Whited fa423e4432 s/Verify Recipient/Verify Identity/ 11 years ago
Moxie Marlinspike 5caec4a146 Updated language translations. 11 years ago
Moxie Marlinspike dc77c43435 Merge pull request #796 from mcginty/pending_messages
pending messages more accurately conveyed to user
11 years ago
Jake McGinty 827298d1a2 Merge pull request #975 from tinloaf/reloadcontactlist
Reload contact list after directory refresh // FREEBIE
11 years ago
Lukas Barth 48f5b932f7 Reload contact list after directory refresh // FREEBIE
I forgot that in my PR, it seems.
11 years ago
Jake McGinty 90169e9468 pending messages more accurately conveyed to user 11 years ago
Moxie Marlinspike b5fe378bc9 Workaround for Android bug when swiped from recent tasks list.
Closes #168

https://code.google.com/p/android/issues/detail?id=53313
11 years ago
Moxie Marlinspike 0f53c9d170 Merge pull request #966 from backspace/add-video-sharing
Support videos from other apps. Fixes #949
11 years ago
Moxie Marlinspike 3474950830 Merge pull request #956 from tinloaf/refreshfromlist
Add possiblity to refresh the push directory directly from contact list
11 years ago
Lukas Barth 39ee363150 Add possiblity to refresh the push directory directly from the contact picking list. Fixes #835. Fixes #859.
Thanks benalbrecht for the icons.
11 years ago
Buck Doyle 411e3ceff6 Support videos from other apps. Fixes #949 11 years ago
Moxie Marlinspike b7f8c3b3d3 Merge pull request #961 from cloudkicker/notification_preferences
Make notification preferences look normally
11 years ago
Moxie Marlinspike 3efa8e6899 Merge pull request #955 from benalbrecht/nocount
Use new icon from #905 for push message disable confirmation box
11 years ago
Vladislav Meshochkin 948f481530 Make notification preferences look normally 11 years ago
Benjamin Albrecht 716fdefa4c Use icon from #905 for push message disable confirmation box
//FREEBIE
11 years ago
Moxie Marlinspike 2dc893730a Auto-update every 12 hours instead.
// FREEBIE
11 years ago
Moxie Marlinspike 1af99ce155 Fix for periodic directory refresh.
// FREEBIE
11 years ago
Moxie Marlinspike 0850f1b0f1 Add libcurve25519 bins.
// FREEBIE
11 years ago
Florian Walch 1ddc45fd9c Build native code for multiple architectures.
* Include native libs without requiring intermediate .jar.
 * Fix build warnings; use latest build tools.
11 years ago
Moxie Marlinspike 977765c80f Merge pull request #941 from Wikinaut/add-new-string-ViewIdentityActivity_my_identity_fingerprint
add new string ViewIdentityActivity_my_identity_fingerprint
11 years ago
Thomas Gries 4b2d07ab35 add new string ViewIdentityActivity_my_identity_fingerprint 11 years ago
Jens Füllenbach 003ebe6364 Added the color white to the notification colors of the LED. 11 years ago
Benjamin Albrecht 2f7c005c23 Show confirmation box before disabling push messages 11 years ago
Moxie Marlinspike 367b481d07 Merge pull request #905 from benalbrecht/dialog_icons
Use modern icons in info and alert dialogs for ICS+
11 years ago
Moxie Marlinspike 5cd8c922d2 Merge pull request #648 from veeti/tweaks-and-polish
Assorted tweaks and polish
11 years ago
Moxie Marlinspike a2fe8a9d5c Make default group avatar icon actually work. 11 years ago
Benedict Pregler ee921a8f49 fixed some hardcoded strings 11 years ago
Benedict Pregler e0394b4481 a little typo mistake 11 years ago
Veeti Paananen de100f5be7 Add missing spaces 11 years ago
Veeti Paananen a020a57be6 End conversation selection action mode if all deselected
This seems to be common convention in most apps.
11 years ago
Veeti Paananen 28f1a0a636 Replace the attachment dialog header icon with something modern 11 years ago
Veeti Paananen 5a807ffc28 Use unified touch highlight in import & export 11 years ago
Veeti Paananen 757cb1c846 Add touch highlight to contact photos 11 years ago