- Aug 31, 2024
-
-
A vcf file can alias to both "text/vCard" and "text/x-vCard" MIME types and an ics file can alias to "text/vCalendar" as well as "text/x-vCalendar". However, if LineageOS does not get the "x-" MIME type, it will incorrectly display an empty MMS. Change-Id: I0b63767092c0e7422ff3592983d94b903d9e8cc5 Signed-off-by:
Pranav Vashi <neobuddy89@gmail.com> Signed-off-by:
Pranav Temkar <pranavtemkar@gmail.com> Signed-off-by:
Jis G Jacob <studiokeys@blissroms.org>
-
Fixes https://github.com/crdroidandroid/issue_tracker/issues/130 Signed-off-by:
DarkJoker360 <simoespo159@gmail.com> Signed-off-by:
Pranav Vashi <neobuddy89@gmail.com> Signed-off-by:
Pranav Temkar <pranavtemkar@gmail.com> Signed-off-by:
Jis G Jacob <studiokeys@blissroms.org> Change-Id: Ia1be18ef69a5281279c6a7140b8418c2c55e8b6e
-
fixes playing / displaying gifs replaces old deprecated FrameSequence & FrameSequenceDrawable libs Change-Id: I58a99dbe92896216462d788069095fe2f9a909f7
-
Mohammad Hasan Keramat J authored
Change-Id: Id2c6d382b5eff4811897d9157dd165ec289b188e
-
Change-Id: I8b999f59c2ff7af64f0104729b0f9d32f33c0e05
-
android docs doesn't state if SubscriptionInfo.getDisplayName() can return null, according to crash log it is returning null. Change-Id: I4d9ff380e60937db0fe6ee690378bb8fbd50a7cd
-
Change-Id: Iaf7bf52da0021b759f22d3b1a75f9cde605f1096
-
Change-Id: Iab3065194dff35d9752e6ad860755ade67038b02
-
Signed-off-by:
Pranav Vashi <neobuddy89@gmail.com> Signed-off-by:
Pranav Temkar <pranavtemkar@gmail.com> Signed-off-by:
Jis G Jacob <studiokeys@blissroms.org> Change-Id: I54d98b874fe9fef47bfd350b4e60b51e10f9f883
-
Signed-off-by:
Pranav Vashi <neobuddy89@gmail.com> Signed-off-by:
Pranav Temkar <pranavtemkar@gmail.com> Signed-off-by:
Jis G Jacob <studiokeys@blissroms.org> Change-Id: I912fc6893d189e1a67817c45fcc3794ca1f6ca2c
-
Signed-off-by:
minarypenguin <alexfinhart@gmail.com> Change-Id: Iaef1877a878db198dbf8fb25c1336d1168fa9f17
-
Change-Id: I3e91f392476a2ecd4e25f1f84bb6610e35c7b244
-
Change-Id: I52e1b24ab8179f210fec8ea7d19848e1de220797
-
- Jul 01, 2024
-
-
* Currently there is a check in place checking for the presence of a preferred sim card * For deletion of a conversation and message this is unnecessary and deleting a conversation from the main view does also not have that check already, so replace the check with just checking for being the default messaging app Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/5974 Test: Try deleting a single message or conversation from within conversation before and after Change-Id: Icd47882eb29e16a17ad57a79ea5e0c0f7855ffc6
-
- Jun 17, 2024
-
-
Mohammad Hasan Keramat J authored
Android 14.0.0 Release 50 (AP2A.240605.024) Change-Id: Idd2f7df0d3e249464efca67e2bc83bc15344e804
-
- May 21, 2024
-
-
Change-Id: I57165d5303f5e7a53c6ab980c56e8dc7fc294232 Signed-off-by:
Mohammad Hasan Keramat J <ikeramat@protonmail.com>
-
- Mar 19, 2024
-
-
Dhina17 authored
Android 14.0.0 release 29 Change-Id: Ib2e0d7ae3afc26b9cbcd627ec08aa52334028f87
-
- Feb 17, 2024
-
-
Android Build Coastguard Worker authored
Change-Id: Iea8578678f124f8c5832af6d971a16f908c003fe
-
- Feb 16, 2024
-
-
Ram Peri authored
-
- Feb 01, 2024
-
-
Android Build Coastguard Worker authored
Change-Id: I66019840dca00e905fd40f7d89fff6681b674187
-
- Jan 31, 2024
-
-
Xin Li authored
am skip reason: Merged-In I02e57588433b5ff1e4d2208c172b904deb8d8236 with SHA-1 3586032a is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/25973940 Change-Id: I2c2491a5436857459bad32495b4cd549f57fe094 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Jan 19, 2024
-
-
Michael Bestas authored
This reverts commit acdf51398a5ee4bddf12af7e86d9dee861d9646c. Change-Id: I40332291c9eb49bd4163a6ee8a5f6d1ff7e40def
-
Michael W authored
* Due to the sections not working anymore since we removed the duplicate numbers, we are left with a rather large empty space left of the contacts * Disable sectioning to make it look properly again Change-Id: Iff1849b80d70269933708e5440809c657f0d70d9
-
Nick authored
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.messaging/com.android.messaging.ui.SmsStorageLowWarningActivity}: java.lang.IllegalStateException: Fragment com.android.messaging.ui.SmsStorageLowWarningFragment$ChooseActionDialogFragment must be a public static class to be properly recreated from instance state. Change-Id: I78d46a6f74383a4b865759bc980240f6f73ff20d
-
Nick authored
Change-Id: I1cb3177704542fc48c42dc18a9e1f4d3118d4193
-
Tommy Webb authored
onAttachFragment in ForwardMessageActivity does not necessarily have to be provided with a ConversationListFragment, so there is no need to assert this. Just move along, as is done in VCardDetailActivity, etc. Change-Id: I41825c9c118d71d447b820d29f60fb10ef2d5fdf
-
Michael W authored
* 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
-
Georg Veichtlbauer authored
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
-
Timi Rautamäki authored
Co-authored-by:
Golbinex <2061409-Golbinex@users.noreply.gitlab.com> Co-authored-by:
Semavi Ulusoy <doc.divxm@gmail.com> Co-authored-by:
minarypenguin <alexfinhart@gmail.com> Co-authored-by:
Pranav Vashi <neobuddy89@gmail.com> Change-Id: Ib3c4b7f17cc48516dafb641fdb03e27135e4d3e8
-
Timi Rautamäki authored
Co-authored-by:
Asher Simonds <dayanhammer@gmail.com> Change-Id: Ibb58bad95d347542b3bac9bf7b88d7b5595cbda6
-
Michael W authored
* 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
-
Michael W authored
* Somehow there are multiple entries per some numbers, sometimes stored with, sometimes without spaces and/or invisible characters * This leads to the same number being shown multiple times * Don't add those entries by comparing number and type of all already added entries with the staging one Change-Id: Ic815393d3d4f4ba56107f42c9d8940309564554c
-
Han Wang authored
Change-Id: I4b81643c051a9b1377f2046c1aa0515c590736fc
-
Timi Rautamäki authored
* This is to have text-select handles differ from background color. Change-Id: Ia3c1dcf8d2073db3157f17f08b60df6cc6fe1c51
-
Michael Bestas authored
These have been removed in the notification channel commit Change-Id: Iacb73880f54eb6011f20669759c38d7284e0a814
-
z3DD3r authored
As part of mainline effort, AOSP cellbroadcast package name was changed from com.android.cellbroadcast to com.android.cellbroadcast.module Change-Id: Ie1f27abb0f645dd53c26d164b03c5e93c3c13cdc
-
Blaise authored
Adds the option to use individual colors for contacts. Matches the colors used in Contacts. Change-Id: I9f222308a900c5d47ec16f83232bd7f6d9af6cd7
-
Scott Warner authored
This prevents the white launch screen from appearing when the system theme is dark Change-Id: I861f9e5a58b4bb52385c75459fc4de73532d15a8
-