audiopolicy: Fix notification not sent for session releaseChange-Id: I dịch - audiopolicy: Fix notification not sent for session releaseChange-Id: I Việt làm thế nào để nói

audiopolicy: Fix notification not s

audiopolicy: Fix notification not sent for session release
Change-Id: Ifba4025532debc50c7931d08a9bcd1593d9b1721
— Steve Kondik / detail
Support for new properties to identify country based ecc #s added by RIL
If the device is in a country where the ecclist list has been
updated with the current country's ECC#s. For example if device
is in INDIA and we are checking for (XYZ, am, 101, XYZ) it will
return true since 101 will be found in ecclist but 101 is not
valid ECC# for Armenia(am). There could be a case where this
logic errors. For example 101 is valid ECC for INDIA and PAK
and we are currently in INDIA and CTS passes (XYZ, pk, 101,
XYZ). We should return true/valid ECC# but current logic will
return false. This scenario fails even today, so there is no
regression.

Issue-id:CYNGNOS-2412

Change-Id: I6e19aed8a84bd57244a40e7f1e06d4625d26ec77
— Deepak Kundra / detail
Null check before accessing AP objects
* The AP item list is destroyed and re-created on driver load/unload.
* Check before accessing them, as the driver may be unloaded, which may
cause a null pointer dereference.

REF: CYNGNOS-2559
Change-Id: If4f7600f6156d650211a7ac85b48f95f16c761e7
— Ethan Chen / detail
camera: fix large tiler memory leakages
This should fix large (>10M) tiler memory leakages that often occur when
the camera is closed. There are still smaller leaks left (several 4K pages
per run), but these are much less damaging.

Change-Id: Icc442407d357eeff4a1bce9edeff0f186f5646d1
— Luden / detail
CMBugReport: better bug report uploading
- Process the file first offline, then if online try to upload, otherwise
throw a retry notification for the user to try at their leisure.

- fix uploading for non-standard charsets

- Don't show activities in recents

Ticket: CYNGNOS-2445

Change-Id: I0e799f29f759402d2301be00e13ba074bbcf0ee4
Signed-off-by: Roman Birg
— Roman Birg / detail
NPE: check that cn is null and return
We don't want to store null values in our sharedprefs,
and we dont want to crash.

Ticket: CD-569
Change-Id: I647bb9bb8861ed4205c11940b2efcda884e49a21
— Stephen Bird / detail
Text/Multimedia message limit feature
Porting feature from 12.1 to 13.1
Feature to set/configure SMS and MMS limits per
conversation.

Bug: PAELLA-194,PAELLA-195
Change-Id: Ib1bd15f58a3d33572484d8c28de42e481c66f6b0
— tnmy-cyngn / detail
SetupWizard: add a CM-specific setup-complete settings key
Android uses Settings.Global.DEVICE_PROVISIONED and
Settings.Secure.USER_SETUP_COMPLETE and the system responds to those
database entries, such as allowing the keyguard to be visible, or maybe
pulling the statusbar down.

Since we still depend on some of Google's setup wizard, it also keys off
the same table rows and it may decide that the device is now provisioned
when we still haven't finished our own setup wizard, so let's add
another key that we have control over to show the real state of OUR
setup wizard.

Ticket: CYNGNOS-2431

Change-Id: Ic21689625f6d80e209161762ace741918b972aba
Signed-off-by: Roman Birg
— Roman Birg / detail
Telecom: refresh missed call notification on locale change
Ticket: OPO-610

Change-Id: If31bd443671de373ebb80a11bd583be0e590b48a
Signed-off-by: Roman Birg
— Roman Birg / detail
Update Ambient SDK to 1.5.5
Ticket: NOTES-39
Change-Id: I3706029f772ffa8d8f061331ab314b9f4be81b9f
— Raj Yengisetty / detail
CMSettings: add CM_SETUP_WIZARD_COMPLETED key
We need to store the state of _our_ setup wizard.

To not break existing devices' provisioning, copy the current state of the global
provisioned flag to the new key value.

