• Stars
    star
    114
  • Rank 297,187 (Top 7 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A command-line tool for checking Android OS version history written by Rust.


droid – Logo

GitHub Actions workflow status Crates.io version


Installation - Usage

A command-line tool for checking Android OS version history written by Rust.




Installation

  1. Install the droid binary:

    Homebrew

    % brew install wasabeef/tap/droid

    Rust

    % cargo install droid

Download archives of precompiled binaries if you don't use the platforms below.

Usage

Find by API Level

droid api <level>
droid a <level>
% droid api 21      


+---------+-----------+-----------+--------------+
| VERSION | CODE_NAME | API_LEVEL | RELEASE_DATE |
+---------+-----------+-----------+--------------+
| 5.0     | Lollipop  | 21        | 2014-11-12   |
| 5.0.1   | Lollipop  | 21        | 2014-12-02   |
| 5.0.2   | Lollipop  | 21        | 2014-12-19   |
+---------+-----------+-----------+--------------+

Find by Version number

"Search for words that start with <number>"

droid version <number>
droid v <number>
% droid version 4.4


+---------+----------------------------------+-----------+--------------+
| VERSION | CODE_NAME                        | API_LEVEL | RELEASE_DATE |
+---------+----------------------------------+-----------+--------------+
| 4.4     | KitKat                           | 19        | 2013-10-31   |
| 4.4.1   | KitKat                           | 19        | 2013-12-05   |
| 4.4.2   | KitKat                           | 19        | 2013-12-09   |
| 4.4.3   | KitKat                           | 19        | 2014-06-02   |
| 4.4.4   | KitKat                           | 19        | 2014-06-19   |
| 4.4W    | KitKat, with wearable extensions | 20        | 2014-06-25   |
| 4.4W.1  | KitKat, with wearable extensions | 20        | 2014-09-06   |
| 4.4W.2  | KitKat, with wearable extensions | 20        | 2014-10-21   |
+---------+----------------------------------+-----------+--------------+

Find by Code name

droid code <level>
droid c <level>
% droid code pie      


+---------+-----------+-----------+--------------+
| VERSION | CODE_NAME | API_LEVEL | RELEASE_DATE |
+---------+-----------+-----------+--------------+
| 9       | Pie       | 28        | 2018-08-06   |
+---------+-----------+-----------+--------------+

Find All

droid list
droid
% droid

+---------+----------------------------------+-----------+--------------+
| VERSION | CODE_NAME                        | API_LEVEL | RELEASE_DATE |
+---------+----------------------------------+-----------+--------------+
| 1.0     | Alpha                            | 1         | 2008-09-23   |
| 1.1     | Beta                             | 2         | 2009-02-09   |
| 1.5     | Cupcake                          | 3         | 2009-04-27   |
| 1.6     | Donut                            | 4         | 2009-09-15   |
| 2.0     | Eclair                           | 5         | 2009-10-26   |
| 2.0.1   | Eclair                           | 6         | 2009-12-03   |
| 2.1     | Eclair                           | 7         | 2010-01-12   |
| 2.2     | Froyo                            | 8         | 2010-03-20   |
| 2.2.1   | Froyo                            | 8         | 2011-01-18   |
| 2.2.2   | Froyo                            | 8         | 2011-01-22   |
| 2.2.3   | Froyo                            | 8         | 2011-11-21   |
| 2.3     | Gingerbread                      | 9         | 2010-12-06   |
| 2.3.1   | Gingerbread                      | 9         | 2010-12      |
| 2.3.2   | Gingerbread                      | 9         | 2011-01      |
| 2.3.3   | Gingerbread                      | 10        | 2011-02-09   |
| 2.3.4   | Gingerbread                      | 10        | 2011-04-28   |
| 2.3.5   | Gingerbread                      | 10        | 2011-07-25   |
| 2.3.6   | Gingerbread                      | 10        | 2011-09-02   |
| 2.3.7   | Gingerbread                      | 10        | 2011-09-21   |
| 3.0     | Honeycomb                        | 11        | 2011-02-22   |
| 3.1     | Honeycomb                        | 12        | 2011-03-10   |
| 3.2     | Honeycomb                        | 13        | 2011-07-15   |
| 3.2.1   | Honeycomb                        | 13        | 2011-11-20   |
| 3.2.2   | Honeycomb                        | 13        | 2011-08-30   |
| 3.2.3   | Honeycomb                        | 13        | 2011-08-30   |
| 3.2.4   | Honeycomb                        | 13        | 2011-12      |
| 3.2.5   | Honeycomb                        | 13        | 2012-01      |
| 3.2.6   | Honeycomb                        | 13        | 2012-12      |
| 4.0     | Ice Cream Sandwich               | 14        | 2011-10-18   |
| 4.0.1   | Ice Cream Sandwich               | 14        | 2011-10-21   |
| 4.0.2   | Ice Cream Sandwich               | 14        | 2011-11-28   |
| 4.0.3   | Ice Cream Sandwich               | 15        | 2011-12-16   |
| 4.0.4   | Ice Cream Sandwich               | 15        | 2012-03-29   |
| 4.1     | Jelly Bean                       | 16        | 2012-07-09   |
| 4.1.1   | Jelly Bean                       | 16        | 2012-07-11   |
| 4.1.2   | Jelly Bean                       | 16        | 2012-10-09   |
| 4.2     | Jelly Bean                       | 17        | 2012-11-13   |
| 4.2.1   | Jelly Bean                       | 17        | 2012-11-27   |
| 4.2.2   | Jelly Bean                       | 17        | 2013-02-11   |
| 4.3     | Jelly Bean                       | 18        | 2013-07-24   |
| 4.3.1   | Jelly Bean                       | 18        | 2013-10-03   |
| 4.4     | KitKat                           | 19        | 2013-10-31   |
| 4.4.1   | KitKat                           | 19        | 2013-12-05   |
| 4.4.2   | KitKat                           | 19        | 2013-12-09   |
| 4.4.3   | KitKat                           | 19        | 2014-06-02   |
| 4.4.4   | KitKat                           | 19        | 2014-06-19   |
| 4.4W    | KitKat, with wearable extensions | 20        | 2014-06-25   |
| 4.4W.1  | KitKat, with wearable extensions | 20        | 2014-09-06   |
| 4.4W.2  | KitKat, with wearable extensions | 20        | 2014-10-21   |
| 5.0     | Lollipop                         | 21        | 2014-11-12   |
| 5.0.1   | Lollipop                         | 21        | 2014-12-02   |
| 5.0.2   | Lollipop                         | 21        | 2014-12-19   |
| 5.1     | Lollipop                         | 22        | 2015-03-09   |
| 5.1.1   | Lollipop                         | 22        | 2015-04-21   |
| 6.0     | Marshmallow                      | 23        | 2015-10-05   |
| 6.0.1   | Marshmallow                      | 23        | 2015-12-07   |
| 7.0     | Nougat                           | 24        | 2016-08-22   |
| 7.1     | Nougat                           | 25        | 2016-10-04   |
| 7.1.1   | Nougat                           | 25        | 2016-12-05   |
| 7.1.2   | Nougat                           | 15        | 2017-04-04   |
| 8.0     | Oreo                             | 26        | 2017-08-21   |
| 8.1.0   | Oreo                             | 27        | 2017-12-05   |
| 9       | Pie                              | 28        | 2018-08-06   |
| 10      | Q                                | 29        | 2019-09-03   |
| 11      | R                                | 30        | 2020-09-08   |
| 12      | S                                | 31        | 2021-10-20   |
+---------+----------------------------------+-----------+--------------+





(*ăƒ»ïŸ‰ïœȘ・) Recently, I'm studying English by watching the Queer Eye on Netflix.

More Repositories

1

awesome-android-ui

A curated list of awesome Android UI/UX libraries
49,176
star
2

recyclerview-animators

An Android Animation library which easily add itemanimator to RecyclerView items.
Kotlin
11,457
star
3

glide-transformations

An Android transformation library providing a variety of image transformations for Glide.
Java
9,848
star
4

richeditor-android

RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
Java
6,198
star
5

Blurry

Blurry is an easy blur library for Android
Java
5,547
star
6

awesome-android-libraries

This is an alphabetical list of libraries for Android development, the majority being actively maintained.
5,495
star
7

picasso-transformations

An Android transformation library providing a variety of image transformations for Picasso
Java
1,692
star
8

flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
Dart
1,589
star
9

Takt

Takt is Android library for measuring the FPS using Choreographer.
Java
1,137
star
10

fresco-processors

An Android image processor library providing a variety of image transformations for Fresco.
Java
896
star
11

awesome-android-tools

A curated list of awesome Android Tools.
335
star
12

transformers

An Android transformation library providing a variety of image transformations for Coil, Glide, Picasso, and Fresco.
Kotlin
286
star
13

flutter_use

Play Flutter Hooks.
Dart
196
star
14

kotlin-mvvm

Sample for MVVM using Kotlin
Kotlin
180
star
15

composable-images

The Composable Images is a library providing Jetpack Compose wrapper for Glide, Picasso, and Coil.
Kotlin
107
star
16

android-RoundedTextureView

RoundedTextureView Sample
Java
51
star
17

flutter_ua_client_hints

Provide User-Agent Client Hints to a Flutter app.
Dart
41
star
18

compose-gap

Easily adding gaps inside such as Columns and Rows for Jetpack Compose.
Kotlin
36
star
19

gifflen-sample

Bitmap color reduction and GIF encoding
C++
31
star
20

flutter_hooks_test

Simple and complete Flutter hooks testing utilities that encourage good testing practices.
Dart
30
star
21

vagrant-kali-linux

Vagrant Boxes - Kali Linux
25
star
22

NavPlayground

This is a sample of Navigation component.
Kotlin
18
star
23

version_gen

The Dart code generator for your package versions. 🎯
Dart
15
star
24

dockerfiles

A collection of Dockerfiles
Shell
12
star
25

wasabeef.jp

Build a web site using the Flutter Web.
Dart
11
star
26

import-asdf-tool-versions-action

⚒ Import .tool-versions of asdf to GitHub Actions workflows.
JavaScript
11
star
27

adball

Adb All devices command
11
star
28

java-code-style

IntelliJ IDEA code style settings for Wasabeef's Java and Android projects.
6
star
29

wasabeef

3
star
30

dotfiles

Vim Script
3
star