Commit Graph

725 Commits (9915fa347f1099960009e51d0ab2b9d2e6f7506a)

Author SHA1 Message Date
Jake McGinty 25da3525fa use material labels for passphrase text
closes #3374
Closes #4570
// FREEBIE
9 years ago
McLoo 245c0adeea add dark theme to PassphraseChangeActivity
also adding DynamicLanguage to fix ActionBar language changes
9 years ago
Jake McGinty 2ce2a0d5c3 add refresh in overflow to NewConversationActivity
fixes #4470
closes #4564
// FREEBIE
9 years ago
Christian Ascheberg 1d8aef1669 Plural group join message
Closes #4535
Fixes #4521
// FREEBIE
9 years ago
Geonu Kang cca38ddf3f Improve Delete Thread, Reset Secure Session confirmation dialogs
Fixes #4512
Closes #4513
// FREEBIE
9 years ago
Jake McGinty 36426a74c1 correct all colorControl* AppCompat attributes
solves problem described in #4494
// FREEBIE
9 years ago
heyimgay 04f9187c14 activated state of switches match textsecure color
fixes #3881
9 years ago
Jake McGinty f82a7fee49 re-commit refactored CameraView
closes #4529
Confirmed fixed front-camera bug in Galaxy Nexus.

// FREEBIE
9 years ago
Sam Lanning 66578a2c76 Change notification privacy setting wording
"Neither" -> "No name or message"

fixes #3903
closes #3966

// FREEBIE
9 years ago
agrajaghh c4339813e6 migrate to AppCompatDialog
closes #3222
9 years ago
Carlin 927aac2c4a Add button to toggle passphrase visibility
closes #3776
// FREEBIE
9 years ago
McLoo 6c20a4c08b Change 'Title' to 'Group name' in group update message
closes #3424
//FREEBIE
9 years ago
Jake McGinty f3a4634d30 fix keyboard/focus regressions
I don't know how it was working the first time.

fixes #4527
Closes #4555
// FREEBIE
9 years ago
Moxie Marlinspike fecc5e63e8 Update language translations
// FREEBIE
9 years ago
Moxie Marlinspike cb60e08da2 Update language translations
// FREEBIE
9 years ago
Jake McGinty 0c75e652eb bring back the ripple when clicking on preview
Closes #4506
// FREEBIE
9 years ago
Jake McGinty d3000f384f adhere to android plural standards
// FREEBIE

Closes #4503
9 years ago
Jake McGinty 76b0183e0f move db query off main thread, fix group self-add
fixes #4168
Closes #4502
// FREEBIE
9 years ago
Jake McGinty fb8d6cb538 contact selection reeemix
1) RecyclerView-based, with better long scroller
   and more material-inspired look.
2) Add badge for Signal users to contact selection
   list.

// FREEBIE
9 years ago
Moxie Marlinspike 7bec5efe1a Add 'Signal Call' option to contact card
Fixes #4392
Closes #4465
// FREEBIE
9 years ago
agrajaghh 5c59c3f423 make invite strings plural
fixes #4388
Closes #4389

// FREEBIE
9 years ago
Sebastian Morr 181c7dfd85 Add the option to mute notifications for one year.
Fixes #4448.
Closes #4454
9 years ago
RiseT e1f9519235 Replace 'my' with 'your'
See
https://www.google.com/design/spec/style/writing.html#writing-language

// FREEBIE
9 years ago
RiseT 7f0b0803bc Change 'SD card' to 'storage' & cosmetic corrections
Fixes #3920
9 years ago
Jake McGinty b0137c08cb go back to old CameraView
Fixes #4415
Closes #4484
// FREEBIE
9 years ago
Moxie Marlinspike 56117237b6 Updated translations
// FREEBIE
9 years ago
Jake McGinty 381c8820b1 remove unused CircleIndicator
Fixes #4393
closes #4397
// FREEBIE
9 years ago
Moxie Marlinspike 09c57f3f44 Add close button to attachment type selector
// FREEBIE
9 years ago
Moxie Marlinspike be0ca330f5 Nicer looking attachment type selector
Closes #4367
// FREEBIE
9 years ago
Jake McGinty 59f2446a2b unjankify incoming media sharing
Closes #4374
Fixes #3989
// FREEBIE
9 years ago
Manuel Geier 328a3ff20e show total number of messages or threads to be deleted
in delete-confirm-dialogs

Closes #4284

// FREEBIE
9 years ago
Jake McGinty 3e798a9863 batch invitation
// FREEBIE
9 years ago
Moxie Marlinspike 8d82033855 Notify when contacts join Signal
Closes #4314
// FREEBIE
9 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
9 years ago
RiseT 08be47c03e Adjust a couple of strings in order to include calls AND messages.
Closes #4311
9 years ago
RiseT 13bd3c773c Make some 'notification sound' strings consistent with the rest
Closes #4324
// FREEBIE
9 years ago
Moxie Marlinspike 50794ba49d Updated language translations
// FREEBIE
9 years ago
Moxie Marlinspike f80909738d Update translations
// FREEBIE
9 years ago
Geonu Kang ea4def7ea1 Change string "Load" to "See"
Fixes #4304
Closes #4305
// FREEBIE
9 years ago
Jake McGinty 285bd3de0e tweak reminder jedi mind tricks
// FREEBIE
9 years ago
Moxie Marlinspike 35bcd30b24 Updated languages
// FREEBIE
9 years ago
Moxie Marlinspike 3453aadcfd Revert "Change string "Load" to "See""
This reverts commit 7a0765c1c2.
9 years ago
Geonu Kang 7a0765c1c2 Change string "Load" to "See"
Fixes #4304
Closes #4305
// FREEBIE
9 years ago
Jake McGinty 46def68776 really show reminders
fixes #4291
// FREEBIE
9 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
9 years ago
Moxie Marlinspike 474922493f Fix audio seekbar layout on GB
Fixes #4287
// FREEBIE
9 years ago
Jake McGinty 2f568c6400 go back to old reminder view look
Closes #4283
// FREEBIE
9 years ago
Moxie Marlinspike 91785e5590 Updated language translations
// FREEBIE
9 years ago
Moxie Marlinspike 5111fe2e95 Display thumbnail previews for images in conversation list.
Closes #4262
// FREEBIE
9 years ago
Moxie Marlinspike 15c6f18750 Support for an audio view to allow in-app playback of audio.
Closes #4270
// FREEBIE
9 years ago