Commits by Nikka
9 subscribers
164 links
Owned by @NikkaGameS
Download Telegram
🔨 1 new commit to STClientP:main:

2edf24f: Update menu features and refine FloatingWindow UI

- Clean up feature names.
- Modify initAlertDialog to use a solid black background and allow cancellation on touch outside.
- Update Slider component to display the current integer value in its label.
- Refactor initJsonDialog to use prefs.edit {} block and improve layout padding.
- Apply minor formatting and padding adjustments to various Compose UI components. by NikkaGames
🔨 1 new commit to xiaomi-ingres-8450-mainline:main:

89cc761: Revise README with new repo link and kernel guides

Updated README to redirect to the new repository and added kernel development guides. by Nikka
🔨 1 new commit to STClientP:main:

26d0dc8: Optimize ESP rendering, update UI labels, and implement Foreground Service

- Refactor ESP rendering logic in main.cpp using a double-buffering approach (read/write frames) to reduce synchronization overhead.
- Update getFeatureList in JNI to improve feature naming.
- Enhance thread safety using std::shared_ptr and std::mutex.
- Implement Android 13+ notification permission handling in MainActivity.
- Transition FloatingWindow to a foreground service with a persistent notification and dataSync type.
- Update service start logic to include cache cleaning and file permission adjustments via Shell commands.
- Fix socket timeout and cleanup logic in the ESP networking thread.
- Update AndroidManifest.xml with required foreground service and notification permissions. by NikkaGames
🔨 1 new commit to ComuCompose:master:

8620c0f: Implement string obfuscation and update server connectivity

- Security: Integrate string obfuscation across all major activities, handlers, and service components.
- Security: Update MTLS certificate and client key data in ComuMtlsHttp.kt.
- Network: Update server utilities.

Signed-off-by: NikkaGames <[email protected]> by NikkaGames
🔨 1 new commit to ComuServer:main:

fc28a84: Update certificates and client CA configuration

Updated HTTPServer.cs to use the new client CA certificate
(comu-ca.crt) instead of comuhttp.crt. Replaced the
comuhttp.crt and comuhttp.pfx files with updated versions.
Added the new root CA certificate file comu-ca.crt, valid
from January 21, 2026, to January 19, 2036. These changes
reflect a migration to a new certificate authority. by NikkaGames
🔨 4 new commits to QcPep8280:master:

967645e: Initial commit by NikkaGames
aad831c: pep: expand crashdump and debugger parity paths by NikkaGames
c002eba: pep: add bugcheck snapshot payload and scope gating by NikkaGames
03251da: push latest changes by NikkaGames
🔨 1 new commit to ComuCompose:master:

dc7e2fb: Add GUID-correlated request handling and Compose emoji panel by NikkaGames
🔨 1 new commit to ComuServer:main:

58fa945: Correlate responses with request GUID and harden call handlers by NikkaGames
🔨 1 new commit to ComuCompose:master:

d145484: Fix chat history routing and theme/animate emoji panel by NikkaGames
🔨 1 new commit to ComuCompose:master:

300ff5f: Fix Compose color animation import for emoji panel by NikkaGames
🔨 1 new commit to ComuCompose:master:

04164c8: Expand emoji panel with categories and Tenor GIF support by NikkaGames