Releases: JTech-Forums/jtech-dpad-apk
Releases · JTech-Forums/jtech-dpad-apk
Release list
v2.3 — Play Store build (com.jtech.forums)
Play Store preparation build
applicationId: com.jtech.forums
versionCode: 5 | versionName: 2.3
Artifacts
app-release.apk— sideload / beta testingapp-release.aab— upload this to Google Play Console
Remaining Play Store checklist
Required before submission:
- Host
docs/privacy-policy.htmlat a public URL (e.g.jtechforums.org/privacy) and enter it in Play Console - Add ≥ 2 phone screenshots to
fastlane/metadata/android/en-US/images/phoneScreenshots/ - Complete Data Safety form in Play Console
- Complete IARC content rating questionnaire in Play Console
- Create app listing in Play Console and set distribution countries
User / internal testing:
- Publish to Internal Testing track first — share with ≥ 1 tester via Play Console
- Verify push notifications, D-Pad nav, file upload/download, and boot auto-start on a real device
- Promote to Closed Testing (Alpha) before open / production rollout
v2.3
- Add WebView download support via DownloadManager
- Add URL whitelist for allowed domains
Whitelisted domains
- jtechforums.org
- forums.jtechforums.org
- drive.usercontent.google.com
- drive.google.com
- dropbox.com
- github.com
- release-assets.githubusercontent.com
v2.2 (No Foreground Notifications)
Branch: no-foreground-notifications
Variant of v2.2 with foreground service removed. No persistent notification in the status bar/notification shade.
Trade-off: Android may kill the background service under memory pressure. It will auto-restart (START_STICKY) but there may be brief gaps in push notification listening.
Changes from main:
- Removed foreground service and persistent notification
- Removed FOREGROUND_SERVICE permissions
- Service runs as plain background service
JtechForums v2.2
- Self-hosted push notifications (no more external dependencies)
- Force reconnect on server URL change