Product Changelogs
Track version releases, feature additions, core modifications, and JNI memory fixes across the BadriTech Platform.
GreatGoga App – v2.4.0
• Dynamic Offerwall integration utilizing custom ad-attribution receivers.
• Gamified task rewards engine with local secure storage verification.
• Google Auth and Firebase Authentication flows.
• Redesigned UI with full Jetpack Compose canvas support.
• Migrated network requests to use gRPC protocol for compressed sync payloads.
• Offline synchronization conflicts between local SQLite/Room DB caching and cloud endpoints.
• Legacy REST API sync routes replaced by gRPC.
Bhagavad Gita App – v1.8.0
• Sanskrit and English translations embedded directly inside localized databases.
• Custom layout selectors (Sanskrit verses, English translations, and detailed commentary side-by-side).
• Optimized SQLite text searches to run under 30ms utilizing custom database indexes.
• Layout rendering issues on smaller screen viewports for Sanskrit text.
TruVideo Demo App – v2.1.2
• Dual-screen Presentation Mode overlay support for enterprise product reviews.
• Real-time upload telemetry log panels showing socket buffering.
• CameraX capture frame rates dynamically adjusted to maintain stability under thermal throttle.
• Video compression codecs memory leak on older MediaTek SoC devices.
NCKit Audio Demo – v1.0.0-beta
• Interactive microphone capture with original vs. cleaned live waveform plots.
• Environment noise profiles: Cafeteria, Fan Hum, and Traffic presets.
• Vocal formant extraction algorithm updated for improved treble clarity.
• Audio thread CPU scheduling issue causing micro-stuttering on Android 11.
NCKit Noise Cancellation SDK – v1.0.0-beta3
• Native NDK audio stream filters written in performance C++ pipelines.
• Multi-thread thread pools for real-time sample processing under 15ms buffer delay.
• Updated Kotlin Coroutine Flow wrappers to support reactive PCM processing listeners.
• Critical memory leaks inside native heap allocation loops during audio frame splicing.
• Legacy synchronous stream processing hooks.
PublisherSDK Ad-attribution – v1.5.0
• Google Play Install Referrer API bindings to automatically resolve download campaigns.
• Attribution signatures verification over encrypted gRPC channels.
• Database layer migrated to Room with encrypted SQL caching.
• SDK telemetry logs buffer locally and flush in batches of 10 events to optimize battery usage.
• Broadcast receiver loop firing twice during background network transitions.