├── 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 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
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 |
--------------------------------------------------------------------------------
/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 | 
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 |  
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 |
40 |
41 |
--------------------------------------------------------------------------------
/app/src/main/res/values-ja/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | OneTwo
3 | ボタンを押してカウンターを追加します
4 | カウンターを追加
5 | 誰がプレイ中ですか?
6 | ライフ/スコア:
7 | カウンター
8 | サイコロ
9 | カウンター
10 | サイコロ
11 | 選択
12 | タイマー
13 | ナビゲーションドロワーを開く
14 | ナビゲーションドロワーを閉じる
15 | OneTwo
16 | サイコロの面
17 | 選択
18 | それぞれに指を置いて選択します
19 | タイマー
20 | 編集
21 | すべて転がす
22 | 追加
23 | 削除
24 |
25 | 並び
26 | プレイ
27 | ポーズ
28 | ボタンを押してカウンターを追加するか、右にスワイプしてさらにオプションを表示します
29 |
30 |
31 |
--------------------------------------------------------------------------------
/app/src/main/res/values-es/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | OneTwo
3 | Press button to add counter
4 | Add counter
5 | Who\'s Playing?
6 | Lives/Score:
7 | Counter
8 | Dice
9 | Counter
10 | Dice
11 | Choose
12 | Timer
13 | Open navigation drawer
14 | Close navigation drawer
15 | OneTwo
16 | Dice\'s faces
17 | Choose
18 | Place a finger each to choose among you
19 | Timer
20 | Edit
21 | Roll All
22 | Add
23 | Remove
24 |
25 | Order
26 | Play
27 | Pause
28 | Press the button to add a counter or swipe right for more options
29 |
30 |
--------------------------------------------------------------------------------
/app/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | OneTwo
3 | Press button to add counter
4 | Add counter
5 | Who\'s Playing?
6 | Lives/Score:
7 | Counter
8 | Dice
9 | Choose
10 | Timer
11 | Counter
12 | Dice
13 | Choose
14 | Timer
15 | Open navigation drawer
16 | Close navigation drawer
17 | OneTwo
18 | Dice\'s faces
19 | Place a finger each to choose among you
20 | Edit
21 | Roll All
22 | Add
23 | Remove
24 |
25 | Order
26 | Play
27 | Pause
28 | Press the button to add a counter or swipe right for more options
29 |
30 |
31 |
--------------------------------------------------------------------------------
/app/src/main/res/values-fr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | UnDeux
3 | Appuyez sur le bouton pour ajouter un score
4 | Ajouter un score
5 | Qui joue?
6 | Vies/Score
7 | Score
8 | Dé
9 | Choisir
10 | Minuteur
11 | Score
12 | Dé
13 | Choisir
14 | Minuteur
15 | Ouvrir la fenêtre de navigation
16 | Fermer la fenêtre de navigation
17 | UnDeux
18 | Nombre de faces du dé
19 | Posez un doigt chacun pour choisir parmi vous
20 | Éditer
21 | Tout lancer
22 | Ajouter
23 | Enlever
24 |
25 | Ordonné
26 | Jouer
27 | Pause
28 | Appuyez sur le bouton pour ajouter un score ou balayez vers la droite pour plus d\'options
29 |
30 |
31 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/list_item_timer.xml:
--------------------------------------------------------------------------------
1 |
2 |
11 |
12 |
26 |
27 |
28 |
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
11 |
12 |
17 |
18 |
22 |
23 |
30 |
31 |
32 |
33 |
34 |
42 |
43 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_alert_dialog.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
14 |
15 |
21 |
22 |
27 |
28 |
34 |
35 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/counter_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
14 |
15 |
25 |
26 |
32 |
33 |
34 |
35 |
44 |
45 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/timer_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
12 |
13 |
23 |
24 |
34 |
35 |
36 |
37 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/app/src/main/java/com/nicue/onetwo/Utils/ScrollAwareFABBehavior.java:
--------------------------------------------------------------------------------
1 | package com.nicue.onetwo.Utils;
2 |
3 |
4 | import android.content.Context;
5 | import android.support.design.widget.CoordinatorLayout;
6 | import android.support.design.widget.FloatingActionButton;
7 | import android.support.v4.view.ViewCompat;
8 | import android.util.AttributeSet;
9 | import android.util.Log;
10 | import android.view.View;
11 |
12 | import java.util.List;
13 |
14 | public class ScrollAwareFABBehavior extends FloatingActionButton.Behavior {
15 | public ScrollAwareFABBehavior(Context context, AttributeSet attrs) {
16 | super();
17 | }
18 |
19 | @Override
20 | public boolean onStartNestedScroll(CoordinatorLayout coordinatorLayout,
21 | FloatingActionButton child, View directTargetChild, View target, int nestedScrollAxes) {
22 | return nestedScrollAxes == ViewCompat.SCROLL_AXIS_VERTICAL ||
23 | super.onStartNestedScroll(coordinatorLayout, child, directTargetChild, target,
24 | nestedScrollAxes);
25 | }
26 |
27 | @Override
28 | public void onNestedScroll(CoordinatorLayout coordinatorLayout, FloatingActionButton child,
29 | View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) {
30 | super.onNestedScroll(coordinatorLayout, child, target, dxConsumed, dyConsumed, dxUnconsumed,
31 | dyUnconsumed);
32 |
33 | if (dyConsumed > 0 && child.getVisibility() == View.VISIBLE) {
34 | child.hide(new FloatingActionButton.OnVisibilityChangedListener() {
35 | @Override
36 | public void onHidden(FloatingActionButton fab) {
37 | super.onShown(fab);
38 | fab.setVisibility(View.INVISIBLE);
39 | }
40 | });
41 | } else if (dyConsumed < 0){
42 | child.show();
43 | }
44 | }
45 |
46 | }
--------------------------------------------------------------------------------
/app/src/main/res/drawable/fingerprint.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/toolbar.xml:
--------------------------------------------------------------------------------
1 |
2 |
12 |
13 |
16 |
17 |
24 |
25 |
26 |
34 |
35 |
43 |
44 |
52 |
53 |
62 |
63 |
--------------------------------------------------------------------------------
/gradlew.bat:
--------------------------------------------------------------------------------
1 | @if "%DEBUG%" == "" @echo off
2 | @rem ##########################################################################
3 | @rem
4 | @rem Gradle startup script for Windows
5 | @rem
6 | @rem ##########################################################################
7 |
8 | @rem Set local scope for the variables with windows NT shell
9 | if "%OS%"=="Windows_NT" setlocal
10 |
11 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12 | set DEFAULT_JVM_OPTS=
13 |
14 | set DIRNAME=%~dp0
15 | if "%DIRNAME%" == "" set DIRNAME=.
16 | set APP_BASE_NAME=%~n0
17 | set APP_HOME=%DIRNAME%
18 |
19 | @rem Find java.exe
20 | if defined JAVA_HOME goto findJavaFromJavaHome
21 |
22 | set JAVA_EXE=java.exe
23 | %JAVA_EXE% -version >NUL 2>&1
24 | if "%ERRORLEVEL%" == "0" goto init
25 |
26 | echo.
27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28 | echo.
29 | echo Please set the JAVA_HOME variable in your environment to match the
30 | echo location of your Java installation.
31 |
32 | goto fail
33 |
34 | :findJavaFromJavaHome
35 | set JAVA_HOME=%JAVA_HOME:"=%
36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37 |
38 | if exist "%JAVA_EXE%" goto init
39 |
40 | echo.
41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42 | echo.
43 | echo Please set the JAVA_HOME variable in your environment to match the
44 | echo location of your Java installation.
45 |
46 | goto fail
47 |
48 | :init
49 | @rem Get command-line arguments, handling Windowz variants
50 |
51 | if not "%OS%" == "Windows_NT" goto win9xME_args
52 | if "%@eval[2+2]" == "4" goto 4NT_args
53 |
54 | :win9xME_args
55 | @rem Slurp the command line arguments.
56 | set CMD_LINE_ARGS=
57 | set _SKIP=2
58 |
59 | :win9xME_args_slurp
60 | if "x%~1" == "x" goto execute
61 |
62 | set CMD_LINE_ARGS=%*
63 | goto execute
64 |
65 | :4NT_args
66 | @rem Get arguments from the 4NT Shell from JP Software
67 | set CMD_LINE_ARGS=%$
68 |
69 | :execute
70 | @rem Setup the command line
71 |
72 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73 |
74 | @rem Execute Gradle
75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
76 |
77 | :end
78 | @rem End local scope for the variables with windows NT shell
79 | if "%ERRORLEVEL%"=="0" goto mainEnd
80 |
81 | :fail
82 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 | rem the _cmd.exe /c_ return code!
84 | if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
85 | exit /b 1
86 |
87 | :mainEnd
88 | if "%OS%"=="Windows_NT" endlocal
89 |
90 | :omega
91 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/dice_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
15 |
16 |
20 |
21 |
25 |
26 |
29 |
30 |
31 |
36 |
37 |
38 |
46 |
47 |
53 |
54 |
55 |
56 |
63 |
64 |
65 |
66 |
67 |
--------------------------------------------------------------------------------
/.idea/misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/.idea/codeStyles/Project.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | xmlns:android
11 |
12 | ^$
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 | xmlns:.*
22 |
23 | ^$
24 |
25 |
26 | BY_NAME
27 |
28 |
29 |
30 |
31 |
32 |
33 | .*:id
34 |
35 | http://schemas.android.com/apk/res/android
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 | .*:name
45 |
46 | http://schemas.android.com/apk/res/android
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 | name
56 |
57 | ^$
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 | style
67 |
68 | ^$
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 | .*
78 |
79 | ^$
80 |
81 |
82 | BY_NAME
83 |
84 |
85 |
86 |
87 |
88 |
89 | .*
90 |
91 | http://schemas.android.com/apk/res/android
92 |
93 |
94 | ANDROID_ATTRIBUTE_ORDER
95 |
96 |
97 |
98 |
99 |
100 |
101 | .*
102 |
103 | .*
104 |
105 |
106 | BY_NAME
107 |
108 |
109 |
110 |
111 |
112 |
113 |
--------------------------------------------------------------------------------
/app/src/main/java/com/nicue/onetwo/Utils/Pools.java:
--------------------------------------------------------------------------------
1 | package com.nicue.onetwo.Utils;
2 |
3 | /**
4 | * Helper class for crating pools of objects. An example use looks like this:
5 | *
6 | * public class MyPooledClass {
7 | *
8 | * private static final SynchronizedPool sPool =
9 | * new SynchronizedPool(10);
10 | *
11 | * public static MyPooledClass obtain() {
12 | * MyPooledClass instance = sPool.acquire();
13 | * return (instance != null) ? instance : new MyPooledClass();
14 | * }
15 | *
16 | * public void recycle() {
17 | * // Clear state if needed.
18 | * sPool.release(this);
19 | * }
20 | *
21 | * . . .
22 | * }
23 | *
24 | *
25 | * @hide
26 | */
27 | public final class Pools {
28 |
29 | /**
30 | * Interface for managing a pool of objects.
31 | *
32 | * @param The pooled type.
33 | */
34 | public static interface Pool {
35 |
36 | /**
37 | * @return An instance from the pool if such, null otherwise.
38 | */
39 | public T acquire();
40 |
41 | /**
42 | * Release an instance to the pool.
43 | *
44 | * @param instance The instance to release.
45 | * @return Whether the instance was put in the pool.
46 | *
47 | * @throws IllegalStateException If the instance is already in the pool.
48 | */
49 | public boolean release(T instance);
50 | }
51 |
52 | private Pools() {
53 | /* do nothing - hiding constructor */
54 | }
55 |
56 | /**
57 | * Simple (non-synchronized) pool of objects.
58 | *
59 | * @param The pooled type.
60 | */
61 | public static class SimplePool implements Pool {
62 | private final Object[] mPool;
63 |
64 | private int mPoolSize;
65 |
66 | /**
67 | * Creates a new instance.
68 | *
69 | * @param maxPoolSize The max pool size.
70 | *
71 | * @throws IllegalArgumentException If the max pool size is less than zero.
72 | */
73 | public SimplePool(int maxPoolSize) {
74 | if (maxPoolSize <= 0) {
75 | throw new IllegalArgumentException("The max pool size must be > 0");
76 | }
77 | mPool = new Object[maxPoolSize];
78 | }
79 |
80 | @Override
81 | @SuppressWarnings("unchecked")
82 | public T acquire() {
83 | if (mPoolSize > 0) {
84 | final int lastPooledIndex = mPoolSize - 1;
85 | T instance = (T) mPool[lastPooledIndex];
86 | mPool[lastPooledIndex] = null;
87 | mPoolSize--;
88 | return instance;
89 | }
90 | return null;
91 | }
92 |
93 | @Override
94 | public boolean release(T instance) {
95 | if (isInPool(instance)) {
96 | throw new IllegalStateException("Already in the pool!");
97 | }
98 | if (mPoolSize < mPool.length) {
99 | mPool[mPoolSize] = instance;
100 | mPoolSize++;
101 | return true;
102 | }
103 | return false;
104 | }
105 |
106 | private boolean isInPool(T instance) {
107 | for (int i = 0; i < mPoolSize; i++) {
108 | if (mPool[i] == instance) {
109 | return true;
110 | }
111 | }
112 | return false;
113 | }
114 | }
115 |
116 | /**
117 | * Synchronized) pool of objects.
118 | *
119 | * @param The pooled type.
120 | */
121 | public static class SynchronizedPool extends SimplePool {
122 | private final Object mLock = new Object();
123 |
124 | /**
125 | * Creates a new instance.
126 | *
127 | * @param maxPoolSize The max pool size.
128 | *
129 | * @throws IllegalArgumentException If the max pool size is less than zero.
130 | */
131 | public SynchronizedPool(int maxPoolSize) {
132 | super(maxPoolSize);
133 | }
134 |
135 | @Override
136 | public T acquire() {
137 | synchronized (mLock) {
138 | return super.acquire();
139 | }
140 | }
141 |
142 | @Override
143 | public boolean release(T element) {
144 | synchronized (mLock) {
145 | return super.release(element);
146 | }
147 | }
148 | }
149 | }
--------------------------------------------------------------------------------
/app/src/main/java/com/nicue/onetwo/adapters/ListAdapter.java:
--------------------------------------------------------------------------------
1 | package com.nicue.onetwo.adapters;
2 |
3 | import android.content.Context;
4 | import android.support.v7.widget.RecyclerView;
5 | import android.util.Log;
6 | import android.view.LayoutInflater;
7 | import android.view.View;
8 | import android.view.ViewGroup;
9 | import android.widget.Button;
10 | import android.widget.NumberPicker;
11 | import android.widget.TextView;
12 |
13 | import com.nicue.onetwo.R;
14 |
15 | import java.util.ArrayList;
16 |
17 | import static android.util.Log.d;
18 |
19 |
20 | public class ListAdapter extends RecyclerView.Adapter {
21 |
22 | private ArrayList mObjectsToCount = new ArrayList();
23 | private ArrayList mNumbers = new ArrayList();
24 |
25 |
26 | private final ListAdapterOnClickHandler mClickHandler;
27 |
28 | /**
29 | * The interface that receives onClick messages.
30 | */
31 | public interface ListAdapterOnClickHandler {
32 | void onClick(String obj);
33 | void onValueChanged(String obj, int num);
34 | }
35 |
36 | public ListAdapter(ListAdapterOnClickHandler clickHandler) {
37 | mClickHandler = clickHandler;
38 | }
39 |
40 | @Override
41 | public void onBindViewHolder(ListAdapter.ListAdapterViewHolder holder, int position) {
42 | String object = mObjectsToCount.get(position);
43 | int number = mNumbers.get(position);
44 | holder.mTextView.setText(object);
45 | holder.numberPicker.setValue(number);
46 | }
47 |
48 | @Override
49 | public int getItemCount() {
50 | if (null == mObjectsToCount) return 0;
51 | return mObjectsToCount.size();
52 | }
53 |
54 | @Override
55 | public ListAdapter.ListAdapterViewHolder onCreateViewHolder(ViewGroup viewGroup, int viewType) {
56 | Context context = viewGroup.getContext();
57 | int layoutIdForListItem = R.layout.list_item;
58 | LayoutInflater inflater = LayoutInflater.from(context);
59 | boolean shouldAttachToParentImmediately = false;
60 |
61 | View view = inflater.inflate(layoutIdForListItem, viewGroup, shouldAttachToParentImmediately);
62 | return new ListAdapterViewHolder(view);
63 | }
64 |
65 | public class ListAdapterViewHolder extends RecyclerView.ViewHolder implements View.OnClickListener, NumberPicker.OnValueChangeListener, NumberPicker.OnScrollListener {
66 | public final TextView mTextView;
67 | public final NumberPicker numberPicker;
68 | public final Button removeButton;
69 | private int scrollState_p = 0;
70 | public ListAdapterViewHolder(View view) {
71 | super(view);
72 | mTextView = (TextView) view.findViewById(R.id.tv_object_data);
73 | removeButton = (Button) view.findViewById(R.id.remove_button);
74 | numberPicker = (NumberPicker) view.findViewById(R.id.number_picker);
75 | numberPicker.setMaxValue(99999);
76 | numberPicker.setMinValue(0);
77 | numberPicker.setOnScrollListener(this);
78 | numberPicker.setOnValueChangedListener(this);
79 | numberPicker.setOnLongClickListener(new View.OnLongClickListener() {
80 | @Override
81 | public boolean onLongClick(View v) {
82 | v.performClick();
83 | return true;
84 | }
85 | });
86 | view.setOnClickListener(this);
87 | }
88 |
89 | @Override
90 | public void onScrollStateChange(NumberPicker view, int scrollState) {
91 | this.scrollState_p = scrollState;
92 | int pos = getAdapterPosition();
93 | Log.d("zpos",String.valueOf(pos));
94 | Log.d("zScrollState",String.valueOf(scrollState));
95 | if (scrollState == SCROLL_STATE_IDLE){
96 | int actual_value = view.getValue();
97 | int adapterPosition = getAdapterPosition();
98 | String obj = mObjectsToCount.get(adapterPosition);
99 | mClickHandler.onValueChanged(obj, actual_value);
100 | }
101 | }
102 |
103 | @Override
104 | public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
105 | int pos = getAdapterPosition();
106 | Log.d("zpos",String.valueOf(pos));
107 | Log.d("zScrollState",String.valueOf(this.scrollState_p));
108 | if (this.scrollState_p == SCROLL_STATE_IDLE) {
109 | int adapterPosition = getAdapterPosition();
110 | String obj = mObjectsToCount.get(adapterPosition);
111 | mClickHandler.onValueChanged(obj, newVal);
112 | }
113 | }
114 |
115 | /**
116 | * This gets called by the child views during a click.
117 | *
118 | * @param v The View that was clicked
119 | */
120 | @Override
121 | public void onClick(View v) {
122 | int adapterPosition = getAdapterPosition();
123 | String obj = mObjectsToCount.get(adapterPosition);
124 | mClickHandler.onClick(obj);
125 | }
126 | }
127 | public void setData(ArrayList objects, ArrayList numbers ){
128 | mObjectsToCount = objects;
129 | mNumbers = numbers;
130 | notifyDataSetChanged();
131 | }
132 | }
133 |
134 |
--------------------------------------------------------------------------------
/gradlew:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | ##############################################################################
4 | ##
5 | ## Gradle start up script for UN*X
6 | ##
7 | ##############################################################################
8 |
9 | # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
10 | DEFAULT_JVM_OPTS=""
11 |
12 | APP_NAME="Gradle"
13 | APP_BASE_NAME=`basename "$0"`
14 |
15 | # Use the maximum available, or set MAX_FD != -1 to use that value.
16 | MAX_FD="maximum"
17 |
18 | warn ( ) {
19 | echo "$*"
20 | }
21 |
22 | die ( ) {
23 | echo
24 | echo "$*"
25 | echo
26 | exit 1
27 | }
28 |
29 | # OS specific support (must be 'true' or 'false').
30 | cygwin=false
31 | msys=false
32 | darwin=false
33 | case "`uname`" in
34 | CYGWIN* )
35 | cygwin=true
36 | ;;
37 | Darwin* )
38 | darwin=true
39 | ;;
40 | MINGW* )
41 | msys=true
42 | ;;
43 | esac
44 |
45 | # Attempt to set APP_HOME
46 | # Resolve links: $0 may be a link
47 | PRG="$0"
48 | # Need this for relative symlinks.
49 | while [ -h "$PRG" ] ; do
50 | ls=`ls -ld "$PRG"`
51 | link=`expr "$ls" : '.*-> \(.*\)$'`
52 | if expr "$link" : '/.*' > /dev/null; then
53 | PRG="$link"
54 | else
55 | PRG=`dirname "$PRG"`"/$link"
56 | fi
57 | done
58 | SAVED="`pwd`"
59 | cd "`dirname \"$PRG\"`/" >/dev/null
60 | APP_HOME="`pwd -P`"
61 | cd "$SAVED" >/dev/null
62 |
63 | CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
64 |
65 | # Determine the Java command to use to start the JVM.
66 | if [ -n "$JAVA_HOME" ] ; then
67 | if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
68 | # IBM's JDK on AIX uses strange locations for the executables
69 | JAVACMD="$JAVA_HOME/jre/sh/java"
70 | else
71 | JAVACMD="$JAVA_HOME/bin/java"
72 | fi
73 | if [ ! -x "$JAVACMD" ] ; then
74 | die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
75 |
76 | Please set the JAVA_HOME variable in your environment to match the
77 | location of your Java installation."
78 | fi
79 | else
80 | JAVACMD="java"
81 | which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
82 |
83 | Please set the JAVA_HOME variable in your environment to match the
84 | location of your Java installation."
85 | fi
86 |
87 | # Increase the maximum file descriptors if we can.
88 | if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
89 | MAX_FD_LIMIT=`ulimit -H -n`
90 | if [ $? -eq 0 ] ; then
91 | if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
92 | MAX_FD="$MAX_FD_LIMIT"
93 | fi
94 | ulimit -n $MAX_FD
95 | if [ $? -ne 0 ] ; then
96 | warn "Could not set maximum file descriptor limit: $MAX_FD"
97 | fi
98 | else
99 | warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
100 | fi
101 | fi
102 |
103 | # For Darwin, add options to specify how the application appears in the dock
104 | if $darwin; then
105 | GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
106 | fi
107 |
108 | # For Cygwin, switch paths to Windows format before running java
109 | if $cygwin ; then
110 | APP_HOME=`cygpath --path --mixed "$APP_HOME"`
111 | CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
112 | JAVACMD=`cygpath --unix "$JAVACMD"`
113 |
114 | # We build the pattern for arguments to be converted via cygpath
115 | ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
116 | SEP=""
117 | for dir in $ROOTDIRSRAW ; do
118 | ROOTDIRS="$ROOTDIRS$SEP$dir"
119 | SEP="|"
120 | done
121 | OURCYGPATTERN="(^($ROOTDIRS))"
122 | # Add a user-defined pattern to the cygpath arguments
123 | if [ "$GRADLE_CYGPATTERN" != "" ] ; then
124 | OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
125 | fi
126 | # Now convert the arguments - kludge to limit ourselves to /bin/sh
127 | i=0
128 | for arg in "$@" ; do
129 | CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
130 | CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
131 |
132 | if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
133 | eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
134 | else
135 | eval `echo args$i`="\"$arg\""
136 | fi
137 | i=$((i+1))
138 | done
139 | case $i in
140 | (0) set -- ;;
141 | (1) set -- "$args0" ;;
142 | (2) set -- "$args0" "$args1" ;;
143 | (3) set -- "$args0" "$args1" "$args2" ;;
144 | (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
145 | (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
146 | (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
147 | (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
148 | (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
149 | (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
150 | esac
151 | fi
152 |
153 | # Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
154 | function splitJvmOpts() {
155 | JVM_OPTS=("$@")
156 | }
157 | eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
158 | JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
159 |
160 | exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
161 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/start_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
17 |
18 |
31 |
32 |
33 |
48 |
49 |
50 |
51 |
64 |
65 |
66 |
80 |
81 |
82 |
83 |
84 |
85 |
91 |
92 |
105 |
106 |
107 |
122 |
123 |
124 |
125 |
138 |
139 |
140 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
--------------------------------------------------------------------------------
/app/src/main/java/com/nicue/onetwo/Utils/TimerBackend.java:
--------------------------------------------------------------------------------
1 | package com.nicue.onetwo.Utils;
2 |
3 | import android.animation.ObjectAnimator;
4 | import android.content.Context;
5 | import android.os.CountDownTimer;
6 | import android.os.Vibrator;
7 | import android.support.v7.widget.CardView;
8 | import android.util.Log;
9 | import android.view.View;
10 | import android.view.animation.DecelerateInterpolator;
11 | import android.widget.Button;
12 |
13 | import com.nicue.onetwo.R;
14 |
15 | public class TimerBackend {
16 | private View mView;
17 | private CardView mCardView;
18 | private CountDownTimer timer;
19 | private Button mButton;
20 | private long pausedTime;
21 | private boolean isPaused = true;
22 | private VibratorInterface vibratorInterface;
23 | private long panicMiliSec = 10000; // miliseconds to start to show deciseconds
24 |
25 | public interface VibratorInterface{
26 | void finishedTimer();
27 | }
28 |
29 | public TimerBackend(View v, VibratorInterface vInterface){
30 | vibratorInterface = vInterface;
31 | long defaulTime = 300000;
32 | mView = v;
33 | mCardView = (CardView) v.findViewById(R.id.cv_timer);
34 | mButton = (Button) mView.findViewById(R.id.chrono);
35 | timer = new CountDownTimer(defaulTime,10) {
36 | @Override
37 | public void onTick(long millisUntilFinished) {
38 | pausedTime = millisUntilFinished;
39 | long currentSec = pausedTime/1000;
40 | long min = currentSec/60;
41 | long dim_secs = currentSec%60;
42 | String min_sec;
43 | if (millisUntilFinished >= panicMiliSec ) {
44 | min_sec = String.format("%d:%02d", min, dim_secs);
45 | }else{
46 | long deci_sec = (millisUntilFinished %1000)/10;
47 | min_sec = String.format("%d:%02d:%02d", min, dim_secs,deci_sec);
48 | }
49 |
50 | mButton.setText(min_sec);
51 | }
52 |
53 | @Override
54 | public void onFinish() {
55 | mButton.setText("0:00");
56 | mButton.setBackgroundColor(0xff424242);
57 | vibratorInterface.finishedTimer();
58 | setTimertoZero();
59 | }
60 | };
61 | pausedTime = defaulTime;
62 | long currentSec = defaulTime/1000;
63 | long min = currentSec/60;
64 | long dim_secs = currentSec%60;
65 | String min_sec = String.format("%d:%02d",min,dim_secs);
66 |
67 | mButton.setText(min_sec);
68 | setNonClickable();
69 | }
70 |
71 | public TimerBackend(View v, long miliseconds, VibratorInterface vInterface){
72 | vibratorInterface = vInterface;
73 | mView = v;
74 | mCardView = (CardView) v.findViewById(R.id.cv_timer);
75 | mButton = (Button) mView.findViewById(R.id.chrono);
76 | timer = new CountDownTimer(miliseconds,10) {
77 | @Override
78 | public void onTick(long millisUntilFinished) {
79 | pausedTime = millisUntilFinished;
80 | long currentSecs = millisUntilFinished/1000;
81 | long min = currentSecs/60;
82 | long dim_secs = currentSecs%60;
83 | String min_sec;
84 | if (millisUntilFinished >= panicMiliSec ) {
85 | min_sec = String.format("%d:%02d", min, dim_secs);
86 | }else{
87 | long deci_sec = (millisUntilFinished %1000)/10;
88 | min_sec = String.format("%d:%02d:%02d", min, dim_secs,deci_sec);
89 | }
90 |
91 | mButton.setText(min_sec);
92 | }
93 |
94 | @Override
95 | public void onFinish() {
96 | mButton.setText("0:00");
97 | mButton.setBackgroundColor(0xff424242);
98 | vibratorInterface.finishedTimer();
99 | setTimertoZero();
100 | }
101 |
102 | };
103 | setNonClickable();
104 | pausedTime = miliseconds;
105 | long currentSecs = pausedTime /1000;
106 | long min = currentSecs/60;
107 | long dim_secs = currentSecs%60;
108 | String min_sec = String.format("%d:%02d",min,dim_secs);
109 | mButton.setText(min_sec);
110 | }
111 | public void startTimer(){
112 | if (isPaused) {
113 | timer.start();
114 | setClickable();
115 | isPaused = false;
116 | }
117 | }
118 |
119 | public void pauseTimer() {
120 | if (!isPaused) {
121 | setNonClickable();
122 | timer.cancel();
123 | timer = new CountDownTimer(pausedTime, 10) {
124 | @Override
125 | public void onTick(long millisUntilFinished) {
126 | pausedTime = millisUntilFinished;
127 | long currentSec = pausedTime /1000;
128 | long min = currentSec / 60;
129 | long dim_secs = currentSec % 60;
130 | String min_sec;
131 | if (millisUntilFinished >= panicMiliSec ) {
132 | min_sec = String.format("%d:%02d", min, dim_secs);
133 | }else{
134 | long deci_sec = (millisUntilFinished %1000)/10;
135 | min_sec = String.format("%d:%02d:%02d", min, dim_secs,deci_sec);
136 | }
137 |
138 | mButton.setText(min_sec);
139 | }
140 | @Override
141 | public void onFinish() {
142 | mButton.setText("0:00");
143 | mButton.setBackgroundColor(0xff424242);
144 | vibratorInterface.finishedTimer();
145 | setTimertoZero();
146 | }
147 | };
148 | isPaused = true;
149 | Log.d("PausingTimer", "pauseTimer");
150 | }
151 | }
152 |
153 |
154 | public void setTimertoZero(){
155 | timer.cancel();
156 | }
157 |
158 |
159 | public void stopTimer(){
160 | timer.cancel();
161 | }
162 | public View getmView(){
163 | return mView;
164 | }
165 | public void setClickable(){
166 | mView.setClickable(true);
167 | mButton.setClickable(true);
168 | mButton.setEnabled(true);
169 | mButton.setBackgroundColor(0xffbd2430);
170 | //Animation
171 | ObjectAnimator animator = ObjectAnimator.ofFloat(mCardView, "cardElevation", 2, 30);
172 | animator.setInterpolator(new DecelerateInterpolator());
173 | animator.setDuration(200);
174 | animator.start();
175 | }
176 | public void setNonClickable(){
177 | Log.d("Clickable: ", "NO");
178 | mView.setClickable(false);
179 | mButton.setClickable(false);
180 | mButton.setEnabled(false);
181 | mButton.setBackgroundColor(0xff850009);
182 | //Animation
183 | ObjectAnimator animator = ObjectAnimator.ofFloat(mCardView, "cardElevation", 30, 2);
184 | animator.setInterpolator(new DecelerateInterpolator());
185 | animator.setDuration(200);
186 | animator.start();
187 | }
188 | public boolean getisPaused(){
189 | return isPaused;
190 | }
191 |
192 | public long getPausedTime(){return pausedTime;}
193 |
194 | public void deleteTimer(){
195 | timer.cancel();
196 | mView.setVisibility(View.GONE);
197 | }
198 |
199 | }
200 |
--------------------------------------------------------------------------------