├── app ├── .gitignore ├── app-release.apk ├── src │ ├── main │ │ ├── ic_launcher-web.png │ │ ├── res │ │ │ ├── drawable-xxhdpi │ │ │ │ ├── d20_1.png │ │ │ │ ├── d20_3.png │ │ │ │ ├── d20_4.png │ │ │ │ ├── d_20_2.png │ │ │ │ ├── hexa.png │ │ │ │ ├── hexa_0.png │ │ │ │ ├── hexa_1.png │ │ │ │ ├── hexa_2.png │ │ │ │ ├── hexa_3.png │ │ │ │ ├── hexa_4.png │ │ │ │ ├── penta_0.png │ │ │ │ ├── penta_1.png │ │ │ │ ├── penta_2.png │ │ │ │ ├── penta_3.png │ │ │ │ ├── penta_4.png │ │ │ │ ├── square_0.png │ │ │ │ ├── square_1.png │ │ │ │ ├── square_2.png │ │ │ │ ├── square_3.png │ │ │ │ ├── square_4.png │ │ │ │ ├── triangle_0.png │ │ │ │ ├── triangle_1.png │ │ │ │ ├── triangle_2.png │ │ │ │ ├── triangle_3.png │ │ │ │ ├── triangle_4.png │ │ │ │ ├── ic_plus_black_18dp.png │ │ │ │ ├── ic_plus_black_24dp.png │ │ │ │ ├── ic_plus_black_36dp.png │ │ │ │ ├── ic_plus_black_48dp.png │ │ │ │ ├── ic_plus_white_18dp.png │ │ │ │ ├── ic_plus_white_24dp.png │ │ │ │ ├── ic_plus_white_36dp.png │ │ │ │ ├── ic_plus_white_48dp.png │ │ │ │ ├── ic_counter_black_18dp.png │ │ │ │ ├── ic_counter_black_24dp.png │ │ │ │ ├── ic_counter_black_36dp.png │ │ │ │ ├── ic_counter_black_48dp.png │ │ │ │ ├── ic_counter_white_18dp.png │ │ │ │ ├── ic_counter_white_24dp.png │ │ │ │ ├── ic_counter_white_36dp.png │ │ │ │ ├── ic_counter_white_48dp.png │ │ │ │ ├── ic_plus_grey600_18dp.png │ │ │ │ ├── ic_plus_grey600_24dp.png │ │ │ │ ├── ic_plus_grey600_36dp.png │ │ │ │ ├── ic_plus_grey600_48dp.png │ │ │ │ ├── ic_counter_grey600_18dp.png │ │ │ │ ├── ic_counter_grey600_24dp.png │ │ │ │ ├── ic_counter_grey600_36dp.png │ │ │ │ ├── ic_counter_grey600_48dp.png │ │ │ │ ├── ic_fingerprint_black_18dp.png │ │ │ │ ├── ic_fingerprint_black_24dp.png │ │ │ │ ├── ic_fingerprint_black_36dp.png │ │ │ │ ├── ic_fingerprint_black_48dp.png │ │ │ │ ├── ic_fingerprint_white_18dp.png │ │ │ │ ├── ic_fingerprint_white_24dp.png │ │ │ │ ├── ic_fingerprint_white_36dp.png │ │ │ │ ├── ic_fingerprint_white_48dp.png │ │ │ │ ├── ic_timer_sand_black_18dp.png │ │ │ │ ├── ic_timer_sand_black_24dp.png │ │ │ │ ├── ic_timer_sand_black_36dp.png │ │ │ │ ├── ic_timer_sand_black_48dp.png │ │ │ │ ├── ic_timer_sand_grey600_18dp.png │ │ │ │ ├── ic_timer_sand_grey600_24dp.png │ │ │ │ ├── ic_timer_sand_grey600_36dp.png │ │ │ │ ├── ic_timer_sand_grey600_48dp.png │ │ │ │ ├── ic_timer_sand_white_18dp.png │ │ │ │ ├── ic_timer_sand_white_24dp.png │ │ │ │ ├── ic_timer_sand_white_36dp.png │ │ │ │ ├── ic_timer_sand_white_48dp.png │ │ │ │ ├── ic_dice_multiple_black_18dp.png │ │ │ │ ├── ic_dice_multiple_black_24dp.png │ │ │ │ ├── ic_dice_multiple_black_36dp.png │ │ │ │ ├── ic_dice_multiple_black_48dp.png │ │ │ │ ├── ic_dice_multiple_white_18dp.png │ │ │ │ ├── ic_dice_multiple_white_24dp.png │ │ │ │ ├── ic_dice_multiple_white_36dp.png │ │ │ │ ├── ic_dice_multiple_white_48dp.png │ │ │ │ ├── ic_fingerprint_grey600_18dp.png │ │ │ │ ├── ic_fingerprint_grey600_24dp.png │ │ │ │ ├── ic_fingerprint_grey600_36dp.png │ │ │ │ ├── ic_fingerprint_grey600_48dp.png │ │ │ │ ├── ic_dice_multiple_grey600_18dp.png │ │ │ │ ├── ic_dice_multiple_grey600_24dp.png │ │ │ │ ├── ic_dice_multiple_grey600_36dp.png │ │ │ │ └── ic_dice_multiple_grey600_48dp.png │ │ │ ├── drawable │ │ │ │ ├── nav_header_m.png │ │ │ │ ├── plus.xml │ │ │ │ ├── timer_sand.xml │ │ │ │ ├── ic_timer_sand.xml │ │ │ │ ├── counter.xml │ │ │ │ ├── dice_multiple.xml │ │ │ │ └── fingerprint.xml │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── drawable-hdpi │ │ │ │ │ ├── ic_play_pause_black_18dp.png │ │ │ │ │ ├── ic_play_pause_black_24dp.png │ │ │ │ │ ├── ic_play_pause_black_36dp.png │ │ │ │ │ ├── ic_play_pause_black_48dp.png │ │ │ │ │ ├── ic_play_pause_grey600_18dp.png │ │ │ │ │ ├── ic_play_pause_grey600_24dp.png │ │ │ │ │ ├── ic_play_pause_grey600_36dp.png │ │ │ │ │ ├── ic_play_pause_grey600_48dp.png │ │ │ │ │ ├── ic_play_pause_white_18dp.png │ │ │ │ │ ├── ic_play_pause_white_24dp.png │ │ │ │ │ ├── ic_play_pause_white_36dp.png │ │ │ │ │ └── ic_play_pause_white_48dp.png │ │ │ │ ├── drawable-mdpi │ │ │ │ │ ├── ic_play_pause_black_18dp.png │ │ │ │ │ ├── ic_play_pause_black_24dp.png │ │ │ │ │ ├── ic_play_pause_black_36dp.png │ │ │ │ │ ├── ic_play_pause_black_48dp.png │ │ │ │ │ ├── ic_play_pause_grey600_18dp.png │ │ │ │ │ ├── ic_play_pause_grey600_24dp.png │ │ │ │ │ ├── ic_play_pause_grey600_36dp.png │ │ │ │ │ ├── ic_play_pause_grey600_48dp.png │ │ │ │ │ ├── ic_play_pause_white_18dp.png │ │ │ │ │ ├── ic_play_pause_white_24dp.png │ │ │ │ │ ├── ic_play_pause_white_36dp.png │ │ │ │ │ └── ic_play_pause_white_48dp.png │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ ├── ic_play_pause_black_18dp.png │ │ │ │ │ ├── ic_play_pause_black_24dp.png │ │ │ │ │ ├── ic_play_pause_black_36dp.png │ │ │ │ │ ├── ic_play_pause_black_48dp.png │ │ │ │ │ ├── ic_play_pause_white_18dp.png │ │ │ │ │ ├── ic_play_pause_white_24dp.png │ │ │ │ │ ├── ic_play_pause_white_36dp.png │ │ │ │ │ ├── ic_play_pause_white_48dp.png │ │ │ │ │ ├── ic_play_pause_grey600_18dp.png │ │ │ │ │ ├── ic_play_pause_grey600_24dp.png │ │ │ │ │ ├── ic_play_pause_grey600_36dp.png │ │ │ │ │ └── ic_play_pause_grey600_48dp.png │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ ├── ic_play_pause_black_18dp.png │ │ │ │ │ ├── ic_play_pause_black_24dp.png │ │ │ │ │ ├── ic_play_pause_black_36dp.png │ │ │ │ │ ├── ic_play_pause_black_48dp.png │ │ │ │ │ ├── ic_play_pause_white_18dp.png │ │ │ │ │ ├── ic_play_pause_white_24dp.png │ │ │ │ │ ├── ic_play_pause_white_36dp.png │ │ │ │ │ ├── ic_play_pause_white_48dp.png │ │ │ │ │ ├── ic_play_pause_grey600_18dp.png │ │ │ │ │ ├── ic_play_pause_grey600_24dp.png │ │ │ │ │ ├── ic_play_pause_grey600_36dp.png │ │ │ │ │ └── ic_play_pause_grey600_48dp.png │ │ │ │ ├── drawable-xxxhdpi │ │ │ │ │ ├── ic_play_pause_black_18dp.png │ │ │ │ │ ├── ic_play_pause_black_24dp.png │ │ │ │ │ ├── ic_play_pause_black_36dp.png │ │ │ │ │ ├── ic_play_pause_black_48dp.png │ │ │ │ │ ├── ic_play_pause_white_18dp.png │ │ │ │ │ ├── ic_play_pause_white_24dp.png │ │ │ │ │ ├── ic_play_pause_white_36dp.png │ │ │ │ │ ├── ic_play_pause_white_48dp.png │ │ │ │ │ ├── ic_play_pause_grey600_18dp.png │ │ │ │ │ ├── ic_play_pause_grey600_24dp.png │ │ │ │ │ ├── ic_play_pause_grey600_36dp.png │ │ │ │ │ └── ic_play_pause_grey600_48dp.png │ │ │ │ └── drawable │ │ │ │ │ └── play_pause.xml │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── drawable-hdpi │ │ │ │ ├── ic_plus_black_18dp.png │ │ │ │ ├── ic_plus_black_24dp.png │ │ │ │ ├── ic_plus_black_36dp.png │ │ │ │ ├── ic_plus_black_48dp.png │ │ │ │ ├── ic_plus_white_18dp.png │ │ │ │ ├── ic_plus_white_24dp.png │ │ │ │ ├── ic_plus_white_36dp.png │ │ │ │ ├── ic_plus_white_48dp.png │ │ │ │ ├── ic_plus_grey600_18dp.png │ │ │ │ ├── ic_plus_grey600_24dp.png │ │ │ │ ├── ic_plus_grey600_36dp.png │ │ │ │ ├── ic_plus_grey600_48dp.png │ │ │ │ ├── ic_counter_black_18dp.png │ │ │ │ ├── ic_counter_black_24dp.png │ │ │ │ ├── ic_counter_black_36dp.png │ │ │ │ ├── ic_counter_black_48dp.png │ │ │ │ ├── ic_counter_grey600_18dp.png │ │ │ │ ├── ic_counter_grey600_24dp.png │ │ │ │ ├── ic_counter_grey600_36dp.png │ │ │ │ ├── ic_counter_grey600_48dp.png │ │ │ │ ├── ic_counter_white_18dp.png │ │ │ │ ├── ic_counter_white_24dp.png │ │ │ │ ├── ic_counter_white_36dp.png │ │ │ │ ├── ic_counter_white_48dp.png │ │ │ │ ├── ic_fingerprint_black_18dp.png │ │ │ │ ├── ic_fingerprint_black_24dp.png │ │ │ │ ├── ic_fingerprint_black_36dp.png │ │ │ │ ├── ic_fingerprint_black_48dp.png │ │ │ │ ├── ic_fingerprint_white_18dp.png │ │ │ │ ├── ic_fingerprint_white_24dp.png │ │ │ │ ├── ic_fingerprint_white_36dp.png │ │ │ │ ├── ic_fingerprint_white_48dp.png │ │ │ │ ├── ic_timer_sand_black_18dp.png │ │ │ │ ├── ic_timer_sand_black_24dp.png │ │ │ │ ├── ic_timer_sand_black_36dp.png │ │ │ │ ├── ic_timer_sand_black_48dp.png │ │ │ │ ├── ic_timer_sand_white_18dp.png │ │ │ │ ├── ic_timer_sand_white_24dp.png │ │ │ │ ├── ic_timer_sand_white_36dp.png │ │ │ │ ├── ic_timer_sand_white_48dp.png │ │ │ │ ├── ic_dice_multiple_black_18dp.png │ │ │ │ ├── ic_dice_multiple_black_24dp.png │ │ │ │ ├── ic_dice_multiple_black_36dp.png │ │ │ │ ├── ic_dice_multiple_black_48dp.png │ │ │ │ ├── ic_dice_multiple_white_18dp.png │ │ │ │ ├── ic_dice_multiple_white_24dp.png │ │ │ │ ├── ic_dice_multiple_white_36dp.png │ │ │ │ ├── ic_dice_multiple_white_48dp.png │ │ │ │ ├── ic_fingerprint_grey600_18dp.png │ │ │ │ ├── ic_fingerprint_grey600_24dp.png │ │ │ │ ├── ic_fingerprint_grey600_36dp.png │ │ │ │ ├── ic_fingerprint_grey600_48dp.png │ │ │ │ ├── ic_timer_sand_grey600_18dp.png │ │ │ │ ├── ic_timer_sand_grey600_24dp.png │ │ │ │ ├── ic_timer_sand_grey600_36dp.png │ │ │ │ ├── ic_timer_sand_grey600_48dp.png │ │ │ │ ├── ic_dice_multiple_grey600_18dp.png │ │ │ │ ├── ic_dice_multiple_grey600_24dp.png │ │ │ │ ├── ic_dice_multiple_grey600_36dp.png │ │ │ │ └── ic_dice_multiple_grey600_48dp.png │ │ │ ├── drawable-mdpi │ │ │ │ ├── ic_plus_black_18dp.png │ │ │ │ ├── ic_plus_black_24dp.png │ │ │ │ ├── ic_plus_black_36dp.png │ │ │ │ ├── ic_plus_black_48dp.png │ │ │ │ ├── ic_plus_white_18dp.png │ │ │ │ ├── ic_plus_white_24dp.png │ │ │ │ ├── ic_plus_white_36dp.png │ │ │ │ ├── ic_plus_white_48dp.png │ │ │ │ ├── ic_plus_grey600_18dp.png │ │ │ │ ├── ic_plus_grey600_24dp.png │ │ │ │ ├── ic_plus_grey600_36dp.png │ │ │ │ ├── ic_plus_grey600_48dp.png │ │ │ │ ├── ic_counter_black_18dp.png │ │ │ │ ├── ic_counter_black_24dp.png │ │ │ │ ├── ic_counter_black_36dp.png │ │ │ │ ├── ic_counter_black_48dp.png │ │ │ │ ├── ic_counter_grey600_18dp.png │ │ │ │ ├── ic_counter_grey600_24dp.png │ │ │ │ ├── ic_counter_grey600_36dp.png │ │ │ │ ├── ic_counter_grey600_48dp.png │ │ │ │ ├── ic_counter_white_18dp.png │ │ │ │ ├── ic_counter_white_24dp.png │ │ │ │ ├── ic_counter_white_36dp.png │ │ │ │ ├── ic_counter_white_48dp.png │ │ │ │ ├── ic_fingerprint_black_18dp.png │ │ │ │ ├── ic_fingerprint_black_24dp.png │ │ │ │ ├── ic_fingerprint_black_36dp.png │ │ │ │ ├── ic_fingerprint_black_48dp.png │ │ │ │ ├── ic_fingerprint_white_18dp.png │ │ │ │ ├── ic_fingerprint_white_24dp.png │ │ │ │ ├── ic_fingerprint_white_36dp.png │ │ │ │ ├── ic_fingerprint_white_48dp.png │ │ │ │ ├── ic_timer_sand_black_18dp.png │ │ │ │ ├── ic_timer_sand_black_24dp.png │ │ │ │ ├── ic_timer_sand_black_36dp.png │ │ │ │ ├── ic_timer_sand_black_48dp.png │ │ │ │ ├── ic_timer_sand_white_18dp.png │ │ │ │ ├── ic_timer_sand_white_24dp.png │ │ │ │ ├── ic_timer_sand_white_36dp.png │ │ │ │ ├── ic_timer_sand_white_48dp.png │ │ │ │ ├── ic_dice_multiple_black_18dp.png │ │ │ │ ├── ic_dice_multiple_black_24dp.png │ │ │ │ ├── ic_dice_multiple_black_36dp.png │ │ │ │ ├── ic_dice_multiple_black_48dp.png │ │ │ │ ├── ic_dice_multiple_white_18dp.png │ │ │ │ ├── ic_dice_multiple_white_24dp.png │ │ │ │ ├── ic_dice_multiple_white_36dp.png │ │ │ │ ├── ic_dice_multiple_white_48dp.png │ │ │ │ ├── ic_fingerprint_grey600_18dp.png │ │ │ │ ├── ic_fingerprint_grey600_24dp.png │ │ │ │ ├── ic_fingerprint_grey600_36dp.png │ │ │ │ ├── ic_fingerprint_grey600_48dp.png │ │ │ │ ├── ic_timer_sand_grey600_18dp.png │ │ │ │ ├── ic_timer_sand_grey600_24dp.png │ │ │ │ ├── ic_timer_sand_grey600_36dp.png │ │ │ │ ├── ic_timer_sand_grey600_48dp.png │ │ │ │ ├── ic_dice_multiple_grey600_18dp.png │ │ │ │ ├── ic_dice_multiple_grey600_24dp.png │ │ │ │ ├── ic_dice_multiple_grey600_36dp.png │ │ │ │ └── ic_dice_multiple_grey600_48dp.png │ │ │ ├── drawable-xhdpi │ │ │ │ ├── ic_plus_black_18dp.png │ │ │ │ ├── ic_plus_black_24dp.png │ │ │ │ ├── ic_plus_black_36dp.png │ │ │ │ ├── ic_plus_black_48dp.png │ │ │ │ ├── ic_plus_white_18dp.png │ │ │ │ ├── ic_plus_white_24dp.png │ │ │ │ ├── ic_plus_white_36dp.png │ │ │ │ ├── ic_plus_white_48dp.png │ │ │ │ ├── ic_counter_black_18dp.png │ │ │ │ ├── ic_counter_black_24dp.png │ │ │ │ ├── ic_counter_black_36dp.png │ │ │ │ ├── ic_counter_black_48dp.png │ │ │ │ ├── ic_counter_white_18dp.png │ │ │ │ ├── ic_counter_white_24dp.png │ │ │ │ ├── ic_counter_white_36dp.png │ │ │ │ ├── ic_counter_white_48dp.png │ │ │ │ ├── ic_plus_grey600_18dp.png │ │ │ │ ├── ic_plus_grey600_24dp.png │ │ │ │ ├── ic_plus_grey600_36dp.png │ │ │ │ ├── ic_plus_grey600_48dp.png │ │ │ │ ├── ic_counter_grey600_18dp.png │ │ │ │ ├── ic_counter_grey600_24dp.png │ │ │ │ ├── ic_counter_grey600_36dp.png │ │ │ │ ├── ic_counter_grey600_48dp.png │ │ │ │ ├── ic_timer_sand_black_18dp.png │ │ │ │ ├── ic_timer_sand_black_24dp.png │ │ │ │ ├── ic_timer_sand_black_36dp.png │ │ │ │ ├── ic_timer_sand_black_48dp.png │ │ │ │ ├── ic_timer_sand_white_18dp.png │ │ │ │ ├── ic_timer_sand_white_24dp.png │ │ │ │ ├── ic_timer_sand_white_36dp.png │ │ │ │ ├── ic_timer_sand_white_48dp.png │ │ │ │ ├── ic_dice_multiple_black_18dp.png │ │ │ │ ├── ic_dice_multiple_black_24dp.png │ │ │ │ ├── ic_dice_multiple_black_36dp.png │ │ │ │ ├── ic_dice_multiple_black_48dp.png │ │ │ │ ├── ic_dice_multiple_white_18dp.png │ │ │ │ ├── ic_dice_multiple_white_24dp.png │ │ │ │ ├── ic_dice_multiple_white_36dp.png │ │ │ │ ├── ic_dice_multiple_white_48dp.png │ │ │ │ ├── ic_fingerprint_black_18dp.png │ │ │ │ ├── ic_fingerprint_black_24dp.png │ │ │ │ ├── ic_fingerprint_black_36dp.png │ │ │ │ ├── ic_fingerprint_black_48dp.png │ │ │ │ ├── ic_fingerprint_grey600_18dp.png │ │ │ │ ├── ic_fingerprint_grey600_24dp.png │ │ │ │ ├── ic_fingerprint_grey600_36dp.png │ │ │ │ ├── ic_fingerprint_grey600_48dp.png │ │ │ │ ├── ic_fingerprint_white_18dp.png │ │ │ │ ├── ic_fingerprint_white_24dp.png │ │ │ │ ├── ic_fingerprint_white_36dp.png │ │ │ │ ├── ic_fingerprint_white_48dp.png │ │ │ │ ├── ic_timer_sand_grey600_18dp.png │ │ │ │ ├── ic_timer_sand_grey600_24dp.png │ │ │ │ ├── ic_timer_sand_grey600_36dp.png │ │ │ │ ├── ic_timer_sand_grey600_48dp.png │ │ │ │ ├── ic_dice_multiple_grey600_18dp.png │ │ │ │ ├── ic_dice_multiple_grey600_24dp.png │ │ │ │ ├── ic_dice_multiple_grey600_36dp.png │ │ │ │ └── ic_dice_multiple_grey600_48dp.png │ │ │ ├── drawable-xxxhdpi │ │ │ │ ├── ic_plus_black_18dp.png │ │ │ │ ├── ic_plus_black_24dp.png │ │ │ │ ├── ic_plus_black_36dp.png │ │ │ │ ├── ic_plus_black_48dp.png │ │ │ │ ├── ic_plus_grey600_18dp.png │ │ │ │ ├── ic_plus_grey600_24dp.png │ │ │ │ ├── ic_plus_grey600_36dp.png │ │ │ │ ├── ic_plus_grey600_48dp.png │ │ │ │ ├── ic_plus_white_18dp.png │ │ │ │ ├── ic_plus_white_24dp.png │ │ │ │ ├── ic_plus_white_36dp.png │ │ │ │ ├── ic_plus_white_48dp.png │ │ │ │ ├── ic_counter_black_18dp.png │ │ │ │ ├── ic_counter_black_24dp.png │ │ │ │ ├── ic_counter_black_36dp.png │ │ │ │ ├── ic_counter_black_48dp.png │ │ │ │ ├── ic_counter_white_18dp.png │ │ │ │ ├── ic_counter_white_24dp.png │ │ │ │ ├── ic_counter_white_36dp.png │ │ │ │ ├── ic_counter_white_48dp.png │ │ │ │ ├── ic_counter_grey600_18dp.png │ │ │ │ ├── ic_counter_grey600_24dp.png │ │ │ │ ├── ic_counter_grey600_36dp.png │ │ │ │ ├── ic_counter_grey600_48dp.png │ │ │ │ ├── ic_fingerprint_black_18dp.png │ │ │ │ ├── ic_fingerprint_black_24dp.png │ │ │ │ ├── ic_fingerprint_black_36dp.png │ │ │ │ ├── ic_fingerprint_black_48dp.png │ │ │ │ ├── ic_fingerprint_white_18dp.png │ │ │ │ ├── ic_fingerprint_white_24dp.png │ │ │ │ ├── ic_fingerprint_white_36dp.png │ │ │ │ ├── ic_fingerprint_white_48dp.png │ │ │ │ ├── ic_timer_sand_black_18dp.png │ │ │ │ ├── ic_timer_sand_black_24dp.png │ │ │ │ ├── ic_timer_sand_black_36dp.png │ │ │ │ ├── ic_timer_sand_black_48dp.png │ │ │ │ ├── ic_timer_sand_white_18dp.png │ │ │ │ ├── ic_timer_sand_white_24dp.png │ │ │ │ ├── ic_timer_sand_white_36dp.png │ │ │ │ ├── ic_timer_sand_white_48dp.png │ │ │ │ ├── ic_dice_multiple_black_18dp.png │ │ │ │ ├── ic_dice_multiple_black_24dp.png │ │ │ │ ├── ic_dice_multiple_black_36dp.png │ │ │ │ ├── ic_dice_multiple_black_48dp.png │ │ │ │ ├── ic_dice_multiple_white_18dp.png │ │ │ │ ├── ic_dice_multiple_white_24dp.png │ │ │ │ ├── ic_dice_multiple_white_36dp.png │ │ │ │ ├── ic_dice_multiple_white_48dp.png │ │ │ │ ├── ic_fingerprint_grey600_18dp.png │ │ │ │ ├── ic_fingerprint_grey600_24dp.png │ │ │ │ ├── ic_fingerprint_grey600_36dp.png │ │ │ │ ├── ic_fingerprint_grey600_48dp.png │ │ │ │ ├── ic_timer_sand_grey600_18dp.png │ │ │ │ ├── ic_timer_sand_grey600_24dp.png │ │ │ │ ├── ic_timer_sand_grey600_36dp.png │ │ │ │ ├── ic_timer_sand_grey600_48dp.png │ │ │ │ ├── ic_dice_multiple_grey600_18dp.png │ │ │ │ ├── ic_dice_multiple_grey600_24dp.png │ │ │ │ ├── ic_dice_multiple_grey600_36dp.png │ │ │ │ └── ic_dice_multiple_grey600_48dp.png │ │ │ ├── values │ │ │ │ ├── dimens.xml │ │ │ │ ├── styles.xml │ │ │ │ ├── colors.xml │ │ │ │ └── strings.xml │ │ │ ├── layout │ │ │ │ ├── alert_dice.xml │ │ │ │ ├── dice_alert_dialog.xml │ │ │ │ ├── chooser_layout.xml │ │ │ │ ├── minutes_alert_dialog.xml │ │ │ │ ├── nav_header.xml │ │ │ │ ├── dice_layout.xml │ │ │ │ ├── list_item.xml │ │ │ │ ├── list_item_timer.xml │ │ │ │ ├── activity_main.xml │ │ │ │ ├── activity_alert_dialog.xml │ │ │ │ ├── counter_layout.xml │ │ │ │ ├── timer_layout.xml │ │ │ │ ├── toolbar.xml │ │ │ │ ├── dice_item.xml │ │ │ │ └── start_layout.xml │ │ │ ├── values-w820dp │ │ │ │ └── dimens.xml │ │ │ ├── menu │ │ │ │ └── drawer_view.xml │ │ │ ├── values-ja │ │ │ │ └── strings.xml │ │ │ ├── values-es │ │ │ │ └── strings.xml │ │ │ └── values-fr │ │ │ │ └── strings.xml │ │ ├── java │ │ │ └── com │ │ │ │ └── nicue │ │ │ │ └── onetwo │ │ │ │ ├── db │ │ │ │ ├── TaskContract.java │ │ │ │ └── TaskDbHelper.java │ │ │ │ ├── fragments │ │ │ │ ├── StartFragment.java │ │ │ │ └── ChooserFragment.java │ │ │ │ ├── Utils │ │ │ │ ├── ScrollAwareFABBehavior.java │ │ │ │ ├── Pools.java │ │ │ │ └── TimerBackend.java │ │ │ │ └── adapters │ │ │ │ └── ListAdapter.java │ │ └── AndroidManifest.xml │ ├── test │ │ └── java │ │ │ └── com │ │ │ └── nicue │ │ │ └── onetwo │ │ │ └── ExampleUnitTest.java │ └── androidTest │ │ └── java │ │ └── com │ │ └── nicue │ │ └── onetwo │ │ └── ExampleInstrumentedTest.java ├── proguard-rules.pro └── build.gradle ├── settings.gradle ├── imgs ├── Header.png ├── SS_Timer.png ├── big_icon.png ├── SS_Chooser.png └── SS_counter.png ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── .idea ├── copyright │ └── profiles_settings.xml ├── caches │ └── build_file_checksums.ser ├── encodings.xml ├── vcs.xml ├── runConfigurations.xml ├── modules.xml ├── compiler.xml ├── gradle.xml ├── misc.xml └── codeStyles │ └── Project.xml ├── .gitignore ├── gradle.properties ├── README.md ├── LICENSE ├── gradlew.bat └── gradlew /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /imgs/Header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/imgs/Header.png -------------------------------------------------------------------------------- /imgs/SS_Timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/imgs/SS_Timer.png -------------------------------------------------------------------------------- /imgs/big_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/imgs/big_icon.png -------------------------------------------------------------------------------- /app/app-release.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/app-release.apk -------------------------------------------------------------------------------- /imgs/SS_Chooser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/imgs/SS_Chooser.png -------------------------------------------------------------------------------- /imgs/SS_counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/imgs/SS_counter.png -------------------------------------------------------------------------------- /app/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/caches/build_file_checksums.ser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/.idea/caches/build_file_checksums.ser -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/d20_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/d20_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/d20_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/d20_3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/d20_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/d20_4.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/d_20_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/d_20_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/hexa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/hexa.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/hexa_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/hexa_0.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/hexa_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/hexa_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/hexa_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/hexa_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/hexa_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/hexa_3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/hexa_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/hexa_4.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/nav_header_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable/nav_header_m.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/penta_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/penta_0.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/penta_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/penta_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/penta_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/penta_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/penta_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/penta_3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/penta_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/penta_4.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/square_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/square_0.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/square_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/square_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/square_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/square_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/square_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/square_3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/square_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/square_4.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/triangle_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/triangle_0.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/triangle_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/triangle_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/triangle_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/triangle_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/triangle_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/triangle_3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/triangle_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/triangle_4.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_plus_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_plus_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_plus_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_plus_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_counter_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_counter_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_counter_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_counter_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_plus_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_plus_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_plus_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_plus_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_plus_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_plus_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_counter_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_counter_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_counter_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_counter_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_white_48dp.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fingerprint_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_fingerprint_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_sand_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_timer_sand_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fingerprint_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_fingerprint_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_sand_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_timer_sand_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_fingerprint_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_fingerprint_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_sand_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_timer_sand_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_sand_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_timer_sand_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_counter_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_counter_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dice_multiple_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-hdpi/ic_dice_multiple_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dice_multiple_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-mdpi/ic_dice_multiple_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dice_multiple_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xhdpi/ic_dice_multiple_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_fingerprint_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_fingerprint_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_fingerprint_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_fingerprint_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_sand_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_timer_sand_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dice_multiple_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxhdpi/ic_dice_multiple_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/drawable-xxxhdpi/ic_dice_multiple_grey600_48dp.png -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-hdpi/ic_play_pause_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-mdpi/ic_play_pause_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_white_48dp.png -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xhdpi/ic_play_pause_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxhdpi/ic_play_pause_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_black_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_black_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_black_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_black_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_white_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_white_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_white_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_grey600_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_grey600_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_grey600_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_grey600_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_grey600_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_grey600_36dp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_grey600_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/OneTwo/master/app/src/main/res/mipmap-mdpi/drawable-xxxhdpi/ic_play_pause_grey600_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16dp 4 | 16dp 5 | 6 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Mon May 21 00:46:11 CLT 2018 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip 7 | -------------------------------------------------------------------------------- /app/src/main/res/layout/alert_dice.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/plus.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/drawable/play_pause.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 64dp 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/timer_sand.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/test/java/com/nicue/onetwo/ExampleUnitTest.java: -------------------------------------------------------------------------------- 1 | package com.nicue.onetwo; 2 | 3 | import org.junit.Test; 4 | 5 | import static org.junit.Assert.*; 6 | 7 | /** 8 | * Example local unit test, which will execute on the development machine (host). 9 | * 10 | * @see Testing documentation 11 | */ 12 | public class ExampleUnitTest { 13 | @Test 14 | public void addition_isCorrect() throws Exception { 15 | assertEquals(4, 2 + 2); 16 | } 17 | } -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_timer_sand.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/java/com/nicue/onetwo/db/TaskContract.java: -------------------------------------------------------------------------------- 1 | package com.nicue.onetwo.db; 2 | 3 | 4 | import android.provider.BaseColumns; 5 | 6 | public class TaskContract { 7 | public static final String DB_NAME = "com.nicue.onetwo.db"; 8 | public static final int DB_VERSION = 2; 9 | 10 | public class TaskEntry implements BaseColumns { 11 | public static final String TABLE = "Objects"; 12 | 13 | public static final String COL_TASK_TITLE = "title"; 14 | 15 | public static final String COL_NUM_TITLE = "numbers"; 16 | 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/dice_alert_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/layout/chooser_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 10 | 11 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #083e64 4 | #416892 5 | #001839 6 | #f3bb21 7 | #bd2430 8 | #f65b59 9 | #850009 10 | #850009 11 | #b9d529 12 | #5DD8F4 13 | #F3BB21 14 | #B92130 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # By default, the flags in this file are appended to flags specified 3 | # in C:\Users\Nicue\AppData\Local\Android\Sdk/tools/proguard/proguard-android.txt 4 | # You can edit the include path and order by changing the proguardFiles 5 | # directive in build.gradle. 6 | # 7 | # For more details, see 8 | # http://developer.android.com/guide/developing/tools/proguard.html 9 | 10 | # Add any project specific keep options here: 11 | 12 | # If your project uses WebView with JS, uncomment the following 13 | # and specify the fully qualified class name to the JavaScript interface 14 | # class: 15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 16 | # public *; 17 | #} 18 | -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | 3 | # IDE (e.g. Android Studio) users: 4 | # Gradle settings configured through the IDE *will override* 5 | # any settings specified in this file. 6 | 7 | # For more details on how to configure your build environment visit 8 | # http://www.gradle.org/docs/current/userguide/build_environment.html 9 | 10 | # Specifies the JVM arguments used for the daemon process. 11 | # The setting is particularly useful for tweaking memory settings. 12 | org.gradle.jvmargs=-Xmx1536m 13 | 14 | # When configured, Gradle will run in incubating parallel mode. 15 | # This option should only be used with decoupled projects. More details, visit 16 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 17 | # org.gradle.parallel=true 18 | -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 20 | 21 | -------------------------------------------------------------------------------- /app/src/androidTest/java/com/nicue/onetwo/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- 1 | package com.nicue.onetwo; 2 | 3 | import android.content.Context; 4 | import android.support.test.InstrumentationRegistry; 5 | import android.support.test.runner.AndroidJUnit4; 6 | 7 | import org.junit.Test; 8 | import org.junit.runner.RunWith; 9 | 10 | import static org.junit.Assert.*; 11 | 12 | /** 13 | * Instrumentation test, which will execute on an Android device. 14 | * 15 | * @see Testing documentation 16 | */ 17 | @RunWith(AndroidJUnit4.class) 18 | public class ExampleInstrumentedTest { 19 | @Test 20 | public void useAppContext() throws Exception { 21 | // Context of the app under test. 22 | Context appContext = InstrumentationRegistry.getTargetContext(); 23 | 24 | assertEquals("com.nicue.onetwo", appContext.getPackageName()); 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /app/src/main/java/com/nicue/onetwo/fragments/StartFragment.java: -------------------------------------------------------------------------------- 1 | package com.nicue.onetwo.fragments; 2 | 3 | import android.os.Bundle; 4 | import android.support.annotation.Nullable; 5 | import android.support.v4.app.Fragment; 6 | import android.view.LayoutInflater; 7 | import android.view.View; 8 | import android.view.ViewGroup; 9 | 10 | import com.nicue.onetwo.R; 11 | 12 | public class StartFragment extends Fragment { 13 | 14 | 15 | 16 | /** 17 | * The interface that receives onClick messages. 18 | */ 19 | public interface OnClickHandler { 20 | void onClick(View v); 21 | } 22 | 23 | @Nullable 24 | @Override 25 | public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { 26 | View view = inflater.inflate(R.layout.start_layout, container, false); 27 | return view; 28 | } 29 | 30 | } 31 | -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 13 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /app/src/main/res/layout/minutes_alert_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 13 | 14 | 19 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/counter.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/menu/drawer_view.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 9 | 13 | 14 | 18 | 19 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /app/src/main/java/com/nicue/onetwo/fragments/ChooserFragment.java: -------------------------------------------------------------------------------- 1 | package com.nicue.onetwo.fragments; 2 | 3 | 4 | import android.os.Bundle; 5 | import android.support.annotation.Nullable; 6 | import android.support.v4.app.Fragment; 7 | import android.view.LayoutInflater; 8 | import android.view.View; 9 | import android.view.ViewGroup; 10 | 11 | import com.nicue.onetwo.R; 12 | import com.nicue.onetwo.Utils.TouchDisplayView; 13 | 14 | public class ChooserFragment extends Fragment{ 15 | private TouchDisplayView mView; 16 | 17 | @Nullable 18 | @Override 19 | public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { 20 | View chooserView = inflater.inflate(R.layout.chooser_layout,container,false); 21 | mView = (TouchDisplayView) chooserView.findViewById(R.id.chooser_view); 22 | return chooserView; 23 | } 24 | public void setChoosingOrder(boolean b){ 25 | mView.setChoosingOrder(b); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /app/src/main/res/layout/nav_header.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 16 | 17 | 26 | 27 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OneTwo 2 | #### OneTwo is a free Open Source Android app with tools to help you with your TableTop experience. That includes a Counter, Dices, Timers and an intuitive way to choose who starts! 3 | 4 | ![Alt text](imgs/Header.png?raw=true "Title") 5 | ## How to get it 6 | 7 | There's three main ways to get OneTwo 8 | * Get it on the [Play Store](https://play.google.com/store/apps/details?id=com.nicue.onetwo&hl=en)! It's free, no ads and it's stable 9 | * Get it on [F-droid](https://f-droid.org/repository/browse/?fdfilter=onetwo&fdid=com.nicue.onetwo) 10 | * Clone this repository and import it in Android Studio with "Import Project" 11 | 12 | ## How to Contribute 13 | If you want to contribute to OneTwo, fill an Issue saying what would you like to change and if you want to be a contributor. Once you are a collaborator, you can commit and push, or do a pull request if you would like to! 14 | 15 | ## Screenshots 16 | 17 | ![](imgs/SS_counter.png) ![](imgs/SS_Chooser.png) 18 | 19 | ## License 20 | 21 | OneTwo is licensed under the MIT License 22 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2017 Nicolás Leyton 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 6 | 7 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 8 | 9 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'com.android.application' 2 | 3 | android { 4 | compileSdkVersion 28 5 | buildToolsVersion '28.0.3' 6 | defaultConfig { 7 | applicationId "com.nicue.onetwo" 8 | minSdkVersion 19 9 | targetSdkVersion 28 10 | versionCode 15 11 | versionName "1.1.7" 12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 13 | } 14 | buildTypes { 15 | release { 16 | minifyEnabled true 17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 18 | } 19 | } 20 | } 21 | 22 | dependencies { 23 | implementation fileTree(dir: 'libs', include: ['*.jar']) 24 | androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { 25 | exclude group: 'com.android.support', module: 'support-annotations' 26 | }) 27 | implementation 'com.android.support:appcompat-v7:28.0.0' 28 | implementation 'com.android.support:cardview-v7:28.0.0' 29 | implementation 'com.android.support:design:28.0.0' 30 | testImplementation 'junit:junit:4.12' 31 | } 32 | -------------------------------------------------------------------------------- /app/src/main/res/layout/dice_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 16 | 17 | 26 | 27 | -------------------------------------------------------------------------------- /app/src/main/java/com/nicue/onetwo/db/TaskDbHelper.java: -------------------------------------------------------------------------------- 1 | package com.nicue.onetwo.db; 2 | 3 | import android.content.Context; 4 | import android.database.sqlite.SQLiteDatabase; 5 | import android.database.sqlite.SQLiteOpenHelper; 6 | 7 | public class TaskDbHelper extends SQLiteOpenHelper { 8 | 9 | public TaskDbHelper(Context context) { 10 | super(context, TaskContract.DB_NAME, null, TaskContract.DB_VERSION); 11 | } 12 | 13 | @Override 14 | public void onCreate(SQLiteDatabase db) { 15 | String createTable = "CREATE TABLE " + TaskContract.TaskEntry.TABLE + " ( " + 16 | TaskContract.TaskEntry._ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " + 17 | TaskContract.TaskEntry.COL_NUM_TITLE + " INTEGER, " + 18 | TaskContract.TaskEntry.COL_TASK_TITLE + " TEXT NOT NULL);"; 19 | 20 | db.execSQL(createTable); 21 | 22 | /* 23 | 24 | String exampleRow = "INSERT INTO "+TaskContract.TaskEntry.TABLE+" VALUES "+ 25 | "(0, 42 , 'Example Lives/Score')"; 26 | db.execSQL(exampleRow); 27 | */ 28 | } 29 | 30 | @Override 31 | public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { 32 | db.execSQL("DROP TABLE IF EXISTS " + TaskContract.TaskEntry.TABLE); 33 | onCreate(db); 34 | } 35 | } -------------------------------------------------------------------------------- /app/src/main/res/drawable/dice_multiple.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/layout/list_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 15 | 16 | 24 | 25 | 29 | 30 |