AABrowser
Android Auto WEB Browser
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- ExampleInstrumentedTest.kt
- error.html
- UmamiTracker.kt
- BookmarkManager.kt
- BrowserPreferences.kt
- SiteIconCache.kt
- AppThemeMode.kt
- QuickActionButtonMode.kt
- QuickActionButtonPosition.kt
- UserAgentProfile.kt
- NavigationManager.kt
- PermissionManager.kt
- SettingsActivity.kt
- SettingsViews.kt
- SponsorsManager.kt
- StartPageManager.kt
- TabManager.kt
- BookmarkAdapter.kt
- StartPageAdapter.kt
- TabAdapter.kt
- BrowserUIManager.kt
- MainActivitySetup.kt
- OverlayManager.kt
- QRUtils.kt
- ThemeManager.kt
- ClientCertHandler.kt
- ConfiguredWebView.kt
- CryptoHelper.kt
- SpeechRecognitionBridge.kt
- SslErrorHandlerHelper.kt
- AppConstants.kt
- MainActivity.kt
- ShareBookmarkActivity.kt
- dynamic_icon_tint.xml
- warning_icon_fill.xml
- warning_icon_on_fill.xml
- arrow_back_24px.xml
- arrow_forward_24px.xml
- bitcoin_qr.png
- bookmark_remove_24px.xml
- computer_24.xml
- content_copy_24px.xml
- crop_free_24px.xml
- delete_forever_24px.xml
- devices_other_24px.xml
- drag_handle_background.xml
- favorite_24px.xml
- gplv3.png
- home_24px.xml
- ic_arrow_back.xml
- ic_bookmark_add.xml
- ic_close.xml
- ic_close_small.xml
- ic_github.xml
- ic_launcher_background.xml
- ic_launcher_foreground.png
- ic_settings.xml
- ic_warning_red.xml
- info_24px.xml
- kid_star_24px.xml
- lock_24.xml
- lock_open_right_24.xml
- lock_reset_24px.xml
- new_window_24px.xml
- public_24px.xml
- refresh_24px.xml
- search_24px.xml
- security_24px.xml
- settings_24px.xml
- share.xml
- social_leaderboard_24px.xml
- start_page_gradient.xml
- tab_group.xml
- tab_group_24px.xml
- volunteer_activism_24px.xml
- activity_main.xml
- activity_settings.xml
- dialog_cleartext_confirmation.xml
- dialog_free_droid_warn.xml
- item_bookmark.xml
- item_browser_tab.xml
- item_sponsor.xml
- item_start_page_slot.xml
- presentation_browser.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- dimens.xml
- ids.xml
- strings.xml
- themes.xml
- dimens.xml
- colors.xml
- dimens.xml
- automotive_app_desc.xml
- backup_rules.xml
- data_extraction_rules.xml
- network_security_config.xml
- AndroidManifest.xml
- ExampleUnitTest.kt
- .gitignore
- build.gradle.kts
- proguard-rules.pro
- aabrowser1.png
- darkmode.gif
- litemode.gif
- sponsor_colors.md
- sponsors.json
- gradle-wrapper.jar
- gradle-wrapper.properties
- gradle-daemon-jvm.properties
- libs.versions.toml
- generate_icons.ps1
- .gitignore
- build.gradle.kts
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/kododake/AABrowser
Downloads the entire project code from GitHub to your computer.
cd AABrowser
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
