Commit Graph

3635 Commits (bf692e8da354d3bfd44fe85fb3abb3cadec5e857)
 

Author SHA1 Message Date
Moxie Marlinspike 8bec5a96f5 Make delivery receipts work correctly on CDMA networks
Fixes #7646
6 years ago
Moxie Marlinspike d8a6fcf979 Retain latest 2 instead of latest 5 backups
Fixes #7650
6 years ago
Moxie Marlinspike 4669c45ff7 Perpetuate the original sin of dark theme
Fixes #7614
6 years ago
Moxie Marlinspike 2c405d1769 Delete raw contacts that are marked for deletion
Fixes #7628
6 years ago
Moxie Marlinspike 821957137a Check for context liveness to prevent NPE
Fixes #7633
6 years ago
Greyson Parrelli b8fbc91f33 Only show copy if text is selected, remove newlines from copied text.
We now check if _any_ text is selected when doing a batch selection
to determine if we should show the copy option. Also, previously it
was putting in empty lines for messages that don't have any text. I
changed it so empty messages have no effect on the text that is copied.

Fixes #7472
6 years ago
FeuRenard 404610fbcd Pass correct address from media overview to preview
Fixes #7384
Closes #7387
6 years ago
Moxie Marlinspike 3f3d7f549b Make an attempt to store/retrieve backups from removable storage
Fixes #7521
6 years ago
Moxie Marlinspike 7dd8baba5a Add permission callback to preference fragment 6 years ago
Moxie Marlinspike eb0af13887 Fix location URL encoding
Fixes #7604
6 years ago
Moxie Marlinspike 72310ed3c6 Group member dialog tap takes you to recipient preference
Fixes #7463
6 years ago
Moxie Marlinspike e86a9ce7eb Add phone number and direct dial to recipient preferences 6 years ago
Moxie Marlinspike c2c180e38d Bump version to 4.18.3 6 years ago
Moxie Marlinspike 0b0853a223 Clear cache on update 6 years ago
Moxie Marlinspike c573d5703b Bump version to 4.18.2 6 years ago
Moxie Marlinspike 8da8867bac Update language translations 6 years ago
Moxie Marlinspike ccc3ff4aac Fix for Glide image caching issue
Fixes #7630
6 years ago
Moxie Marlinspike ca471b1408 Explicitly remove messages.db journal
Fixes #7636
6 years ago
Moxie Marlinspike c3882e9d51 Bump version to 4.18.1 6 years ago
Moxie Marlinspike 3bceb0d8ec Delete old message DB 6 years ago
Moxie Marlinspike 0753ff85ed Default snippet type to 0 if it's null
Fixes #7551
6 years ago
Moxie Marlinspike 5f7c30e840 Remove some old tests
Fixes #7458
6 years ago
Moxie Marlinspike b9f99f9941 Manually calculate length of attachments if they're super old
Fixes #7560
6 years ago
Moxie Marlinspike 2c82b3610d Mark DB current after backup upgrade process
Fixes #7596
6 years ago
Moxie Marlinspike c0da061072 Bump version to 4.18.0 6 years ago
Moxie Marlinspike 90f2398219 Updated language translations 6 years ago
Greyson Parrelli 18039bc3f4 Show groups when searching for contacts.
Currently, if you're searching for a contact to start a conversation
with or send a share to (via the Android sharing system), groups do not
appear. With this change, groups will now appear when searching, located
under their own  heading.

Fixes #7202.
Closes #7577
6 years ago
Greyson Parrelli 5dc5503896 Fixed 'All Media' toolbar color mismatch.
In landscape, you'd see that the tabs were a different color from the
toolbar. This has been corrected so they're all the same color now.

Fixes #7578
Closes #7579
6 years ago
Greyson Parrelli a573ab7c76 Setup alternate domain front.
In preparation for Google shutting down domain fronting.

Closes #7584
6 years ago
Greyson Parrelli ea374735e1 Render images in a conversation true-to-size.
Previously, we were always rendering images as squares. Instead of doing
that, we now render them as close to true-to-size as possible (within
reasonable min/max width/height boundaries).
6 years ago
Moxie Marlinspike 9f8b4cf892 Populate incoming attachments with width and height from message 6 years ago
Moxie Marlinspike 3c30db7edf No longer generate image thumbnails manually
Delete manually calculated image thumbnails
6 years ago
Moxie Marlinspike 95d76638dc Simple encrypted glide disk cache 6 years ago
Greyson Parrelli 7e1e666172 Strip EXIF metadata from all JPEG images.
Strip all EXIF metadata from all JPEGs by re-encoding the JPEG. This
will keep all of the necessary visual effects of the tags (by encoding
them directly in the image data) while stripped the EXIF tags
themselves.
6 years ago
Greyson Parrelli 10e5b24cfd Allow batch deletion of media.
It is now possible to batch-delete media in the "media overview" screen.
You can long press to enter multi-select mode. Then a delete button
appears on the menu bar. After pressing delete, you will get a
confirmation, and if the user confirms, the items will delete while a
progres dialog shows.
6 years ago
Greyson Parrelli 0c768a24e4 Allow deletion of media through preview.
When viewing a media in the media preview, you can delete it by pressing
a delete button on the action bar. It will then ask you to confirm your
choice. If you confirm, it will delete the attachment from the database
and from disk. If it was the only attachment for that message, the
message itself will also be deleted.
6 years ago
Joshua Lund a8cf5b8efa Update the issue template.
Closes #7581
6 years ago
Moxie Marlinspike f48f4a8812 Bump version to 4.17.5 6 years ago
Moxie Marlinspike d6610f0dd0 Add profile avatars to backup
Fixes #7450
6 years ago
Moxie Marlinspike 261296e41b Don't crash direct share service if avatar photo is missing
Fixes #7541
6 years ago
Moxie Marlinspike 26a16bf0ca Bump version to 4.17.4 6 years ago
FeuRenard 9c0129c4b0 Allow skipping registration PIN intervals on success
Closes #7517
Closes #7518
6 years ago
Moxie Marlinspike b168e14985 Move salt outside the loop 6 years ago
Moxie Marlinspike 73233c01ba Fix backup NPE
Fixes #7526
6 years ago
Moxie Marlinspike 90006e81db Add salt to backup header 6 years ago
Greyson Parrelli f544b7d7b4 Reduce image stutter by using subsampling more often.
Fixes #7208.
6 years ago
Moxie Marlinspike 5f12696bed Bump version to 4.17.3 6 years ago
Moxie Marlinspike 41d06fc8c2 Simplify reminder interval lookup
Fixes #7513
6 years ago
Moxie Marlinspike aff65abe91 Hide keyboard after backup passphrase entered
Fixes #7508
6 years ago
Moxie Marlinspike 64afce5f66 Switch to parameterized statements for backup
Fixes #7507
6 years ago