* Apparently in QPR2, Material Design specifies iconSize which is set
as a dimension (18dp) and overwrites ours which is an enum
* Fix it by choosing a unique name for the styleable
Change-Id: I0e9f93dc5bf8d450ea987f3b1fde9641827f2f99
* Following recommendation of AS
* Also add the missing newlines at the end - they should be there and a
separate change doesn't make sense
Change-Id: I90ce1574910275458f51a151c8dcd6da49433504
* We don't have strings.xml in the translation pipe yet so move it to
our own strings instead
* Add an explainer comment as well
Change-Id: I392837e194c7c5d5b4b44d5cbba2ef2f521857ed
On light background they stand out lighter, but on dark they just blend
in - we can reuse the attachment background to fix that!
Change-Id: I0e0f09d0cd305ce1bc8aa07c3a20b79993d40e60
* With dark theme, they suddenly don't stand out from the background
anymore
* Give them more rounding but not as much as the chat bubbles
Change-Id: I32c1036bda348e0c58e1cb37edbe9c7fc72309e7
* We don't need two settings basically doing the same
* Handling the change needs to happen via RoleIntent, not
ACTION_CHANGE_DEFAULT
* Our own name sometimes can't be retrieved from package manager (?) -
just use it from strings
Change-Id: I28abc52329f00b33a316533f12a54a517cba3514
Instead of handling showing and picking the media ourselves,
use existing AcitivityResultContracts to pick images, videos
or contacts
Change-Id: I20079ad94882cc6bbfeae8d57ca0e4aa30612c01
We don't have an actual implementation returning anything but the
defaults, so apply the defaults directly anywhere we need them
Change-Id: Ic651b4b13977799f2f4d2c702c430798fbff77f8
* SMS are the least of your storage issues, if you reach the limit
* Both Intent.ACTION_DEVICE_STORAGE_LOW and
Intent.ACTION_DEVICE_STORAGE_LOW are not delivered to apps after O
* Remove all now unused strings from all languages - we don't sync those
with crowdin (yet)
Change-Id: If01f937acdafbb34d5a9e792db54de4761ec4cc5
* Packagemanager doesn't tell us about its' availability anymore
* It's accessible from notification settings, no need for the app to
be able to launch them
Change-Id: I10b7742917f8639c94b0187f158cc30156f90e92
Forwarding messages
Before: Dialog is white and rectangular
After: Dialog is rounded and dark theme has dark background
Settings->Advanced->My phone number
Before: Dialog is white and rectangular
After: Dialog is rounded and dark theme has dark background
Change-Id: I719b15cbe062899b4f5eaccd599eaf45e89dfd3d
* Commit 5628e20 introduced different colors for light and dark
mode but unfortunately chose a too light color so it was equal
to the background
* Go back to white on light theme, as prior to the mentioned patch
Change-Id: I4ff27b792374cffcfeaeb0b018553aed7a93eef9
Fixes the background in dark mode. Also modify the color for light
mode to be a very light shade of the neutral color.
Change-Id: I8a420405dcc478f5d50bf9b1d4739a58f8cd976a
* Removing the arrow from the message bubbles and adding a little
rounding to them and the input bar already does a lot in
modernizing the look of the app
Change-Id: Ia6466968553856fdf2ea15c10cfed79402e36a5d