Ticket: CYNGNOS-2431

Change-Id: I3d88361edc126788f42b28efd11f3c7598117138
Signed-off-by: Roman Birg
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
audiopolicy: Fix notification not sent for session releaseChange-Id: Ifba4025532debc50c7931d08a9bcd1593d9b1721— Steve Kondik / detailSupport for new properties to identify country based ecc #s added by RILIf the device is in a country where the ecclist list has beenupdated with the current country's ECC#s. For example if deviceis in INDIA and we are checking for (XYZ, am, 101, XYZ) it willreturn true since 101 will be found in ecclist but 101 is notvalid ECC# for Armenia(am). There could be a case where thislogic errors. For example 101 is valid ECC for INDIA and PAKand we are currently in INDIA and CTS passes (XYZ, pk, 101,XYZ). We should return true/valid ECC# but current logic willreturn false. This scenario fails even today, so there is noregression.Issue-id:CYNGNOS-2412Change-Id: I6e19aed8a84bd57244a40e7f1e06d4625d26ec77— Deepak Kundra / detailNull check before accessing AP objects* The AP item list is destroyed and re-created on driver load/unload.* Check before accessing them, as the driver may be unloaded, which may cause a null pointer dereference.REF: CYNGNOS-2559Change-Id: If4f7600f6156d650211a7ac85b48f95f16c761e7— Ethan Chen / detailcamera: fix large tiler memory leakagesThis should fix large (>10M) tiler memory leakages that often occur whenthe camera is closed. There are still smaller leaks left (several 4K pagesper run), but these are much less damaging.Change-Id: Icc442407d357eeff4a1bce9edeff0f186f5646d1— Luden / detailCMBugReport: better bug report uploading- Process the file first offline, then if online try to upload, otherwisethrow a retry notification for the user to try at their leisure.- fix uploading for non-standard charsets- Don't show activities in recentsTicket: CYNGNOS-2445Change-Id: I0e799f29f759402d2301be00e13ba074bbcf0ee4Signed-off-by: Roman Birg — Roman Birg / detailNPE: check that cn is null and returnWe don't want to store null values in our sharedprefs,and we dont want to crash.Ticket: CD-569Change-Id: I647bb9bb8861ed4205c11940b2efcda884e49a21— Stephen Bird / detailText/Multimedia message limit featurePorting feature from 12.1 to 13.1Feature to set/configure SMS and MMS limits perconversation.Bug: PAELLA-194,PAELLA-195Change-Id: Ib1bd15f58a3d33572484d8c28de42e481c66f6b0— tnmy-cyngn / detailSetupWizard: add a CM-specific setup-complete settings keyAndroid uses Settings.Global.DEVICE_PROVISIONED andSettings.Secure.USER_SETUP_COMPLETE and the system responds to thosedatabase entries, such as allowing the keyguard to be visible, or maybepulling the statusbar down.Since we still depend on some of Google's setup wizard, it also keys offthe same table rows and it may decide that the device is now provisionedwhen we still haven't finished our own setup wizard, so let's addanother key that we have control over to show the real state of OURsetup wizard.Ticket: CYNGNOS-2431Change-Id: Ic21689625f6d80e209161762ace741918b972abaSigned-off-by: Roman Birg — Roman Birg / detailTelecom: refresh missed call notification on locale changeTicket: OPO-610Change-Id: If31bd443671de373ebb80a11bd583be0e590b48aSigned-off-by: Roman Birg — Roman Birg / detailUpdate Ambient SDK to 1.5.5Ticket: NOTES-39Change-Id: I3706029f772ffa8d8f061331ab314b9f4be81b9f— Raj Yengisetty / detailCMSettings: add CM_SETUP_WIZARD_COMPLETED keyWe need to store the state of _our_ setup wizard.To not break existing devices' provisioning, copy the current state of the globalprovisioned flag to the new key value.Ticket: CYNGNOS-2431Change-Id: I3d88361edc126788f42b28efd11f3c7598117138Signed-off-by: Roman Birg
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: