Commit Graph

693 Commits (8d82033855d9bd8858a6714384e3f7abe10f844b)

Author SHA1 Message Date
Moxie Marlinspike 8d82033855 Notify when contacts join Signal
Closes #4314
// FREEBIE
10 years ago
Jake McGinty 8fd0ea39aa Simplify excessively convoluted camera logic
1) QuickCamera logic moved into CameraView

2) The strategies for texture vs. surface view were too complex
   with no observed gain. Better to remove and have to re-add
   if necessary than assume it to be necessary.

3) Drop CWAC-Camera dependency - the device profiles weren't being
   used very much and even that is deprecated so we'd be left on
   our own with new hardware. Not worth it.

4) Selfies first.

5) Layout/orientation mathy logic from CWAC moved into CameraUtils,
   with the  hopes that most of it might be further simplified or
   rendered unnecessary in the future.

Closes #4326

// FREEBIE
10 years ago
RiseT 08be47c03e Adjust a couple of strings in order to include calls AND messages.
Closes #4311
10 years ago
RiseT 13bd3c773c Make some 'notification sound' strings consistent with the rest
Closes #4324
// FREEBIE
10 years ago
Moxie Marlinspike 50794ba49d Updated language translations
// FREEBIE
10 years ago
Moxie Marlinspike f80909738d Update translations
// FREEBIE
10 years ago
Geonu Kang ea4def7ea1 Change string "Load" to "See"
Fixes #4304
Closes #4305
// FREEBIE
10 years ago
Jake McGinty 285bd3de0e tweak reminder jedi mind tricks
// FREEBIE
10 years ago
Moxie Marlinspike 35bcd30b24 Updated languages
// FREEBIE
10 years ago
Moxie Marlinspike 3453aadcfd Revert "Change string "Load" to "See""
This reverts commit 7a0765c1c2.
10 years ago
Geonu Kang 7a0765c1c2 Change string "Load" to "See"
Fixes #4304
Closes #4305
// FREEBIE
10 years ago
Jake McGinty 46def68776 really show reminders
fixes #4291
// FREEBIE
10 years ago
Sam Lanning c342f0d7e4 Change text of dialog box confirming blocking.
Blocking users now also blocks incoming calls, so the block confirmation
message has been updated.

fixes #4217
Closes #4295

// FREEBIE
10 years ago
Moxie Marlinspike 474922493f Fix audio seekbar layout on GB
Fixes #4287
// FREEBIE
10 years ago
Jake McGinty 2f568c6400 go back to old reminder view look
Closes #4283
// FREEBIE
10 years ago
Moxie Marlinspike 91785e5590 Updated language translations
// FREEBIE
10 years ago
Moxie Marlinspike 5111fe2e95 Display thumbnail previews for images in conversation list.
Closes #4262
// FREEBIE
10 years ago
Moxie Marlinspike 15c6f18750 Support for an audio view to allow in-app playback of audio.
Closes #4270
// FREEBIE
10 years ago
Jake McGinty 4ffb1ea95e in-conversation invite reminder
Closes #4250
// FREEBIE
10 years ago
Bastelbursche 38d0b5caa8 Remove unused strings with "session"
Closes #4208
10 years ago
Jake McGinty ae97495c47 only load partial conversation by default
Closes #4252
Fixes #3911
// FREEBIE
10 years ago
Moxie Marlinspike 7342d839bc Updated translations
// FREEBIE
10 years ago
Moxie Marlinspike b960f908dc Updated translations
// FREEBIE
10 years ago
Moxie Marlinspike 143f786322 Extern Incoming call string.
Fixes #4196
// FREEBIE
10 years ago
Geonu Kang a0859a71b2 Make 'reset secure session' consistent
Closes #4200
Fixes #4198
// FREEBIE
10 years ago
Moxie Marlinspike 26f8870344 server failed -> network failed
// FREEBIE
10 years ago
Moxie Marlinspike b45e6b6139 Updated translations
// FREEBIE
10 years ago
Moxie Marlinspike e0ebe6c858 Switch up thread record strings
// FREEBIE
10 years ago
Moxie Marlinspike 77d73fa572 Correctly display call actions in thread list
Fixes #4170
// FREEBIE
10 years ago
Moxie Marlinspike a7348f6ae0 Updated translations
// FREEBIE
10 years ago
Jake McGinty d071625326 fix experience upgrade versioning
Closes #4169
// FREEBIE
10 years ago
Moxie Marlinspike ff1f190110 Rename some strings
// FREEBIE
10 years ago
Moxie Marlinspike c6abb7dc64 Switch recipient preference from Rington -> Notification tone
// FREEBIE
10 years ago
Moxie Marlinspike 003787e4a6 Externalize missing strings.
Fixes #4158
// FREEBIE
10 years ago
Brinly Taylor 0d05a2bf09 Signal: Clarify a string.
Closes #4157
// FREEBIE
10 years ago
Jake McGinty 3035dc4df9 Experience upgrade splash screen.
Behaves similarly to the DatabaseUpgradeActivity. You have a
static list of ExperienceUpgrade models that include a "trigger"
version, where when a user upgrades through it a notification
will appear, and there will be a splash explanation screen.

Right now the splash screens are basic and not too configurable,
but that can be reworked as upgrades demand.

Closes #4151
10 years ago
Moxie Marlinspike 31e20ca87e Distinguish between secure and insecure call in conversation menu.
// FREEBIE
10 years ago
Moxie Marlinspike 123c7b2119 Extract RedPhone string resources
// FREEBIE
10 years ago
Moxie Marlinspike a0fc948519 Menu should be 'reset secure session,' since it'll never end.
// FREEBIE
10 years ago
Moxie Marlinspike 4044da849e Replace all strings containing 'TextSecure' with 'Signal'
// FREEBIE
10 years ago
Moxie Marlinspike cf14b0478d Fix up incoming call colors
// FREEBIE
10 years ago
Moxie Marlinspike 26979b1c62 Log calls to conversations
// FREEBIE
10 years ago
Moxie Marlinspike 36b7f767b6 Fixes for poorly merged behavior
1) Fixed call in progress notification

2) Don't cache auth info in service

// FREEBIE
10 years ago
Moxie Marlinspike 961b9b882f Working bluetooth
// FREEBIE
10 years ago
Moxie Marlinspike d83a3d71bc Support for Signal calls.
Merge in RedPhone

// FREEBIE
10 years ago
Jake McGinty c6e2b5f6c5 fix more batch select click edge cases
Closes #4122
// FREEBIE
10 years ago
Moxie Marlinspike ffae7a24f7 Updated language translations
// FREEBIE
10 years ago
Jake McGinty f047df0fe8 fix bubble height change glitch
Closes #4033
// FREEBIE
10 years ago
Jake McGinty 99d3374d35 migrate conversation list to RecyclerView
fixes #2488
fixes #2333
// FREEBIE
10 years ago
Jake McGinty 9ea53d7b1e fix gingerbread view issues
Closes #4085
// FREEBIE
10 years ago