├── settings.gradle ├── test ├── yubikey-test.txt ├── test-v1.dat ├── test-v2.dat ├── test.psafe3 ├── yubitest.psafe3 ├── yubitest-empty.psafe3 ├── yubitest-single-a.psafe3 ├── yubitest-intl-atestu.psafe3 ├── yubitest-intl-ccaret.psafe3 └── yubitest-intl-georgana_hebrewalef.psafe3 ├── doc ├── pwsafe.xcf ├── onedrive.xcf ├── pwsafe_logo-512.png └── pwsafesync_logo-512.png ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── authorizer ├── libs │ └── bcprov-jdk15-143.jar ├── src │ ├── main │ │ ├── ic_launcher-web.png │ │ ├── res │ │ │ ├── menu │ │ │ │ ├── activity_file_list.xml │ │ │ │ ├── global.xml │ │ │ │ ├── fragment_passwdsafe_change_password.xml │ │ │ │ ├── fragment_passwdsafe_edit_record_history.xml │ │ │ │ ├── fragment_file_list.xml │ │ │ │ ├── fragment_sync_provider.xml │ │ │ │ ├── fragment_passwdsafe_record_notes.xml │ │ │ │ ├── fragment_passwdsafe_policy_list.xml │ │ │ │ ├── fragment_passwdsafe_record.xml │ │ │ │ ├── fragment_sync_provider_files.xml │ │ │ │ ├── fragment_passwdsafe_edit_record.xml │ │ │ │ ├── fragment_passwdsafe_record_basic.xml │ │ │ │ ├── fragment_storage_file_list.xml │ │ │ │ ├── activity_file_list_drawer.xml │ │ │ │ ├── fragment_passwdsafe_open_file.xml │ │ │ │ └── activity_passwdsafe_drawer.xml │ │ │ ├── drawable │ │ │ │ ├── yubikey.png │ │ │ │ └── icon_yubico.png │ │ │ ├── values │ │ │ │ ├── ids.xml │ │ │ │ ├── colors.xml │ │ │ │ └── attrs.xml │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-mdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── drawable-hdpi │ │ │ │ ├── drawer_shadow.9.png │ │ │ │ ├── ic_action_help.png │ │ │ │ ├── ic_action_lock.png │ │ │ │ ├── ic_fingerprint.png │ │ │ │ ├── ic_action_alarm_dark.png │ │ │ │ ├── ic_action_home_dark.png │ │ │ │ ├── ic_action_home_light.png │ │ │ │ ├── ic_action_lock_open.png │ │ │ │ ├── ic_action_password.png │ │ │ │ ├── ic_action_visibility.png │ │ │ │ ├── sym_keyboard_choose.png │ │ │ │ ├── sym_keyboard_delete.png │ │ │ │ ├── sym_keyboard_return.png │ │ │ │ ├── sym_keyboard_shift.png │ │ │ │ ├── sym_keyboard_space.png │ │ │ │ ├── ic_action_new_password.png │ │ │ │ ├── keyboard_background.9.png │ │ │ │ ├── ic_action_people_outline.png │ │ │ │ ├── ic_action_person_outline.png │ │ │ │ ├── ic_action_close_cancel_dark.png │ │ │ │ ├── ic_action_visibility_light.png │ │ │ │ ├── ic_action_new_password_light.png │ │ │ │ ├── ic_action_person_outline_light.png │ │ │ │ ├── btn_keyboard_key_dark_normal_holo.9.png │ │ │ │ ├── ic_action_navigation_more_vert_dark.png │ │ │ │ ├── btn_keyboard_key_dark_pressed_holo.9.png │ │ │ │ ├── btn_keyboard_key_light_normal_holo.9.png │ │ │ │ ├── btn_keyboard_key_light_pressed_holo.9.png │ │ │ │ ├── ic_action_navigation_more_vert_light.png │ │ │ │ ├── btn_keyboard_key_dark_normal_off_holo.9.png │ │ │ │ ├── btn_keyboard_key_dark_normal_on_holo.9.png │ │ │ │ ├── btn_keyboard_key_dark_pressed_off_holo.9.png │ │ │ │ └── btn_keyboard_key_dark_pressed_on_holo.9.png │ │ │ ├── drawable-mdpi │ │ │ │ ├── drawer_shadow.9.png │ │ │ │ ├── ic_action_help.png │ │ │ │ ├── ic_action_lock.png │ │ │ │ ├── ic_fingerprint.png │ │ │ │ ├── ic_action_alarm_dark.png │ │ │ │ ├── ic_action_home_dark.png │ │ │ │ ├── ic_action_home_light.png │ │ │ │ ├── ic_action_lock_open.png │ │ │ │ ├── ic_action_password.png │ │ │ │ ├── ic_action_visibility.png │ │ │ │ ├── sym_keyboard_choose.png │ │ │ │ ├── sym_keyboard_delete.png │ │ │ │ ├── sym_keyboard_return.png │ │ │ │ ├── sym_keyboard_shift.png │ │ │ │ ├── sym_keyboard_space.png │ │ │ │ ├── ic_action_new_password.png │ │ │ │ ├── keyboard_background.9.png │ │ │ │ ├── ic_action_people_outline.png │ │ │ │ ├── ic_action_person_outline.png │ │ │ │ ├── ic_action_close_cancel_dark.png │ │ │ │ ├── ic_action_visibility_light.png │ │ │ │ ├── ic_action_new_password_light.png │ │ │ │ ├── ic_action_person_outline_light.png │ │ │ │ ├── btn_keyboard_key_dark_normal_holo.9.png │ │ │ │ ├── ic_action_navigation_more_vert_dark.png │ │ │ │ ├── btn_keyboard_key_dark_pressed_holo.9.png │ │ │ │ ├── btn_keyboard_key_light_normal_holo.9.png │ │ │ │ ├── btn_keyboard_key_light_pressed_holo.9.png │ │ │ │ ├── ic_action_navigation_more_vert_light.png │ │ │ │ ├── btn_keyboard_key_dark_normal_off_holo.9.png │ │ │ │ ├── btn_keyboard_key_dark_normal_on_holo.9.png │ │ │ │ ├── btn_keyboard_key_dark_pressed_off_holo.9.png │ │ │ │ └── btn_keyboard_key_dark_pressed_on_holo.9.png │ │ │ ├── drawable-xhdpi │ │ │ │ ├── ic_action_help.png │ │ │ │ ├── ic_action_lock.png │ │ │ │ ├── ic_fingerprint.png │ │ │ │ ├── drawer_shadow.9.png │ │ │ │ ├── ic_action_home_dark.png │ │ │ │ ├── ic_action_lock_open.png │ │ │ │ ├── ic_action_password.png │ │ │ │ ├── sym_keyboard_choose.png │ │ │ │ ├── sym_keyboard_delete.png │ │ │ │ ├── sym_keyboard_return.png │ │ │ │ ├── sym_keyboard_shift.png │ │ │ │ ├── sym_keyboard_space.png │ │ │ │ ├── ic_action_alarm_dark.png │ │ │ │ ├── ic_action_home_light.png │ │ │ │ ├── ic_action_visibility.png │ │ │ │ ├── keyboard_background.9.png │ │ │ │ ├── ic_action_new_password.png │ │ │ │ ├── ic_action_people_outline.png │ │ │ │ ├── ic_action_person_outline.png │ │ │ │ ├── ic_action_visibility_light.png │ │ │ │ ├── ic_action_close_cancel_dark.png │ │ │ │ ├── ic_action_new_password_light.png │ │ │ │ ├── ic_action_person_outline_light.png │ │ │ │ ├── btn_keyboard_key_dark_normal_holo.9.png │ │ │ │ ├── btn_keyboard_key_dark_pressed_holo.9.png │ │ │ │ ├── btn_keyboard_key_light_normal_holo.9.png │ │ │ │ ├── ic_action_navigation_more_vert_dark.png │ │ │ │ ├── ic_action_navigation_more_vert_light.png │ │ │ │ ├── btn_keyboard_key_dark_normal_off_holo.9.png │ │ │ │ ├── btn_keyboard_key_dark_normal_on_holo.9.png │ │ │ │ ├── btn_keyboard_key_dark_pressed_on_holo.9.png │ │ │ │ ├── btn_keyboard_key_light_pressed_holo.9.png │ │ │ │ └── btn_keyboard_key_dark_pressed_off_holo.9.png │ │ │ ├── drawable-xxhdpi │ │ │ │ ├── drawer_shadow.9.png │ │ │ │ ├── ic_action_help.png │ │ │ │ ├── ic_action_lock.png │ │ │ │ ├── ic_fingerprint.png │ │ │ │ ├── ic_action_password.png │ │ │ │ ├── sym_keyboard_shift.png │ │ │ │ ├── ic_action_alarm_dark.png │ │ │ │ ├── ic_action_home_dark.png │ │ │ │ ├── ic_action_home_light.png │ │ │ │ ├── ic_action_lock_open.png │ │ │ │ ├── ic_action_visibility.png │ │ │ │ ├── sym_keyboard_choose.png │ │ │ │ ├── sym_keyboard_delete.png │ │ │ │ ├── sym_keyboard_return.png │ │ │ │ ├── ic_action_new_password.png │ │ │ │ ├── ic_action_people_outline.png │ │ │ │ ├── ic_action_person_outline.png │ │ │ │ ├── ic_action_close_cancel_dark.png │ │ │ │ ├── ic_action_new_password_light.png │ │ │ │ ├── ic_action_visibility_light.png │ │ │ │ ├── ic_action_person_outline_light.png │ │ │ │ ├── ic_action_navigation_more_vert_dark.png │ │ │ │ └── ic_action_navigation_more_vert_light.png │ │ │ ├── drawable-xxxhdpi │ │ │ │ ├── ic_action_help.png │ │ │ │ ├── ic_action_lock.png │ │ │ │ ├── ic_fingerprint.png │ │ │ │ ├── ic_action_home_dark.png │ │ │ │ ├── ic_action_lock_open.png │ │ │ │ ├── sym_keyboard_choose.png │ │ │ │ ├── sym_keyboard_return.png │ │ │ │ ├── ic_action_alarm_dark.png │ │ │ │ ├── ic_action_home_light.png │ │ │ │ ├── ic_action_visibility.png │ │ │ │ ├── ic_action_people_outline.png │ │ │ │ ├── ic_action_person_outline.png │ │ │ │ ├── ic_action_close_cancel_dark.png │ │ │ │ ├── ic_action_visibility_light.png │ │ │ │ ├── ic_action_person_outline_light.png │ │ │ │ ├── ic_action_navigation_more_vert_dark.png │ │ │ │ └── ic_action_navigation_more_vert_light.png │ │ │ ├── drawable-ldpi │ │ │ │ └── keyboard_background.9.png │ │ │ ├── xml │ │ │ │ ├── searchable.xml │ │ │ │ └── input_method.xml │ │ │ ├── values-w1024dp │ │ │ │ └── refs.xml │ │ │ ├── values-large-land │ │ │ │ └── refs.xml │ │ │ ├── layout │ │ │ │ ├── row_icon.xml │ │ │ │ ├── confirm_prompt.xml │ │ │ │ ├── fragment_passwdsafe_nav_drawer.xml │ │ │ │ ├── fragment_file_list_nav_drawer.xml │ │ │ │ ├── fragment_passwdsafe_record_notes.xml │ │ │ │ ├── fragment_sync_provider.xml │ │ │ │ ├── fragment_passwdsafe_record.xml │ │ │ │ ├── fragment_passwdsafe_list_tree.xml │ │ │ │ ├── fragment_passwdsafe_record_icon.xml │ │ │ │ ├── fragment_storage_file_list.xml │ │ │ │ ├── new_group.xml │ │ │ │ ├── activity_launcher_record_shortcuts.xml │ │ │ │ ├── activity_launcher_file_shortcuts.xml │ │ │ │ ├── sync_provider_file_list_item.xml │ │ │ │ ├── fragment_passwdsafe_policy_list.xml │ │ │ │ └── file_list_nav_drawer_header.xml │ │ │ ├── values-v21 │ │ │ │ └── styles.xml │ │ │ ├── values-v17 │ │ │ │ └── styles.xml │ │ │ └── values-v14 │ │ │ │ └── styles.xml │ │ ├── jni │ │ │ ├── Application.mk │ │ │ ├── Android.mk │ │ │ ├── org_pwsafe_lib_crypto_SHA256Pws.h │ │ │ ├── Util.h │ │ │ ├── sha256.h │ │ │ ├── PasswdSafe.cpp │ │ │ └── Util.cpp │ │ └── java │ │ │ ├── net │ │ │ └── tjado │ │ │ │ ├── passwdsafe │ │ │ │ ├── util │ │ │ │ │ ├── YubiState.java │ │ │ │ │ ├── LongReference.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── FileComparator.java │ │ │ │ │ └── CountedBool.java │ │ │ │ ├── view │ │ │ │ │ ├── CopyField.java │ │ │ │ │ ├── LongPreference.java │ │ │ │ │ ├── LongListPreference.java │ │ │ │ │ ├── PasswdRecordListData.java │ │ │ │ │ ├── LongCheckBoxPreference.java │ │ │ │ │ ├── LongEditTextPreference.java │ │ │ │ │ └── TextInputUtils.java │ │ │ │ ├── file │ │ │ │ │ ├── PasswdFileDataObserver.java │ │ │ │ │ ├── PasswdFileDataUser.java │ │ │ │ │ └── PasswdFileToken.java │ │ │ │ ├── ExpirationTimeoutReceiver.java │ │ │ │ ├── StartupReceiver.java │ │ │ │ └── PasswdSafeIMEKeyboardView.java │ │ │ │ └── authorizer │ │ │ │ ├── OutputInterface.java │ │ │ │ └── UsbHidKbd.java │ │ │ └── org │ │ │ └── pwsafe │ │ │ └── lib │ │ │ ├── file │ │ │ ├── PwsFieldType.java │ │ │ ├── PwsPasswdField.java │ │ │ ├── PwsFieldTypeV1.java │ │ │ ├── PwsFieldTypeV2.java │ │ │ ├── PwsPasswdUnicodeField.java │ │ │ └── PwsFieldTypeV3.java │ │ │ ├── exception │ │ │ ├── EndOfFileException.java │ │ │ ├── PasswordSafeException.java │ │ │ ├── InvalidPassphraseException.java │ │ │ ├── UnimplementedConversionException.java │ │ │ ├── UnsupportedFileVersionException.java │ │ │ └── MemoryKeyException.java │ │ │ └── crypto │ │ │ └── HmacPws.java │ └── androidTest │ │ └── java │ │ └── net │ │ └── tjado │ │ └── passwdsafe │ │ └── test │ │ └── ApplicationTest.java ├── proguard-rules.pro └── lint.xml ├── lib ├── src │ └── main │ │ ├── res │ │ ├── drawable-hdpi │ │ │ ├── box.png │ │ │ ├── dropbox.png │ │ │ ├── ic_folder.png │ │ │ ├── onedrive.png │ │ │ ├── owncloud.png │ │ │ ├── google_drive.png │ │ │ ├── ic_action_up.png │ │ │ ├── ic_folder_up.png │ │ │ ├── ic_stat_app.png │ │ │ ├── ic_action_add.png │ │ │ ├── ic_action_edit.png │ │ │ ├── ic_action_info.png │ │ │ ├── ic_action_sync.png │ │ │ ├── ic_action_delete.png │ │ │ ├── ic_action_search.png │ │ │ ├── ic_folder_light.png │ │ │ ├── ic_action_info_dark.png │ │ │ ├── ic_folder_up_light.png │ │ │ ├── ic_passwdsafe_dark.png │ │ │ ├── ic_passwdsafe_light.png │ │ │ ├── ic_action_close_cancel.png │ │ │ ├── ic_action_settings_dark.png │ │ │ ├── ic_action_settings_light.png │ │ │ └── ic_action_alert_warning_dark.png │ │ ├── drawable-mdpi │ │ │ ├── box.png │ │ │ ├── dropbox.png │ │ │ ├── ic_folder.png │ │ │ ├── onedrive.png │ │ │ ├── owncloud.png │ │ │ ├── google_drive.png │ │ │ ├── ic_action_up.png │ │ │ ├── ic_folder_up.png │ │ │ ├── ic_stat_app.png │ │ │ ├── ic_action_add.png │ │ │ ├── ic_action_edit.png │ │ │ ├── ic_action_info.png │ │ │ ├── ic_action_sync.png │ │ │ ├── ic_action_delete.png │ │ │ ├── ic_action_search.png │ │ │ ├── ic_folder_light.png │ │ │ ├── ic_action_info_dark.png │ │ │ ├── ic_folder_up_light.png │ │ │ ├── ic_passwdsafe_dark.png │ │ │ ├── ic_passwdsafe_light.png │ │ │ ├── ic_action_close_cancel.png │ │ │ ├── ic_action_settings_dark.png │ │ │ ├── ic_action_settings_light.png │ │ │ └── ic_action_alert_warning_dark.png │ │ ├── drawable-xhdpi │ │ │ ├── box.png │ │ │ ├── dropbox.png │ │ │ ├── onedrive.png │ │ │ ├── owncloud.png │ │ │ ├── ic_folder.png │ │ │ ├── ic_stat_app.png │ │ │ ├── google_drive.png │ │ │ ├── ic_action_add.png │ │ │ ├── ic_action_up.png │ │ │ ├── ic_folder_up.png │ │ │ ├── ic_action_delete.png │ │ │ ├── ic_action_edit.png │ │ │ ├── ic_action_info.png │ │ │ ├── ic_action_search.png │ │ │ ├── ic_action_sync.png │ │ │ ├── ic_folder_light.png │ │ │ ├── ic_folder_up_light.png │ │ │ ├── ic_passwdsafe_dark.png │ │ │ ├── ic_action_info_dark.png │ │ │ ├── ic_passwdsafe_light.png │ │ │ ├── ic_action_close_cancel.png │ │ │ ├── ic_action_settings_dark.png │ │ │ ├── ic_action_settings_light.png │ │ │ └── ic_action_alert_warning_dark.png │ │ ├── drawable-xxhdpi │ │ │ ├── box.png │ │ │ ├── dropbox.png │ │ │ ├── ic_folder.png │ │ │ ├── onedrive.png │ │ │ ├── owncloud.png │ │ │ ├── google_drive.png │ │ │ ├── ic_action_up.png │ │ │ ├── ic_folder_up.png │ │ │ ├── ic_stat_app.png │ │ │ ├── ic_action_add.png │ │ │ ├── ic_action_edit.png │ │ │ ├── ic_action_info.png │ │ │ ├── ic_action_sync.png │ │ │ ├── ic_folder_light.png │ │ │ ├── ic_action_delete.png │ │ │ ├── ic_action_search.png │ │ │ ├── ic_action_info_dark.png │ │ │ ├── ic_folder_up_light.png │ │ │ ├── ic_passwdsafe_dark.png │ │ │ ├── ic_passwdsafe_light.png │ │ │ ├── ic_action_close_cancel.png │ │ │ ├── ic_action_settings_dark.png │ │ │ ├── ic_action_settings_light.png │ │ │ └── ic_action_alert_warning_dark.png │ │ ├── drawable-xxxhdpi │ │ │ ├── box.png │ │ │ ├── dropbox.png │ │ │ ├── ic_folder.png │ │ │ ├── onedrive.png │ │ │ ├── owncloud.png │ │ │ ├── ic_stat_app.png │ │ │ ├── google_drive.png │ │ │ ├── ic_action_add.png │ │ │ ├── ic_action_edit.png │ │ │ ├── ic_action_info.png │ │ │ ├── ic_action_sync.png │ │ │ ├── ic_action_up.png │ │ │ ├── ic_folder_up.png │ │ │ ├── ic_action_delete.png │ │ │ ├── ic_action_search.png │ │ │ ├── ic_folder_light.png │ │ │ ├── ic_action_info_dark.png │ │ │ ├── ic_folder_up_light.png │ │ │ ├── ic_passwdsafe_dark.png │ │ │ ├── ic_passwdsafe_light.png │ │ │ ├── ic_action_close_cancel.png │ │ │ ├── ic_action_settings_dark.png │ │ │ ├── ic_action_settings_light.png │ │ │ └── ic_action_alert_warning_dark.png │ │ ├── drawable-ldpi │ │ │ └── ic_stat_app.png │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher_sync.png │ │ │ └── ic_launcher_passwdsafe.png │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher_sync.png │ │ │ └── ic_launcher_passwdsafe.png │ │ ├── drawable-hdpi-v11 │ │ │ └── ic_stat_app.png │ │ ├── drawable-ldpi-v11 │ │ │ └── ic_stat_app.png │ │ ├── drawable-mdpi-v11 │ │ │ └── ic_stat_app.png │ │ ├── drawable-xhdpi-v11 │ │ │ └── ic_stat_app.png │ │ ├── drawable-xxhdpi-v11 │ │ │ └── ic_stat_app.png │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher_sync.png │ │ │ └── ic_launcher_passwdsafe.png │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher_sync.png │ │ │ └── ic_launcher_passwdsafe.png │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher_sync.png │ │ │ └── ic_launcher_passwdsafe.png │ │ ├── drawable-xxxhdpi-v11 │ │ │ └── ic_stat_app.png │ │ ├── values-sw600dp │ │ │ └── dimens.xml │ │ ├── xml │ │ │ └── backup_scheme.xml │ │ ├── values-sw720dp-land │ │ │ └── dimens.xml │ │ ├── values-w820dp │ │ │ └── dimens.xml │ │ └── values │ │ │ ├── dimens.xml │ │ │ └── colors.xml │ │ ├── assets │ │ ├── RobotoMono-Regular.ttf │ │ └── license-AndroidAssetStudio.txt │ │ ├── AndroidManifest.xml │ │ └── java │ │ └── net │ │ └── tjado │ │ └── passwdsafe │ │ └── lib │ │ ├── view │ │ ├── AbstractTextWatcher.java │ │ ├── GuiUtilsLollipop.java │ │ ├── LongSwitchPreference.java │ │ ├── AbstractDialogClickListener.java │ │ ├── TypefaceUtils.java │ │ └── ProgressFragment.java │ │ ├── ObjectHolder.java │ │ ├── ApiCompatEclair.java │ │ ├── DocumentsContractCompat.java │ │ └── ApiCompatHoneycomb.java ├── lint.xml └── build.gradle ├── .idea ├── scopes │ └── scope_settings.xml ├── vcs.xml ├── copyright │ ├── profiles_settings.xml │ └── passwdsafe.xml ├── inspectionProfiles │ └── profiles_settings.xml ├── encodings.xml ├── dictionaries │ └── jharris.xml ├── modules.xml ├── runConfigurations.xml ├── compiler.xml ├── gradle.xml └── misc.xml ├── LICENSES ├── .travis.yml ├── .gitignore └── gradle.properties /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':lib' 2 | include ':authorizer' 3 | -------------------------------------------------------------------------------- /test/yubikey-test.txt: -------------------------------------------------------------------------------- 1 | Key: 0b05430c2d2b4fbe66e537fc95e72323ec52a362 2 | -------------------------------------------------------------------------------- /doc/pwsafe.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/doc/pwsafe.xcf -------------------------------------------------------------------------------- /doc/onedrive.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/doc/onedrive.xcf -------------------------------------------------------------------------------- /test/test-v1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/test-v1.dat -------------------------------------------------------------------------------- /test/test-v2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/test-v2.dat -------------------------------------------------------------------------------- /test/test.psafe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/test.psafe3 -------------------------------------------------------------------------------- /test/yubitest.psafe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/yubitest.psafe3 -------------------------------------------------------------------------------- /doc/pwsafe_logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/doc/pwsafe_logo-512.png -------------------------------------------------------------------------------- /doc/pwsafesync_logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/doc/pwsafesync_logo-512.png -------------------------------------------------------------------------------- /test/yubitest-empty.psafe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/yubitest-empty.psafe3 -------------------------------------------------------------------------------- /test/yubitest-single-a.psafe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/yubitest-single-a.psafe3 -------------------------------------------------------------------------------- /test/yubitest-intl-atestu.psafe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/yubitest-intl-atestu.psafe3 -------------------------------------------------------------------------------- /test/yubitest-intl-ccaret.psafe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/yubitest-intl-ccaret.psafe3 -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /authorizer/libs/bcprov-jdk15-143.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/libs/bcprov-jdk15-143.jar -------------------------------------------------------------------------------- /authorizer/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/activity_file_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/box.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/box.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/box.png -------------------------------------------------------------------------------- /lib/src/main/assets/RobotoMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/assets/RobotoMono-Regular.ttf -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/dropbox.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/dropbox.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/box.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/box.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable/yubikey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable/yubikey.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_folder.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/onedrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/onedrive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/owncloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/owncloud.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_folder.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/onedrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/onedrive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/owncloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/owncloud.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/dropbox.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/onedrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/onedrive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/owncloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/owncloud.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/dropbox.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/google_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/google_drive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_folder_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_folder_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-ldpi/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-ldpi/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/google_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/google_drive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_folder_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_folder_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_folder.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_folder.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/onedrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/onedrive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/owncloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/owncloud.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/dropbox.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_folder.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/onedrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/onedrive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/owncloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/owncloud.png -------------------------------------------------------------------------------- /test/yubitest-intl-georgana_hebrewalef.psafe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/test/yubitest-intl-georgana_hebrewalef.psafe3 -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable/icon_yubico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable/icon_yubico.png -------------------------------------------------------------------------------- /authorizer/src/main/res/values/ids.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_add.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_edit.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_info.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_sync.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_add.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_edit.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_info.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_sync.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/google_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/google_drive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_add.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_folder_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_folder_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/google_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/google_drive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_folder_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_folder_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-hdpi/ic_launcher_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-hdpi/ic_launcher_sync.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-mdpi/ic_launcher_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-mdpi/ic_launcher_sync.png -------------------------------------------------------------------------------- /authorizer/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /authorizer/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /authorizer/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi-v11/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi-v11/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_delete.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_search.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_folder_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_folder_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-ldpi-v11/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-ldpi-v11/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi-v11/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi-v11/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_delete.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_search.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_folder_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_folder_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi-v11/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi-v11/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_delete.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_edit.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_info.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_search.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_sync.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_folder_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_folder_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi-v11/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi-v11/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_add.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_edit.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_info.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_sync.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_folder_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_folder_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/google_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/google_drive.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_add.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_edit.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_info.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_sync.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_up.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_folder_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_folder_up.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-xhdpi/ic_launcher_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-xhdpi/ic_launcher_sync.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-xxhdpi/ic_launcher_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-xxhdpi/ic_launcher_sync.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-xxxhdpi/ic_launcher_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-xxxhdpi/ic_launcher_sync.png -------------------------------------------------------------------------------- /authorizer/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /authorizer/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_info_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_folder_up_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_folder_up_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_passwdsafe_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_passwdsafe_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_passwdsafe_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_passwdsafe_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_info_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_folder_up_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_folder_up_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_passwdsafe_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_passwdsafe_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_passwdsafe_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_passwdsafe_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_folder_up_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_folder_up_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_passwdsafe_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_passwdsafe_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_delete.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_search.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi-v11/ic_stat_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi-v11/ic_stat_app.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_delete.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_search.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_folder_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_folder_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_help.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_lock.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_fingerprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_fingerprint.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_help.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_lock.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_fingerprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_fingerprint.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_help.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_lock.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_fingerprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_fingerprint.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_close_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_close_cancel.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_close_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_close_cancel.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_info_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_passwdsafe_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_passwdsafe_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_info_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_folder_up_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_folder_up_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_passwdsafe_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_passwdsafe_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_passwdsafe_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_passwdsafe_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_info_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_folder_up_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_folder_up_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_passwdsafe_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_passwdsafe_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_passwdsafe_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_passwdsafe_light.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-hdpi/ic_launcher_passwdsafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-hdpi/ic_launcher_passwdsafe.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-mdpi/ic_launcher_passwdsafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-mdpi/ic_launcher_passwdsafe.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-xhdpi/ic_launcher_passwdsafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-xhdpi/ic_launcher_passwdsafe.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-xxhdpi/ic_launcher_passwdsafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-xxhdpi/ic_launcher_passwdsafe.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_help.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_lock.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_fingerprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_fingerprint.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_help.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_lock.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_fingerprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_fingerprint.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_settings_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_settings_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_settings_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_settings_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_settings_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_settings_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_settings_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_settings_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_close_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_close_cancel.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_settings_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_settings_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_close_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_close_cancel.png -------------------------------------------------------------------------------- /lib/src/main/res/mipmap-xxxhdpi/ic_launcher_passwdsafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/mipmap-xxxhdpi/ic_launcher_passwdsafe.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_alarm_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_alarm_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_home_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_home_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_home_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_home_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_lock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_lock_open.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_password.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_visibility.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/sym_keyboard_choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/sym_keyboard_choose.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/sym_keyboard_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/sym_keyboard_delete.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/sym_keyboard_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/sym_keyboard_return.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/sym_keyboard_shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/sym_keyboard_shift.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/sym_keyboard_space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/sym_keyboard_space.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_alarm_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_alarm_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_home_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_home_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_home_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_home_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_lock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_lock_open.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_password.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_visibility.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/sym_keyboard_choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/sym_keyboard_choose.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/sym_keyboard_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/sym_keyboard_delete.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/sym_keyboard_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/sym_keyboard_return.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/sym_keyboard_shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/sym_keyboard_shift.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/sym_keyboard_space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/sym_keyboard_space.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_home_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_home_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_lock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_lock_open.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_password.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/sym_keyboard_choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/sym_keyboard_choose.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/sym_keyboard_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/sym_keyboard_delete.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/sym_keyboard_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/sym_keyboard_return.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/sym_keyboard_shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/sym_keyboard_shift.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/sym_keyboard_space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/sym_keyboard_space.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_password.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/sym_keyboard_shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/sym_keyboard_shift.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_settings_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_settings_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_settings_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_settings_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_settings_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_settings_light.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_close_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_close_cancel.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_settings_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_settings_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_settings_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_settings_light.png -------------------------------------------------------------------------------- /.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_new_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_new_password.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/keyboard_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/keyboard_background.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-ldpi/keyboard_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-ldpi/keyboard_background.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_new_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_new_password.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/keyboard_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/keyboard_background.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_alarm_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_alarm_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_home_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_home_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_visibility.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/keyboard_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/keyboard_background.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_alarm_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_alarm_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_home_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_home_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_home_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_home_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_lock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_lock_open.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_visibility.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/sym_keyboard_choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/sym_keyboard_choose.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/sym_keyboard_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/sym_keyboard_delete.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/sym_keyboard_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/sym_keyboard_return.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_home_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_home_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_lock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_lock_open.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/sym_keyboard_choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/sym_keyboard_choose.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/sym_keyboard_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/sym_keyboard_return.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-hdpi/ic_action_alert_warning_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-hdpi/ic_action_alert_warning_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-mdpi/ic_action_alert_warning_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-mdpi/ic_action_alert_warning_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xhdpi/ic_action_alert_warning_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xhdpi/ic_action_alert_warning_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_people_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_people_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_person_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_person_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_people_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_people_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_person_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_person_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_new_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_new_password.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_people_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_people_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_person_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_person_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_new_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_new_password.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_alarm_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_alarm_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_home_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_home_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_visibility.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxhdpi/ic_action_alert_warning_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxhdpi/ic_action_alert_warning_dark.png -------------------------------------------------------------------------------- /lib/src/main/res/drawable-xxxhdpi/ic_action_alert_warning_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/lib/src/main/res/drawable-xxxhdpi/ic_action_alert_warning_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_close_cancel_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_close_cancel_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_visibility_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_visibility_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_close_cancel_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_close_cancel_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_visibility_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_visibility_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_visibility_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_visibility_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_people_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_people_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_person_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_person_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_people_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_people_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_person_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_person_outline.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_new_password_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_new_password_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_person_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_person_outline_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_new_password_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_new_password_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_person_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_person_outline_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_close_cancel_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_close_cancel_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_new_password_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_new_password_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_close_cancel_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_close_cancel_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_new_password_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_new_password_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_visibility_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_visibility_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_close_cancel_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_close_cancel_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_visibility_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_visibility_light.png -------------------------------------------------------------------------------- /authorizer/src/main/jni/Application.mk: -------------------------------------------------------------------------------- 1 | NDK_TOOLCHAIN_VERSION=4.9 2 | APP_CPPFLAGS += -std=c++1y 3 | APP_CPPFLAGS += -W -Wall -Werror 4 | APP_CPPFLAGS += -O2 5 | APP_STL := gnustl_static 6 | APP_ABI := all 7 | -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_person_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_person_outline_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_person_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_person_outline_light.png -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_navigation_more_vert_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_navigation_more_vert_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_navigation_more_vert_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_navigation_more_vert_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_person_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_person_outline_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/ic_action_navigation_more_vert_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/ic_action_navigation_more_vert_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/ic_action_navigation_more_vert_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/ic_action_navigation_more_vert_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_navigation_more_vert_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_navigation_more_vert_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/ic_action_navigation_more_vert_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/ic_action_navigation_more_vert_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_navigation_more_vert_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_navigation_more_vert_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_normal_off_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_normal_off_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_normal_on_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_normal_on_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_normal_off_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_normal_off_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_normal_on_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_normal_on_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_on_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_on_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxhdpi/ic_action_navigation_more_vert_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxhdpi/ic_action_navigation_more_vert_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_navigation_more_vert_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_navigation_more_vert_dark.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xxxhdpi/ic_action_navigation_more_vert_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xxxhdpi/ic_action_navigation_more_vert_light.png -------------------------------------------------------------------------------- /authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_off_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patarapolw/Authorizer/master/authorizer/src/main/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_off_holo.9.png -------------------------------------------------------------------------------- /lib/src/main/assets/license-AndroidAssetStudio.txt: -------------------------------------------------------------------------------- 1 | Art generated by the Android Asset Studio is icensed under a 2 | Creative Commons Attribution 3.0 Unported License 3 | (http://creativecommons.org/licenses/by/3.0/). 4 | 5 | -------------------------------------------------------------------------------- /lib/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /authorizer/src/main/jni/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | 3 | include $(CLEAR_VARS) 4 | 5 | LOCAL_MODULE := PasswdSafe 6 | LOCAL_SRC_FILES := PasswdSafe.cpp sha256.cpp Util.cpp 7 | 8 | include $(BUILD_SHARED_LIBRARY) 9 | -------------------------------------------------------------------------------- /lib/src/main/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /LICENSES: -------------------------------------------------------------------------------- 1 | Licenses for Authorizer are available at: 2 | - lib/src/main/assets/license-Authorizer.txt 3 | - lib/src/main/assets/license-PasswdSafe.txt 4 | - lib/src/main/assets/license-android.txt 5 | - lib/src/main/assets/license-AndroidAssetStudio.txt 6 | - lib/src/main/assets/license-android.txt -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /authorizer/src/main/res/xml/searchable.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /.idea/dictionaries/jharris.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | corelib 5 | dropbox 6 | jefftharris 7 | passwd 8 | passwdsafe 9 | preecek 10 | ronys 11 | roxon 12 | yubikey 13 | 14 | 15 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/global.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /lib/src/main/res/xml/backup_scheme.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /authorizer/src/main/res/xml/input_method.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /lib/src/main/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 128dp 8 | 9 | @dimen/activity_horizontal_margin 10 | @dimen/activity_vertical_margin 11 | 12 | 13 | -------------------------------------------------------------------------------- /authorizer/src/main/res/values-w1024dp/refs.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | @layout/activity_passwdsafe_twopane 11 | 12 | -------------------------------------------------------------------------------- /authorizer/src/main/res/values-large-land/refs.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | @layout/activity_passwdsafe_twopane 11 | 12 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: android 2 | 3 | android: 4 | components: 5 | - tools 6 | - tools #Running this twice get's the latest build tools (https://github.com/codepath/android_guides/wiki/Setting-up-Travis-CI) 7 | - platform-tools 8 | - android-24 9 | - build-tools-23.0.3 10 | - extra 11 | 12 | before_install: 13 | - git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root 14 | - export ANDROID_NDK_HOME=$HOME/android-ndk-root 15 | 16 | jdk: oraclejdk8 17 | 18 | sudo: true 19 | 20 | script: 21 | - ./gradlew clean build 22 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/passwdsafe/util/YubiState.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2016 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.util; 9 | 10 | /** 11 | * State of YubiKey support 12 | */ 13 | public enum YubiState 14 | { 15 | UNAVAILABLE, 16 | DISABLED, 17 | ENABLED 18 | } -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/file/PwsFieldType.java: -------------------------------------------------------------------------------- 1 | /* 2 | * $Id: PwsFieldType.java 401 2009-09-07 21:41:10Z roxon $ 3 | * 4 | * Copyright (c) 2008-2009 David Muller . 5 | * All rights reserved. Use of the code is allowed under the 6 | * Artistic License 2.0 terms, as specified in the LICENSE file 7 | * distributed with this code, or available from 8 | * http://www.opensource.org/licenses/artistic-license-2.0.php 9 | */ 10 | package org.pwsafe.lib.file; 11 | 12 | public interface PwsFieldType 13 | { 14 | int getId(); 15 | } 16 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/passwdsafe/view/CopyField.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2016 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.view; 9 | 10 | /** 11 | * Enumeration of fields to copy 12 | */ 13 | public enum CopyField 14 | { 15 | EMAIL, 16 | PASSWORD, 17 | URL, 18 | USER_NAME 19 | } 20 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (©) 2016 Jeff Harris 3 | # All rights reserved. Use of the code is allowed under the 4 | # Artistic License 2.0 terms, as specified in the LICENSE file 5 | # distributed with this code, or available from 6 | # http://www.opensource.org/licenses/artistic-license-2.0.php 7 | # 8 | 9 | #Sat Aug 20 11:46:32 EDT 2016 10 | distributionBase=GRADLE_USER_HOME 11 | distributionPath=wrapper/dists 12 | zipStoreBase=GRADLE_USER_HOME 13 | zipStorePath=wrapper/dists 14 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip 15 | -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/copyright/passwdsafe.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /authorizer/src/main/jni/org_pwsafe_lib_crypto_SHA256Pws.h: -------------------------------------------------------------------------------- 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ 2 | #include 3 | /* Header for class org_pwsafe_lib_crypto_SHA256Pws */ 4 | 5 | #ifndef _Included_org_pwsafe_lib_crypto_SHA256Pws 6 | #define _Included_org_pwsafe_lib_crypto_SHA256Pws 7 | #ifdef __cplusplus 8 | extern "C" { 9 | #endif 10 | /* 11 | * Class: org_pwsafe_lib_crypto_SHA256Pws 12 | * Method: doDigestN 13 | * Signature: ([BI)[B 14 | */ 15 | JNIEXPORT jbyteArray JNICALL Java_org_pwsafe_lib_crypto_SHA256Pws_digestNNative 16 | (JNIEnv *, jclass, jbyteArray, jint); 17 | 18 | #ifdef __cplusplus 19 | } 20 | #endif 21 | #endif 22 | -------------------------------------------------------------------------------- /authorizer/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #808080 4 | #323232 5 | #259AC0 6 | 7 | #259AC0 8 | #259AC0 9 | #259AC0 10 | 11 | #259AC0 12 | #FAFAFA 13 | #212121 14 | 15 | #F0F0F0 16 | 17 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/passwdsafe/file/PasswdFileDataObserver.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2016 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.file; 9 | 10 | /** 11 | * Observer interface for password file changes 12 | */ 13 | public interface PasswdFileDataObserver 14 | { 15 | /** Notification that the password file has changed */ 16 | void passwdFileDataChanged(PasswdFileData fileData); 17 | } 18 | -------------------------------------------------------------------------------- /lib/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 12 | 13 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_passwdsafe_change_password.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 12 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/authorizer/OutputInterface.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Authorizer 3 | * 4 | * Copyright 2016 by Tjado Mäcke 5 | * Licensed under GNU General Public License 3.0. 6 | * 7 | * @license GPL-3.0 8 | */ 9 | 10 | package net.tjado.authorizer; 11 | 12 | public interface OutputInterface { 13 | public enum Language { en_US, de_DE, AppleMac_de_DE, de_CH, fr_CH, neo } 14 | public boolean setLanguage(OutputInterface.Language lang); 15 | public int sendText(String text) throws Exception; 16 | public int sendReturn() throws Exception; 17 | public int sendTabulator() throws Exception; 18 | public void destruct() throws Exception; 19 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Built application files 2 | *.apk 3 | *.ap_ 4 | 5 | # Files for the Dalvik VM 6 | *.dex 7 | 8 | # Java class files 9 | *.class 10 | 11 | # Generated files 12 | bin/ 13 | gen/ 14 | out/ 15 | 16 | # Gradle files 17 | .gradle/ 18 | build/ 19 | 20 | # Local configuration file (sdk path, etc) 21 | local.properties 22 | 23 | # Proguard folder generated by Eclipse 24 | proguard/ 25 | 26 | # Log Files 27 | *.log 28 | 29 | # Android Studio Navigation editor temp files 30 | .navigation/ 31 | 32 | # Android Studio captures folder 33 | captures/ 34 | 35 | # Intellij 36 | *.iml 37 | 38 | # Keystore files 39 | *.jks 40 | 41 | # other files 42 | *.so 43 | *.o 44 | *.o.d 45 | .idea/libraries/ 46 | .idea/workspace.xml 47 | .DS_Store 48 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/passwdsafe/file/PasswdFileDataUser.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2016 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.file; 9 | 10 | import android.support.annotation.NonNull; 11 | 12 | /** 13 | * Interface for users of password file data 14 | */ 15 | public interface PasswdFileDataUser 16 | { 17 | /** 18 | * Callback to use the password file data 19 | */ 20 | void useFileData(@NonNull PasswdFileData fileData); 21 | } 22 | -------------------------------------------------------------------------------- /authorizer/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 /home/jharris/opt/android-sdk-linux/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 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_passwdsafe_edit_record_history.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 13 | 14 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_file_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 12 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/passwdsafe/util/LongReference.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2016 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.util; 9 | 10 | /** 11 | * The LongReference class holds a long that can be modified as a method 12 | * parameter 13 | */ 14 | public class LongReference 15 | { 16 | public long itsValue; 17 | 18 | /** Constructor */ 19 | public LongReference(@SuppressWarnings("SameParameterValue") long l) 20 | { 21 | itsValue = l; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_sync_provider.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 12 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /authorizer/src/androidTest/java/net/tjado/passwdsafe/test/ApplicationTest.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2016 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.test; 9 | 10 | import android.app.Application; 11 | import android.test.ApplicationTestCase; 12 | 13 | /** 14 | * Testing Fundamentals 15 | */ 16 | public class ApplicationTest extends ApplicationTestCase { 17 | public ApplicationTest() { 18 | super(Application.class); 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /authorizer/src/main/res/layout/row_icon.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 16 | 17 | -------------------------------------------------------------------------------- /lib/src/main/java/net/tjado/passwdsafe/lib/view/AbstractTextWatcher.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2011-2012 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.lib.view; 9 | 10 | import android.text.TextWatcher; 11 | 12 | public abstract class AbstractTextWatcher implements TextWatcher 13 | { 14 | public void beforeTextChanged(CharSequence s, int start, 15 | int count, int after) 16 | { 17 | } 18 | 19 | public void onTextChanged(CharSequence s, int start, 20 | int before, int count) 21 | { 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/exception/EndOfFileException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * $Id: EndOfFileException.java 317 2009-01-26 20:20:54Z ronys $ 3 | * 4 | * Copyright (c) 2008-2009 David Muller . 5 | * All rights reserved. Use of the code is allowed under the 6 | * Artistic License 2.0 terms, as specified in the LICENSE file 7 | * distributed with this code, or available from 8 | * http://www.opensource.org/licenses/artistic-license-2.0.php 9 | */ 10 | package org.pwsafe.lib.exception; 11 | 12 | /** 13 | * An exception class to indicate when end-of-file is reached. 14 | * 15 | * @author Kevin Preece 16 | */ 17 | public class EndOfFileException extends Exception 18 | { 19 | private static final long serialVersionUID = 1L; 20 | 21 | /** 22 | * Constructor 23 | */ 24 | public EndOfFileException() 25 | { 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /authorizer/src/main/jni/Util.h: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright (c) 2003-2014 Rony Shapiro . 4 | * All rights reserved. Use of the code is allowed under the 5 | * Artistic License 2.0 terms, as specified in the LICENSE file 6 | * distributed with this code, or available from 7 | * http://www.opensource.org/licenses/artistic-license-2.0.php 8 | */ 9 | #ifndef __UTIL_H 10 | #define __UTIL_H 11 | 12 | // Util.h 13 | //----------------------------------------------------------------------------- 14 | 15 | #include "PwsPlatform.h" 16 | 17 | #include "typedefs.h" 18 | 19 | extern void trashMemory(void *buffer, size_t length); 20 | extern void burnStack(unsigned long len); // borrowed from libtomcrypt 21 | #endif /* __UTIL_H */ 22 | //----------------------------------------------------------------------------- 23 | // Local variables: 24 | // mode: c++ 25 | // End: 26 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/passwdsafe/util/Pair.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2016 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.util; 9 | 10 | /** 11 | * Generic pair class 12 | */ 13 | public class Pair 14 | { 15 | public final T first; 16 | public final U second; 17 | 18 | /** Constructor */ 19 | public Pair(T t, U u) 20 | { 21 | first = t; 22 | second = u; 23 | } 24 | 25 | /** Convert the object to a string */ 26 | @Override 27 | public String toString() 28 | { 29 | return "[[" + first + "], [" + second + "]]"; 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/exception/PasswordSafeException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * $Id: PasswordSafeException.java 317 2009-01-26 20:20:54Z ronys $ 3 | * 4 | * Copyright (c) 2008-2009 David Muller . 5 | * All rights reserved. Use of the code is allowed under the 6 | * Artistic License 2.0 terms, as specified in the LICENSE file 7 | * distributed with this code, or available from 8 | * http://www.opensource.org/licenses/artistic-license-2.0.php 9 | */ 10 | package org.pwsafe.lib.exception; 11 | 12 | /** 13 | * A generic exception. 14 | * 15 | * @author Kevin Preece 16 | */ 17 | public class PasswordSafeException extends Exception 18 | { 19 | private static final long serialVersionUID = 1L; 20 | 21 | /** 22 | * Constructor 23 | */ 24 | public PasswordSafeException(String arg0) 25 | { 26 | super(arg0); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 21 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_passwdsafe_record_notes.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 13 | 14 | 17 | 18 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /authorizer/src/main/res/layout/confirm_prompt.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /authorizer/src/main/res/layout/fragment_passwdsafe_nav_drawer.xml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 19 | -------------------------------------------------------------------------------- /authorizer/src/main/res/layout/fragment_file_list_nav_drawer.xml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 19 | 20 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_passwdsafe_policy_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 13 | 14 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_passwdsafe_record.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 12 | 16 | 17 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /authorizer/src/main/res/values-v21/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 12 | 13 | 14 | 15 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/exception/InvalidPassphraseException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * $Id: InvalidPassphraseException.java 317 2009-01-26 20:20:54Z ronys $ 3 | * 4 | * Copyright (c) 2008-2009 David Muller . 5 | * All rights reserved. Use of the code is allowed under the 6 | * Artistic License 2.0 terms, as specified in the LICENSE file 7 | * distributed with this code, or available from 8 | * http://www.opensource.org/licenses/artistic-license-2.0.php 9 | */ 10 | package org.pwsafe.lib.exception; 11 | 12 | /** 13 | * An exception to indicate that the passphrase given for a file is incorrect. 14 | * 15 | * @author Kevin Preece 16 | */ 17 | public class InvalidPassphraseException extends Exception 18 | { 19 | private static final long serialVersionUID = 1L; 20 | 21 | /** 22 | * Constructor 23 | */ 24 | public InvalidPassphraseException() 25 | { 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/file/PwsPasswdField.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2009-2010 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package org.pwsafe.lib.file; 9 | 10 | public class PwsPasswdField extends AbstractPwsPasswdField 11 | { 12 | private static final String ENCODING = "ISO-8859-1"; 13 | 14 | /** 15 | * Constructor from value 16 | */ 17 | public PwsPasswdField(int type, String value, PwsFile file) 18 | { 19 | super(type, value, file, ENCODING); 20 | } 21 | 22 | /** 23 | * Constructor from type 24 | */ 25 | public PwsPasswdField(PwsFieldType type) 26 | { 27 | super(type, ENCODING); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /lib/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 12 | 64dp 13 | 14 | @dimen/activity_horizontal_margin 15 | @dimen/activity_vertical_margin 16 | 17 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/authorizer/UsbHidKbd.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Authorizer 3 | * 4 | * Copyright 2016 by Tjado Mäcke 5 | * Licensed under GNU General Public License 3.0. 6 | * 7 | * @license GPL-3.0 8 | */ 9 | 10 | package net.tjado.authorizer; 11 | 12 | import java.util.HashMap; 13 | import java.util.Map; 14 | import java.util.NoSuchElementException; 15 | 16 | public abstract class UsbHidKbd { 17 | 18 | // ToDo: replace byte with ByteArray... eveywhere 19 | protected Map kbdVal= new HashMap(); 20 | 21 | public byte[] getScancode(String key) { 22 | byte[] value = (byte[]) kbdVal.get(key); 23 | 24 | if ( value == null ) { 25 | throw new NoSuchElementException("Scancode for '" + key + "' not found (" + this.kbdVal.size() + ")"); 26 | } 27 | 28 | return value; 29 | } 30 | 31 | } 32 | -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/file/PwsFieldTypeV1.java: -------------------------------------------------------------------------------- 1 | /* 2 | * $Id: PwsFieldTypeV1.java 401 2009-09-07 21:41:10Z roxon $ 3 | * 4 | * Copyright (c) 2008-2009 David Muller . 5 | * All rights reserved. Use of the code is allowed under the 6 | * Artistic License 2.0 terms, as specified in the LICENSE file 7 | * distributed with this code, or available from 8 | * http://www.opensource.org/licenses/artistic-license-2.0.php 9 | */ 10 | package org.pwsafe.lib.file; 11 | 12 | public enum PwsFieldTypeV1 implements PwsFieldType 13 | { 14 | @SuppressWarnings("unused") DEFAULT(0), 15 | TITLE(3), 16 | USERNAME(4), 17 | NOTES(5), 18 | PASSWORD(6), 19 | UUID(7); 20 | 21 | private final int id; 22 | 23 | PwsFieldTypeV1(int anId) 24 | { 25 | id = anId; 26 | } 27 | 28 | public int getId() 29 | { 30 | return id; 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/exception/UnimplementedConversionException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * $Id: UnimplementedConversionException.java 317 2009-01-26 20:20:54Z ronys $ 3 | * 4 | * Copyright (c) 2008-2009 David Muller . 5 | * All rights reserved. Use of the code is allowed under the 6 | * Artistic License 2.0 terms, as specified in the LICENSE file 7 | * distributed with this code, or available from 8 | * http://www.opensource.org/licenses/artistic-license-2.0.php 9 | */ 10 | package org.pwsafe.lib.exception; 11 | 12 | /** 13 | * An exception thrown when a required conversion has not been implemented. 14 | * 15 | * @author Kevin Preece 16 | */ 17 | public class UnimplementedConversionException extends RuntimeException 18 | { 19 | private static final long serialVersionUID = 1L; 20 | 21 | /** 22 | * Constructor 23 | */ 24 | public UnimplementedConversionException() 25 | { 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_sync_provider_files.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 12 | 16 | 17 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /authorizer/src/main/res/values-v17/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/exception/UnsupportedFileVersionException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * $Id: UnsupportedFileVersionException.java 317 2009-01-26 20:20:54Z ronys $ 3 | * 4 | * Copyright (c) 2008-2009 David Muller . 5 | * All rights reserved. Use of the code is allowed under the 6 | * Artistic License 2.0 terms, as specified in the LICENSE file 7 | * distributed with this code, or available from 8 | * http://www.opensource.org/licenses/artistic-license-2.0.php 9 | */ 10 | package org.pwsafe.lib.exception; 11 | 12 | /** 13 | * An exception thrown to indicate that the file is in a format that is not 14 | * supported 15 | * by this software. 16 | * 17 | * @author Kevin Preece 18 | */ 19 | public class UnsupportedFileVersionException extends Exception 20 | { 21 | private static final long serialVersionUID = 1L; 22 | 23 | /** 24 | * Constructor 25 | */ 26 | public UnsupportedFileVersionException() 27 | { 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /authorizer/src/main/java/net/tjado/passwdsafe/util/FileComparator.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2016 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.util; 9 | 10 | import java.io.File; 11 | import java.util.Comparator; 12 | 13 | /** 14 | * File comparator that sorts files before directories 15 | */ 16 | public class FileComparator implements Comparator 17 | { 18 | /** Compare the two files */ 19 | public int compare(File obj1, File obj2) 20 | { 21 | if (obj1.isDirectory() && !obj2.isDirectory()) { 22 | return 1; 23 | } else if (!obj1.isDirectory() && obj2.isDirectory()) { 24 | return -1; 25 | } 26 | return obj1.compareTo(obj2); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_passwdsafe_edit_record.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 12 | 18 | 19 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /lib/src/main/java/net/tjado/passwdsafe/lib/view/GuiUtilsLollipop.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (©) 2015 Jeff Harris 3 | * All rights reserved. Use of the code is allowed under the 4 | * Artistic License 2.0 terms, as specified in the LICENSE file 5 | * distributed with this code, or available from 6 | * http://www.opensource.org/licenses/artistic-license-2.0.php 7 | */ 8 | package net.tjado.passwdsafe.lib.view; 9 | 10 | import android.annotation.TargetApi; 11 | import android.content.res.Resources; 12 | import android.graphics.drawable.Drawable; 13 | import android.os.Build; 14 | 15 | /** 16 | * The GuiUtilsLollipop class contains helper GUI methods that are usable on 17 | * Lollipop and higher 18 | */ 19 | @TargetApi(Build.VERSION_CODES.LOLLIPOP) 20 | public class GuiUtilsLollipop 21 | { 22 | /** 23 | * Get a drawable resource 24 | */ 25 | public static Drawable getDrawable(Resources res, int id) 26 | { 27 | return res.getDrawable(id, null); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /authorizer/src/main/java/org/pwsafe/lib/exception/MemoryKeyException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * $Id:$ 3 | * 4 | * Copyright (c) 2008-2009 David Muller . 5 | * All rights reserved. Use of the code is allowed under the 6 | * Artistic License 2.0 terms, as specified in the LICENSE file 7 | * distributed with this code, or available from 8 | * http://www.opensource.org/licenses/artistic-license-2.0.php 9 | */ 10 | package org.pwsafe.lib.exception; 11 | 12 | /** 13 | * @author mueller 14 | */ 15 | public class MemoryKeyException extends RuntimeException 16 | { 17 | private static final long serialVersionUID = 1L; 18 | 19 | /** 20 | * Constructor 21 | */ 22 | public MemoryKeyException(Throwable cause) 23 | { 24 | super("Memory Key handling problem", cause); 25 | } 26 | 27 | /** 28 | * Constructor 29 | */ 30 | public MemoryKeyException(String message, Throwable cause) 31 | { 32 | super(message, cause); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_passwdsafe_record_basic.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 13 | 14 | 16 | 17 | 19 | 20 | 22 | 23 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /authorizer/src/main/res/menu/fragment_storage_file_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 12 | 16 | 17 | 21 | 22 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /authorizer/src/main/res/layout/fragment_passwdsafe_record_notes.xml: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /authorizer/src/main/res/layout/fragment_sync_provider.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | 14 | 15 |