Skip to content
An Android app and Chrome extension for searching the Android SDK documentation.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Do a full build on CI Feb 25, 2019
.idea/runConfigurations Add URL intercepting Jul 3, 2018
api Use suspend mains for CLI apps Mar 1, 2019
art Add raster debug icons for Android Jul 15, 2018
backend/dac-proxy Fully encapsulate implementation Feb 27, 2019
bugsnag-tree Switch to multiplatform Timber snapshot. Jun 1, 2018
chrome-platform Expose manifest as a property Feb 28, 2019
debug-updater Add FOREGROUND_SERVICE permission for targetSdk 28 Feb 27, 2019
frontend Do not retain runtime invisible annotations in the APK May 2, 2019
gradle Gradle 5.4 Apr 16, 2019
presentation Use UMD for JS Feb 26, 2019
references Extract source linker to a library so it can be tested Mar 4, 2019
roboto Migrate to AndroidX Sep 16, 2018
search Remove configuration support Feb 27, 2019
sqldelight-coroutines-extensions Use channel close callback to remove query listener Oct 2, 2018
store/item Bump the item store versions Apr 9, 2019
sync Use UMD for JS Feb 26, 2019
.editorconfig ktlint Mar 29, 2018
.gitignore Strip non-path components from source URL lookups Jul 17, 2018
CHANGELOG.md Version 1.4.1.0 Apr 9, 2019
LICENSE.txt Initial scaffold. Jul 19, 2017
Procfile Create a simple proxy for DAC to expose stable JSON Feb 25, 2019
README.md List building prereqs in the README Jul 17, 2018
build.gradle AGP 3.4.0 May 1, 2019
gradle.properties R8 is on by default now May 2, 2019
gradlew Gradle 5.3 Mar 21, 2019
gradlew.bat Gradle 5.3 Mar 21, 2019
init.gradle Name and place trace files like profile files Aug 2, 2018
lint.xml Enable SyntheticAccessor check. Apr 18, 2018
settings.gradle Extract source linker to a library so it can be tested Mar 4, 2019
system.properties Use Java 11 on Heroku Feb 26, 2019

README.md

SDK Search

An Android app and Chrome Extension for searching the Android SDK documentation.

Google Play Chrome Web Store
Download! Install!

Building

Prerequisites:

  • JDK 8 (kapt doesn't like 9 or 10, TODO find/file a bug for this)
  • Node 8 or newer
  • Android SDK unzipped and ANDROID_HOME environment variable set to its path.

License

Copyright 2016 Jake Wharton

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You can’t perform that action at this time.