Skip to content

Icey067/Codev-Viewkey-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cødev 🛡️

Cødev Logo

A sleek Android app that opens encrypted code URLs in private browser windows.


🔥 What is Cødev?

Cødev is a privacy-first Android app designed for quickly accessing code-protected URLs in your browser's private/incognito mode. Set a URL template once, enter your codes, and launch — zero friction, maximum privacy.

Perfect for accessing encrypted content, viewkey-protected links, token-gated resources, or any URL that requires a dynamic code parameter.


✨ Features

Feature Description
🔗 URL Templates Set your base URL with a {CODE} placeholder — codes auto-fill into it
🔒 Private Browsing Opens URLs directly in your browser's incognito/private mode
🌐 Multi-Browser Support Brave, Chrome, Firefox, Opera, Opera GX, Edge, Samsung Internet, Vivaldi
💾 Save Codes Store frequently used codes inside the app for quick access
🎲 Randomizer Feeling lucky? Pick a random saved code and auto-launch it
🎨 Cyberpunk UI Dark theme with electric cyan & violet accents, glow animations
Instant Launch Keyboard "Go" action opens the URL immediately
📱 Auto-Detection Only shows browsers that are actually installed on your device

📱 Use Cases

🔐 Encrypted Content Viewing

Access viewkey-protected content where URLs follow a pattern like:

https://example.com/view?key={CODE}

🎟️ Token-Gated Access

Redeem access codes for gated content, APIs, or services:

https://api.service.com/access/{CODE}

🧪 Development & Testing

Quickly test different API keys, tokens, or parameters against a base URL:

https://localhost:3000/api/v1/data?token={CODE}

🔑 One-Time Password Links

Open OTP or verification links that require dynamic codes:

https://auth.example.com/verify?otp={CODE}

🎯 Quick URL Parameterization

Any scenario where you need to swap a single parameter in a URL and open it privately.


🚀 Getting Started

Prerequisites

  • Android Studio (latest)
  • Android device or emulator (API 31+)
  • At least one supported browser installed

Build & Run

git clone https://github.com/Icey067/Codev-Viewkey-launcher.git
cd Codev-Viewkey-launcher
./gradlew assembleDebug

Install the APK from app/build/outputs/apk/debug/app-debug.apk

How to Use

  1. Open Settings (⚙️) → Enter your URL template with {CODE} placeholder
  2. Enter a code on the main screen
  3. Select your browser from the installed options
  4. Tap "Open" → Launches in a private window
  5. Save codes with the + button for quick reuse
  6. Try the Randomizer 🎲 to launch a random saved code

🏗️ Tech Stack

  • Language: Kotlin
  • UI Framework: Jetpack Compose + Material 3
  • Architecture: Single-Activity with state-based navigation
  • Storage: SharedPreferences
  • Min SDK: 31 (Android 12)
  • Target SDK: 36

🌐 Supported Browsers

Browser Private Mode Package
🦁 Brave ✅ Private Tab com.brave.browser
🔵 Chrome ✅ Incognito com.android.chrome
🦊 Firefox ✅ Private Browsing org.mozilla.firefox
🔴 Opera ✅ Private Mode com.opera.browser
🎮 Opera GX ✅ Private Mode com.opera.gx
🔷 Edge ✅ InPrivate com.microsoft.emmx
🟣 Samsung Internet ✅ Secret Mode com.sec.android.app.sbrowser
🔺 Vivaldi ✅ Private Tab com.vivaldi.browser

📄 License

This project is licensed under the MIT License — see the LICENSE file for details.


Made with 💜 by Icey

About

Cødev is a privacy-first Android app designed for quickly accessing code-protected URLs in your browser's private/incognito mode. Set a URL template once, enter your codes, and launch — zero friction, maximum privacy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages