Commit Graph

119 Commits (5cd8c922d2f82d13b5380071f300bc429e19826e)

Author SHA1 Message Date
Moxie Marlinspike 5cd8c922d2 Merge pull request #648 from veeti/tweaks-and-polish
Assorted tweaks and polish
12 years ago
Benedict Pregler ee921a8f49 fixed some hardcoded strings 12 years ago
Veeti Paananen de100f5be7 Add missing spaces 12 years ago
Moxie Marlinspike 81ee9e31c5 Update behavior for incoming SMS path.
1) On KitKat, unencrypted SMS messages are never stored in
   TextSecure unless it is set as the system-wide default.

2) On KitKat, if TextSecure is set as the system-wide default,
   provide an option to change the default to a different app.

3) Don't store the TextSecure challenge on KitKat+ devices.
12 years ago
Moxie Marlinspike a3e900ecbe Merge pull request #794 from SamWhited/issue788
Add option to disable screen security
12 years ago
Sam Whited 384fb3b2b5 Add option to disable screen security
See WhisperSystems/TextSecure#788
12 years ago
Matt Enright 852ca2ac05 Don't display sender in outgoing message details
Because we don't know it. Fixes WhisperSystems#711.
12 years ago
Jake McGinty 0015711759 migrate logcat submit to preferences
// FREEBIE
12 years ago
Jake McGinty ce68429a9b activity to submit logcat to pastebin 12 years ago
Moxie Marlinspike 20fd881613 Display error code from server when already registered elsewhere. 12 years ago
Tim Bücher bd167cbb17 Fix missing localozation strings for custom LED blink pattern. 12 years ago
Jake McGinty a0aaa7d724 Explain why SMS fallback is disabled when it is 12 years ago
Moxie Marlinspike ca2eecaedf Add advanced preference for refreshing push directory. 12 years ago
Moxie Marlinspike c36b5869fc Tweak create passphrase screen text. 12 years ago
Moxie Marlinspike 056dbd1a4e tweak text
//FREEBIE
12 years ago
Moxie Marlinspike 315cf2d8e4 Eliminate concept of group 'owner'. 12 years ago
Moxie Marlinspike da57a689c1 Fill in some strings.
// FREEBIE
12 years ago
Moxie Marlinspike 9c9866e7ee Add 'leave group' functionality. Includes other bug fixes. 12 years ago
Jake McGinty 7beab36c6a updates to conversation menu, and updating of group info
// FREEBIE
12 years ago
Moxie Marlinspike 918f223149 Add preference to disable the SMS channel all together.
1) If the SMS fallback preference is disabled, no outgoing
   messages will succeed via the SMS transport.

2) If the SMS fallback preference is disabled, "mirroring" the
   SMS db state when not the default system SMS app is disabled.
12 years ago
Jake McGinty 0cdc6fd87d embrace the darkness, don't open quickcontact for groups
// FREEBIE
12 years ago
Jake McGinty 0688dd0c2c repurpose ImageDivet for avatar, minor lint, fix bitmap decoding
// FREEBIE
12 years ago
Jake McGinty e05bacd8c3 fixing avatar selection when some gallery apps won't return any extras
but still succeed // FREEBIE
12 years ago
Moxie Marlinspike 760c96171d Merge branch 'master' into groups 12 years ago
Jake McGinty 25324a45b3 Show something for unnamed groups, allow us to have different default photos for groups vs. individuals 12 years ago
Jake McGinty 877ed8f59c Show TS group titles properly, hide MMS options 12 years ago
Jake McGinty e8251800ab gb icon for new group changed 12 years ago
Jake McGinty 93329df530 avatar selection on gb fixed, disable push groups if not push registered 12 years ago
Jake McGinty e81526e581 error messaging for group creation issues 12 years ago
Moxie Marlinspike e7e5bc0884 Verify identity keys on outgoing messages.
If PreKeyEntity identity key doesn't match local DB, fail
outgoing message and queue "incoming" identity key update
message for manual user approval.
12 years ago
Jake McGinty 556b0dec1d pretty up the interface/colors a bit. 12 years ago
Jake McGinty 9b41675f8f single contact selection 12 years ago
Jake McGinty fe55ac57d9 strings, strings, strings 12 years ago
Jake McGinty 01a438de09 basic messaging when non-push users are added 12 years ago
Jake McGinty b4a4e629f1 alignment and string work 12 years ago
Jake McGinty ed3151bdb5 backward compatible navigation drawer toggle // FREEBIE 12 years ago
Jake McGinty 9fd2c4753e ui wip 12 years ago
Jake McGinty 28c1c5006b icon, contact list and conversation redesign 12 years ago
Moxie Marlinspike a4a3b4a453 Update registration strings 12 years ago
Moxie Marlinspike 44092a3eff Support for Axolotl protocol.
1) Split code into v1 and v2 message paths.

2) Do the Axolotl protocol for v2.

3) Switch all v2 entities to protobuf.
12 years ago
Moxie Marlinspike 073b1f69e3 Rollbacks, v2 sms-transport key exchanges, push identity conflicts.
1) Stop protocol rollbacks.

2) Handle v2 version key exchange messages.

3) Handle identity key conflicts on prekeybundle messages.
12 years ago
Moxie Marlinspike 2042ca6cb7 Generate "prekeys" at push registration time.
This generates a large number of key exchange messages and
registers them with the server during signup.
12 years ago
Moxie Marlinspike d7070e7ecf Inserted the Registration activity into initial setup flow.
1) Added push messaging toggle to preferences.

2) Added push messaging registration screen to setup flow.

3) Migrated rest of SharedPreferences accessors to
   TextSecurePreferences.
12 years ago
Moxie Marlinspike 0ed9da9a2c Strings and slight cleanup 12 years ago
Moxie Marlinspike 2539723410 Fix string 12 years ago
Moxie Marlinspike 0958c30400 Stringify 12 years ago
Moxie Marlinspike 7eef93c829 Stringify and clean layout 12 years ago
Moxie Marlinspike 3634ba0b55 Registration with voice verification. 12 years ago
thoughtbox 8186694555 Change to string refs for Enter
To allow for translation
12 years ago
Veeti Paananen eb1b762a76 Improve password caching notification UI & UX
On Jelly Bean and above:

- Use the standard notification style for a better and consistent visual
  appearance

- Use the JB notification actions API for the locking action

- Use a lower notification priority to prioritize other notifications
  over TextSecure

On ICS:

- Use the existing custom notification layout

Everywhere:

- Allow opening the app itself from the notification

- Simplify strings: don't talk about a "cached passphrase" but about the
  app being "unlocked"/"locked"
12 years ago