🔨 1 new commit to STClientP:main:
bcc2eba: Enhance security and modernize the UI with Material 3
- Refactor
- Secure network responses by decrypting server payloads.
- Add an application icon (
- Redesign the "Action Card" and "Action Button" components with improved visual states and animations. by NikkaGames
bcc2eba: Enhance security and modernize the UI with Material 3
- Refactor
MainActivity UI using Material 3 components (Scaffold, Card, CenterAlignedTopAppBar) and implement a dynamic dark/light theme in STClientTheme.kt.- Secure network responses by decrypting server payloads.
- Add an application icon (
img.png) and use Google-style icons throughout the main dashboard.- Redesign the "Action Card" and "Action Button" components with improved visual states and animations. by NikkaGames
🔨 2 new commits to STClientP:main:
5799657: Obfuscate string literals. by NikkaGames
e5ad3e7: Integrate Google Mobile Ads (AdMob) for banner and native ad support. by NikkaGames
5799657: Obfuscate string literals. by NikkaGames
e5ad3e7: Integrate Google Mobile Ads (AdMob) for banner and native ad support. by NikkaGames
🔨 1 new commit to ComuCompose:master:
dc6b283: Implement certificate embedding for MTLS
- Remove raw certificate and PFX asset files (
- Embed certificate and client key store data directly into
- Refactor
- Add BouncyCastle dependencies (
- Update ProGuard rules to keep BouncyCastle classes.
Signed-off-by: NikkaGames <[email protected]> by NikkaGames
dc6b283: Implement certificate embedding for MTLS
- Remove raw certificate and PFX asset files (
comuhttp.crt, comuclient.pfx).- Embed certificate and client key store data directly into
ComuMtlsHttp.kt.- Refactor
ComuMtlsHttp to use BouncyCastle for PKCS12 key store loading.- Add BouncyCastle dependencies (
bcprov-jdk15on, bcpkix-jdk15on) to build.gradle and libs.versions.toml.- Update ProGuard rules to keep BouncyCastle classes.
Signed-off-by: NikkaGames <[email protected]> by NikkaGames
🔨 1 new commit to CryptoBotSellerBot:main:
60204bf: Enhance UX, add firstName, and fix invite expiration
Updated greeting messages and payment button text for clarity.
Modified
updated related method calls. Added
documents for personalization. Standardized chat invite link
expiration to 31 days. Minor refactoring for consistency. by NikkaGames
60204bf: Enhance UX, add firstName, and fix invite expiration
Updated greeting messages and payment button text for clarity.
Modified
CreateInvoiceForDays to include firstName andupdated related method calls. Added
firstName to MongoDBdocuments for personalization. Standardized chat invite link
expiration to 31 days. Minor refactoring for consistency. by NikkaGames
🔨 1 new commit to ELFLoaderP:main:
f0db516: Improve SEC loader, split elf into pages according to p_flags by NikkaGames
f0db516: Improve SEC loader, split elf into pages according to p_flags by NikkaGames
🔨 2 new commits to ELFLoaderARM:zygisk:
2ab2f77: Split elf into pages according to p_flags by NikkaGames
f06f9d2: Split elf into pages according to p_flags by NikkaGames
2ab2f77: Split elf into pages according to p_flags by NikkaGames
f06f9d2: Split elf into pages according to p_flags by NikkaGames
🔨 1 new commit to STClientP:main:
2edf24f: Update menu features and refine FloatingWindow UI
- Clean up feature names.
- Modify
- Update
- Refactor
- Apply minor formatting and padding adjustments to various Compose UI components. by NikkaGames
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
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
- Update
- Enhance thread safety using
- Implement Android 13+ notification permission handling in
- Transition
- 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
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
- Network: Update server utilities.
Signed-off-by: NikkaGames <[email protected]> by NikkaGames
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
(
Added the new root CA certificate file
from January 21, 2026, to January 19, 2036. These changes
reflect a migration to a new certificate authority. by NikkaGames
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 thecomuhttp.crt and comuhttp.pfx files with updated versions.Added the new root CA certificate file
comu-ca.crt, validfrom 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
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
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
58fa945: Correlate responses with request GUID and harden call handlers by NikkaGames