Commit Graph

746 Commits (25028b717864c3ee0d83baf0c201d85d7f5556ce)

Author SHA1 Message Date
Moxie Marlinspike 25028b7178 Update to jobmanager 0.10.0
// FREEBIE
11 years ago
Jake McGinty 389128d1a3 fix edit-group intent extras
// FREEBIE
11 years ago
Moxie Marlinspike 6e85677c52 Support 'WiFi calling' devices.
// FREEBIE

Fixes #2254
Fixes #2240
Fixes #2160

Closes #2263
11 years ago
Moxie Marlinspike 1443d846c4 Use "singleTask" to ensure a single ConversationActivity instance.
1) Mark the Activity as singleTask.

2) Process onNewIntent for updates.

3) Propagate onNewIntent to the ConversationFragment.

Fixes #2232
Fixes #1532
Fixes #146
Fixes #851
Closes #2266
11 years ago
guiweber d7419caa4b Moved several hard-coded UI strings to strings.xml
Closes #2203
11 years ago
Jake McGinty e277f9f6d1 fix some missing recipient parcel bugs
// FREEBIE
11 years ago
McLoo 3f0932ff7b replace unlocalized 'at' in message details date
Making this a string resource has the potential for crashes.
Leaving it out completely is a little confusing.
The dash is the perfect solution - until a better date formatter is used.
Closes #2215
11 years ago
Jake McGinty 0a61534e03 fix recipient handling for media preview
// FREEBIE
11 years ago
Jake McGinty 121b1493cc thumbnail generation and disk caching
// FREEBIE
11 years ago
Jake McGinty b89b986a9e use PartAuthority when fetching part streams
resolves the self-send case

Fixes #2259
// FREEBIE
11 years ago
Jake McGinty 9e7928873b properly update transport options location
// FREEBIE
11 years ago
Moxie Marlinspike 21591dc6b1 Fix build.
// FREEBIE
11 years ago
McLoo 3ec95f7a8e More l10n - for decrypting errors
//FREEBIE

Closes #2231
11 years ago
Oliver Gasser 33d466a5cc Include group titles in search
When searching for messages only simple threads matching the
contact names are returned as search results. With this commit
also group converstations where the group title matches the search
term are displayed in the result. This makes search results more
consistent with the conversation list as now all conversation
titles (i.e. contact names and group titles) are searched through.

Fixes #1954
Closes #2216
11 years ago
Jake McGinty e8b947dfde Pass recipient ids, not recipient objects
Fixes #2233
// FREEBIE
11 years ago
Moxie Marlinspike 60a343120d Merge pull request #2230 from mcginty/manual-mms-pref-validation
Catch issues with bad MMSC URIs, add validation
11 years ago
McLoo 8af74e93a2 Replace button text to cancel TS registration
in RegistrationActivity from "skip" to "cancel", when coming from the reminder

Closes #2219
11 years ago
Jake McGinty e650349bb7 Catch issues with bad MMSC URIs, add validation
Fixes #2202
// FREEBIE
11 years ago
agrajaghh 44a4570870 remove double rotation of group avatars
//FREEBIE
11 years ago
Jake McGinty ec18da8aa9 memory-friendly resize for circle cropping
Fixes #2224
// FREEBIE
11 years ago
McLoo 4a8a939f64 Enabled audio and video drafts
All slide types do have an "image", changing the check order enables audio and video drafts.
//FREEBIE
11 years ago
agrajaghh cef203f261 rotate images based on exif information
Closes #1847
11 years ago
Moxie Marlinspike d7de5415b5 Skip drafts and outbox messages during imports.
// FREEBIE

Closes #1468
Fixes #892
11 years ago
McLoo 188d11bc23 Added l10n for ZXing intent message box
Closes #2147
11 years ago
Tal Hacohen 990902845a Change creation of drafts to onStop method.
Drafts were created only on destroy of the conversation activity.
Moved it to be on stop for the activity.

Closes #1985
11 years ago
Jake McGinty 07bb07c342 streaming media
// FREEBIE
11 years ago
Aaron M Brown a09e0afbd6 Explain size limit for large attachments in toasts.
// FREEBIE

Fixes #2100
Closes #2172
11 years ago
Aaron M Brown bbea017d5a Make message details reflect 24-hour system preference.
Fixes #2150
Closes #2163
11 years ago
Moxie Marlinspike 426c56c77d Support install link
Closes #2001
Fixes #1722
11 years ago
Moxie Marlinspike 642334da1f Merge pull request #2212 from agrajaghh/betterpicker_translateable
make summary of passphrase timeout translatable
11 years ago
McLoo b44acd82e6 Added l10n for message details
//FREEBIE

Closes #2173
11 years ago
agrajaghh 3c7e319029 make summary of passphrase timeout translatable
//FREEBIE
11 years ago
Lukas Barth 715b1ea10d Reset query string when search is collapsed
Closes #2041
11 years ago
Moxie Marlinspike 6b05f7905b Use betterpicker for HMS timeout.
// FREEBIE

Closes #1890
11 years ago
agrajaghh 0b62cf372b whitespace cleanup
//FREEBIE

Closes #1779
11 years ago
Moxie Marlinspike b7badec752 Switch to forked ShortcutBadger.
// FREEBIE
11 years ago
Jake McGinty c448a833f5 another minor pref tweak for mms fallback
1) fix summary for outgoing sms/mms
2) disable mms option when TS-users is unselected, same as the fallback
   approval option.

// FREEBIE
11 years ago
Jake McGinty 761049d6f8 minor preferences tweaks
1) shorten some summaries
2) add summaries to appearance subscreen
3) move common summary functions to common parent class

// FREEBIE
11 years ago
Moxie Marlinspike df12174458 Add support for notification reminders.
// FREEBIE

Closes #1623
Fixes #323
11 years ago
agrajaghh 6e7566f781 remove workaround for nested PreferenceScreen's
Closes #2208
//FREEBIE
11 years ago
Jake McGinty 30232c1635 transport selection refactor
Closes #1724
// FREEBIE
11 years ago
Bastian Köcher 4a088410ae "add contact" button for unknown contacts
Closes #1551
11 years ago
Jake McGinty b05967f2c9 Show drafts in conversation list snippets
// FREEBIE
11 years ago
Jabro 1d0c9536fc Support for ShortcutBadger
// FREEBIE

Closes #1574
Closes #1952

Fixes #1526
Fixes #321
11 years ago
Moxie Marlinspike 3c4ac4b105 Add option that allows disabling MMS fallback with TS users.
// FREEBIE

Closes #1444
11 years ago
3xo ff05642f3e Enable progress indicator on group update
Closes #1165
11 years ago
Moxie Marlinspike 4e98c350a5 Support localization in passphrase activity and lock notification.
// FREEBIE

Closes #1328
11 years ago
Lukas Barth e5e5b93884 Add k-9 style avatars to group conversations
Closes #1107
11 years ago
agrajaghh 2f6cefca8a refactor preferences into multiple PreferenceFragments 11 years ago
agrajaghh 55ee288c36 Refactor notification for encrypted messages.
Closes #1184
11 years ago