Commit Graph

276 Commits (ac5306be5b7780e06d00ceefddb2f6b76644833c)

Author SHA1 Message Date
Moxie Marlinspike ac5306be5b Fix locale names
// FREEBIE

Closes #2564
10 years ago
agrajaghh 067b14d551 make some strings translateable
closes #2567

//FREEBIE
10 years ago
Jake McGinty 753a1c7219 add FAB content description
// FREEBIE
10 years ago
Jake McGinty ac0a1c0bc1 Conflicts UI touch-ups:
1) Fix i18n and layout naming.
2) Error header for message details.
3) Add back button to message details.

// FREEBIE

Closes #2593
10 years ago
Moxie Marlinspike 00d7b5c284 Better UX handling on identity key mismatches.
1) Migrate from GSON to Jackson everywhere.

2) Add support for storing identity key conflicts on message rows.

3) Add limited support for surfacing identity key conflicts in UI.
10 years ago
Jake McGinty 4397b55ceb fix padding problem in compose text
// FREEBIE
10 years ago
Sebastian Kürten 79dbf2746f Added new media icons for audio/video
Added icons new icons, deleted an old one.
Using new icons in AudioSlide/VideoSlide.

Closes #2304
10 years ago
agrajaghh a4bd9fae9a make "repeat alerts" setting translatable
Fixes #2511
Closes #2516

 //FREEBIE
10 years ago
Jake McGinty 5fac189736 "All images" view for conversations
// FREEBIE
10 years ago
Jake McGinty 9ffd84ce05 Increase readability of recv date in dark theme
Fixes #1483
// FREEBIE
10 years ago
Moxie Marlinspike 224b06f05a Theme the HMS picker.
// FREEBIE

Closes #2353
10 years ago
agrajaghh 20d43bbfcb add icons to the preference categories
Closes #2361
10 years ago
Moxie Marlinspike 7ffe6f053c Merge pull request #2435 from mcginty/dark-actionmode-popup
Fix white-on-white ActionMode popup in dark theme
10 years ago
Jake McGinty ea77191b70 Fix white-on-white ActionMode popup
// FREEBIE
10 years ago
Jake McGinty 10a74d6d08 move plurals to strings.xml
Resolves #2421
// FREEBIE
10 years ago
Jake McGinty 0fd52ad1fe more succinct relative dates
// FREEBIE
10 years ago
Moxie Marlinspike 57c17e705f Fix provisioning dialog strings.
// FREEBIE

Closes #2368
10 years ago
Jake McGinty 2e253fb6a8 provisioning dialog rework
// FREEBIE
10 years ago
Jake McGinty 48f6c2c526 Fix 'indicator tab' coloring
Was previously white-on-near-white
// FREEBIE
10 years ago
Jake McGinty 39fd1e8f46 fix incoming lock asset
// FREEBIE
10 years ago
Jake McGinty 810abe0275 material actionbar and fab
// FREEBIE
10 years ago
Calvin Hu a0599c1639 add theme to import/export activity
closes #2359
10 years ago
Jake McGinty 42da687602 Revert "add theme to import/export activity"
This reverts commit e64c067636.
10 years ago
Calvin Hu e64c067636 add theme to import/export activity 10 years ago
Moxie Marlinspike a0ed0842a0 Add expiration check on build freshness.
// FREEBIE
10 years ago
Moxie Marlinspike ed556fbd3a Support for multi-select in the conversation list.
// FREEBIE

Closes #1601
Closes #2214

Fixes #2188
Fixes #786
10 years ago
Moxie Marlinspike 6e85677c52 Support 'WiFi calling' devices.
// FREEBIE

Fixes #2254
Fixes #2240
Fixes #2160

Closes #2263
10 years ago
guiweber d7419caa4b Moved several hard-coded UI strings to strings.xml
Closes #2203
10 years ago
Jake McGinty 121b1493cc thumbnail generation and disk caching
// FREEBIE
10 years ago
McLoo 3ec95f7a8e More l10n - for decrypting errors
//FREEBIE

Closes #2231
10 years ago
Jake McGinty e650349bb7 Catch issues with bad MMSC URIs, add validation
Fixes #2202
// FREEBIE
10 years ago
McLoo 188d11bc23 Added l10n for ZXing intent message box
Closes #2147
10 years ago
Aaron M Brown a09e0afbd6 Explain size limit for large attachments in toasts.
// FREEBIE

Fixes #2100
Closes #2172
10 years ago
Moxie Marlinspike 426c56c77d Support install link
Closes #2001
Fixes #1722
10 years ago
Moxie Marlinspike 642334da1f Merge pull request #2212 from agrajaghh/betterpicker_translateable
make summary of passphrase timeout translatable
10 years ago
McLoo b44acd82e6 Added l10n for message details
//FREEBIE

Closes #2173
10 years ago
agrajaghh 3c7e319029 make summary of passphrase timeout translatable
//FREEBIE
10 years ago
ultrasandwich 6980a32628 Fix user-facing helping term 'insecure' to 'unsecured'.
Insecure implies an uncertainty of intention or confidence.
Unsecured is more specifically addressing the protocol which
wraps the message delivered.

Closes #1811
10 years ago
McLoo 9beb51bd77 Enabled audio and video drafts
//FREEBIE

Closes #1799
10 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
10 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
10 years ago
Moxie Marlinspike df12174458 Add support for notification reminders.
// FREEBIE

Closes #1623
Fixes #323
10 years ago
Jake McGinty 30232c1635 transport selection refactor
Closes #1724
// FREEBIE
10 years ago
Bastian Köcher 4a088410ae "add contact" button for unknown contacts
Closes #1551
10 years ago
Jake McGinty b05967f2c9 Show drafts in conversation list snippets
// FREEBIE
10 years ago
Moxie Marlinspike 3c4ac4b105 Add option that allows disabling MMS fallback with TS users.
// FREEBIE

Closes #1444
10 years ago
3xo ff05642f3e Enable progress indicator on group update
Closes #1165
10 years ago
Lukas Barth e5e5b93884 Add k-9 style avatars to group conversations
Closes #1107
10 years ago
agrajaghh 2f6cefca8a refactor preferences into multiple PreferenceFragments 10 years ago
Mladen Pejaković 3fcd2bb88d Add Croatian language to list
// FREEBIE

Closes #2167
Fixes #2026
10 years ago