Skip to content

RU tranlations #2

Open
danyyok wants to merge 3 commits intoNeoteric-OS:bkafrom
danyyok:bka
Open

RU tranlations #2
danyyok wants to merge 3 commits intoNeoteric-OS:bkafrom
danyyok:bka

Conversation

@danyyok
Copy link

@danyyok danyyok commented Nov 1, 2025

No description provided.

@kaffuchino233
Copy link

I will test it and squash it with cn translations,thank you!

@kaffuchino233
Copy link

kaffuchino233 commented Nov 21, 2025

I will close the pr after i pushed commits.(the same in packages/apps/Settings)

rbnj pushed a commit that referenced this pull request Dec 6, 2025
@ idoybh edits: Adapted to A11's settings backup
[jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values

Change-Id: I831583fde68de15788e3d7ecab55d864726d140f

Commit message #2:

base: check whether device is charging when alwaysOnChargingEnabled is called

* Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in"

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

Commit message #3:

base: fix deadlock between activity manager and power manager

* Using the battery manager intent to query plugged in status was the root cause of deadlock,
  so inside power manager, user mIsPowered and setting value instead of using the intent based power status

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

[jhonboy121]: adapted to A13

[ghostrider-reborn]: keep default behaviour in power manager

Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678
Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
awakened1712 pushed a commit to neoteric-pp/android_frameworks_base that referenced this pull request Feb 3, 2026
[VZW-Skylo] apply Idle Mode Scanning for Terrestrial Network

Telephony Framework - base
- Add, Modify APIs, Callback

Bug: 374301122
Flag: EXEMPT bugfix
Change-Id: I73bcd046ba990c938f26b6c9e13d6c659cafac68
Signed-off-by: jaeshin <js074.lee@samsung.corp-partner.google.com>
awakened1712 pushed a commit to neoteric-pp/android_frameworks_base that referenced this pull request Feb 3, 2026
* changes:
  Build error fix
  [sat] Always show icon if Connected or On
  [Sat] Remove satellite-allowed polling mechanism in favor of callback
  [sat] Table log buffers
  Phase 4 Satellite build error fix
  Explicitly annotate system APIs in SatelliteManager with @Systemapi
  Add READ_BASIC_PHONE_STATE permission to Shell for CTS
  Implements satellite state change listener APIs
  Introduce satellite state change listener APIs
  Expose SatelliteManager as public manager class
  [Satellite] Changed start of satellite non-emergency mode in hdden menu to use intent instead of directly invoking satellite manager
  [satellite] Removed hardcoded package name
  Add notification when satellite availability changes
  [sat] add config for the opportunistic satellite icon
  [sat] add ktfmt formatting as its own CL
  [Satellite] Added default datagram value in default config.
  Google contribution item #12 - subitem Neoteric-OS#2, base [VZW-Skylo] apply Idle Mode Scanning for Terrestrial Network
  Implemented MT SMS polling Added resources for MT SMS polling (Can be removed when Google implement carrier configs for this feature)
  [satellite] Added onCarrierRoamingNtnAvailableServicesChanged callback
  [Satellite] Reading the datagram value from carrierConfig.
  Add deprovisionSatellite api
  Update API description for setDeviceAlignedWithSatellite()
awakened1712 pushed a commit to neoteric-pp/android_frameworks_base that referenced this pull request Feb 3, 2026
@ idoybh edits: Adapted to A11's settings backup
[jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values

Change-Id: I831583fde68de15788e3d7ecab55d864726d140f

Commit message Neoteric-OS#2:

base: check whether device is charging when alwaysOnChargingEnabled is called

* Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in"

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

Commit message #3:

base: fix deadlock between activity manager and power manager

* Using the battery manager intent to query plugged in status was the root cause of deadlock,
  so inside power manager, user mIsPowered and setting value instead of using the intent based power status

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

[jhonboy121]: adapted to A13

[ghostrider-reborn]: keep default behaviour in power manager

Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678
Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
awakened1712 pushed a commit to neoteric-pp/android_frameworks_base that referenced this pull request Feb 4, 2026
@ idoybh edits: Adapted to A11's settings backup
[jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values

Change-Id: I831583fde68de15788e3d7ecab55d864726d140f

Commit message Neoteric-OS#2:

base: check whether device is charging when alwaysOnChargingEnabled is called

* Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in"

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

Commit message #3:

base: fix deadlock between activity manager and power manager

* Using the battery manager intent to query plugged in status was the root cause of deadlock,
  so inside power manager, user mIsPowered and setting value instead of using the intent based power status

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

[jhonboy121]: adapted to A13

[ghostrider-reborn]: keep default behaviour in power manager

Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678
Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
awakened1712 pushed a commit to neoteric-pp/android_frameworks_base that referenced this pull request Feb 4, 2026
@ idoybh edits: Adapted to A11's settings backup
[jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values

Change-Id: I831583fde68de15788e3d7ecab55d864726d140f

Commit message Neoteric-OS#2:

base: check whether device is charging when alwaysOnChargingEnabled is called

* Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in"

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

Commit message #3:

base: fix deadlock between activity manager and power manager

* Using the battery manager intent to query plugged in status was the root cause of deadlock,
  so inside power manager, user mIsPowered and setting value instead of using the intent based power status

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

[jhonboy121]: adapted to A13

[ghostrider-reborn]: keep default behaviour in power manager

Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678
Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
awakened1712 pushed a commit to neoteric-pp/android_frameworks_base that referenced this pull request Feb 4, 2026
@ idoybh edits: Adapted to A11's settings backup
[jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values

Change-Id: I831583fde68de15788e3d7ecab55d864726d140f

Commit message Neoteric-OS#2:

base: check whether device is charging when alwaysOnChargingEnabled is called

* Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in"

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

Commit message #3:

base: fix deadlock between activity manager and power manager

* Using the battery manager intent to query plugged in status was the root cause of deadlock,
  so inside power manager, user mIsPowered and setting value instead of using the intent based power status

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>

[jhonboy121]: adapted to A13

[ghostrider-reborn]: keep default behaviour in power manager

Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678
Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants