* image-attachments:
Downloadable gets priority over emojis only
Display both message body and media, where relevant
Store oobUri and preserve message body
Stephen Paul Weber
created
c96f1d8
Downloadable gets priority over emojis only
* upstream/master: (27 commits)
show 'using account …' in incoming call screen
show contact jid in call screen
bump copyright year
Add handling of status code 333
increase default pw length
do not build emoji flavors
pulled translations from transifex
add changelog
fix ice candidate sending when different credentials are used
remove security check that ensures rtp connection was properly finished
code clean up
bump agp
store encrypted pgp files in private cache dir
do not restart wakelock if activity is finishing
delete pre lolipop weOwnFile()
use try with resources. remove unused methods
rename version suffix to playstore/free
bump appcompat, migrate to emoji2 and get rid of emoji flavor
fix rare npe
store recordings and documents in their respective folders
...
Instead of assuming that body must contain the OOB URI if present, store it
independently. Instead of overwriting the body with file metadata, store the
metadata in its own location.
Creates a new database for cheogram that is attached to the main connection so
that joins between the two can happen. This allows us to migrate our DB schema
seperately from the Conversations schema to keep merging with upstream more realistic.
This is used when something goes wrong with a MUC, e.g. a connection
error made the MUC kick you out. In this case you generally want to try
to rejoin.
751206a
Unify phone number normalization with Quicksy
Click to expand commit body
Uses phone location and libphonenumber to normalize.
Stephen Paul Weber
created
d375262
Passing through initializing -> inititalized -> dialling more stable
Click to expand commit body
Rather than starting right at dialling, which seemed to cause sometimes delays
in the in call screen appearing and also a different behaviour when a post dial
string was present, passing through all the states with some time in between
seems to result in a more stable and consistent UX with no change to functionality.
* more-tags:
Default dynamic tags to on
Display phone number type/label as a tag where relevant
Show dynamic tag "Android" when item is in Android contacts only