Migrate to gradle, appcompat as external dependency.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Tue, 13 Jan 2015 13:40:13 +0000 (14:40 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Tue, 13 Jan 2015 13:40:13 +0000 (14:40 +0100)
commitbe45943134f44b96728f516e91a66149e51443c0
tree8898ee5c6dbd0944e50dcb98130031cceb653c4f
parent4b08fd3d054a0b4872d60adc7627bfdef069c39b
Migrate to gradle, appcompat as external dependency.
904 files changed:
.gitignore
AndroidManifest.xml [deleted file]
LICENSE [new file with mode: 0644]
app/app.iml [new file with mode: 0644]
app/build.gradle [new file with mode: 0644]
app/libs/listviewanimations_lib-core_3.1.0.jar [new file with mode: 0644]
app/libs/nineoldandroids-2.4.0.jar [new file with mode: 0644]
app/lint.xml [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/ic_launcher-web.png [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/data/Category.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/data/Subcategory.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/loader/AppDetails.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/loader/AppListChangeListener.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/loader/AppListLoader.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/parallax/ParallaxListView.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/parallax/ParallaxListViewHelper.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/parallax/ParallaxedView.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/AppInfoActivity.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/LicenseActivity.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/MainActivity.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/PopupActivity.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/WelcomeDialog.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/drawer/CategoryArrayAdapter.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/drawer/MenuFragment.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/drawer/NavigationDrawerItemListener.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/tabpager/AppListArrayAdapter.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/tabpager/PageAdapter.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/ui/tabpager/PageFragment.java [new file with mode: 0644]
app/src/main/java/com/samsung/srpol/utils/Utils.java [new file with mode: 0644]
app/src/main/res/anim/fadein.xml [new file with mode: 0644]
app/src/main/res/anim/fadeout.xml [new file with mode: 0644]
app/src/main/res/anim/slide_right.xml [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_co_moge_normal.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_co_moge_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_legenda_normal.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_legenda_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_odinstaluj_normal.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_odinstaluj_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_ok_normal.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_ok_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_powrot_normal.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_powrot_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_ustawienia_normal.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_ustawienia_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_wiecej_info_normal.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/btn_wiecej_info_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/drawer_shadow.9.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_broke.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_broke_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_broke_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_call.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_call_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_call_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_call_history.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_call_history_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_call_history_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_communication.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_communication_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_communication_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_cyber_profile.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_cyber_profile_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_cyber_profile_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_data_sending.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_data_sending_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_data_sending_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_data_transmission.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_data_transmission_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_data_transmission_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_device.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_device_control.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_device_control_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_device_control_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_device_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_device_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_device_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_disturb.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_disturb_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_disturb_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_files.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_files_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_files_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_files_edit.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_files_edit_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_files_edit_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_location.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_location_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_location_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_profile_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_sms.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_sms_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_sms_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_system.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_system_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_system_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_system_red.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_system_red_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_system_red_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_wallet_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_warning_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_wiretapping.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_wiretapping_dark.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_wiretapping_disable.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/img_welcome_screen.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/logo_fnp.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/logo_maic.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/logo_samsung.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_co_moge_normal.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_co_moge_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_legenda_normal.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_legenda_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_odinstaluj_normal.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_odinstaluj_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_ok_normal.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_ok_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_powrot_normal.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_powrot_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_ustawienia_normal.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_ustawienia_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_wiecej_info_normal.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/btn_wiecej_info_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_broke.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_broke_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_broke_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_call.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_call_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_call_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_call_history.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_call_history_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_call_history_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_communication.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_communication_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_communication_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_cyber_profile.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_cyber_profile_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_cyber_profile_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_data_sending.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_data_sending_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_data_sending_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_data_transmission.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_data_transmission_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_data_transmission_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_device.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_device_control.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_device_control_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_device_control_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_device_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_device_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_device_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_disturb.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_disturb_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_disturb_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_files.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_files_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_files_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_files_edit.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_files_edit_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_files_edit_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_location.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_location_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_location_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_profile_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_sms.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_sms_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_sms_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_system.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_system_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_system_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_system_red.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_system_red_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_system_red_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_wallet_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_warning_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_wiretapping.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_wiretapping_dark.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_wiretapping_disable.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/img_welcome_screen.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/logo_fnp.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/logo_maic.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/logo_samsung.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_co_moge_normal.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_co_moge_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_legenda_normal.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_legenda_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_odinstaluj_normal.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_odinstaluj_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_ok_normal.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_ok_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_powrot_normal.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_powrot_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_ustawienia_normal.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_ustawienia_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_wiecej_info_normal.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/btn_wiecej_info_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/drawer_shadow.9.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_broke.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_broke_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_broke_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_call.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_call_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_call_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_call_history.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_call_history_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_call_history_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_communication.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_communication_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_communication_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_cyber_profile.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_cyber_profile_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_cyber_profile_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_data_sending.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_data_sending_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_data_sending_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_data_transmission.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_data_transmission_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_data_transmission_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_device.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_device_control.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_device_control_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_device_control_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_device_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_device_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_device_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_disturb.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_disturb_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_disturb_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_files.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_files_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_files_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_files_edit.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_files_edit_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_files_edit_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_location.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_location_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_location_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_profile_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_sms.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_sms_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_sms_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_system.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_system_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_system_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_system_red.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_system_red_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_system_red_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_wallet_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_warning_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_wiretapping.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_wiretapping_dark.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_wiretapping_disable.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/img_welcome_screen.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/logo_fnp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/logo_maic.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/logo_samsung.png [new file with mode: 0644]
app/src/main/res/drawable-nodpi/nav_drawer_separator.9.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_co_moge_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_co_moge_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_legenda_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_legenda_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_odinstaluj_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_odinstaluj_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_ok_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_ok_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_powrot_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_powrot_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_ustawienia_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_ustawienia_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_wiecej_info_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/btn_wiecej_info_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/drawer_shadow.9.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_broke.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_broke_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_broke_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_call.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_call_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_call_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_call_history.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_call_history_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_call_history_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_communication.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_communication_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_communication_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_cyber_profile.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_cyber_profile_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_cyber_profile_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_data_sending.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_data_sending_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_data_sending_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_data_transmission.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_data_transmission_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_data_transmission_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_device.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_device_control.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_device_control_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_device_control_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_device_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_device_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_device_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_disturb.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_disturb_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_disturb_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_files.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_files_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_files_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_files_edit.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_files_edit_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_files_edit_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_location.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_location_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_location_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_profile_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_sms.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_sms_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_sms_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_system.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_system_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_system_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_system_red.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_system_red_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_system_red_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_wallet_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_warning_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_wiretapping.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_wiretapping_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_wiretapping_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/img_welcome_screen.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/logo_fnp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/logo_maic.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/logo_samsung.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_co_moge_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_co_moge_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_legenda_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_legenda_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_odinstaluj_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_odinstaluj_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_ok_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_ok_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_powrot_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_powrot_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_ustawienia_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_ustawienia_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_wiecej_info_normal.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/btn_wiecej_info_pressed.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/drawer_shadow.9.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_broke.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_broke_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_broke_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_call.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_call_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_call_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_call_history.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_call_history_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_call_history_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_communication.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_communication_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_communication_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_cyber_profile.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_cyber_profile_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_cyber_profile_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_data_sending.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_data_sending_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_data_sending_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_data_transmission.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_data_transmission_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_data_transmission_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_device.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_device_control.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_device_control_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_device_control_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_device_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_device_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_device_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_disturb.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_disturb_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_disturb_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_files.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_files_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_files_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_files_edit.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_files_edit_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_files_edit_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_location.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_location_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_location_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_profile_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_sms.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_sms_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_sms_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_system.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_system_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_system_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_system_red.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_system_red_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_system_red_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_wallet_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_warning_drawer.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_wiretapping.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_wiretapping_dark.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_wiretapping_disable.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/img_welcome_screen.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/logo_fnp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/logo_maic.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/logo_samsung.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/title_welcome_screen.png [new file with mode: 0644]
app/src/main/res/drawable/actionbar_background.xml [new file with mode: 0644]
app/src/main/res/drawable/app_info_settings_button.xml [new file with mode: 0644]
app/src/main/res/drawable/app_info_uninstall_button.xml [new file with mode: 0644]
app/src/main/res/drawable/app_info_what_can_button.xml [new file with mode: 0644]
app/src/main/res/drawable/back_button.xml [new file with mode: 0644]
app/src/main/res/drawable/custom_border.xml [new file with mode: 0644]
app/src/main/res/drawable/drawer_background_selector.xml [new file with mode: 0644]
app/src/main/res/drawable/legend_btn_selector.xml [new file with mode: 0644]
app/src/main/res/drawable/more_info_button.xml [new file with mode: 0644]
app/src/main/res/drawable/nav_drawer_separator.9.png [new file with mode: 0644]
app/src/main/res/drawable/ok_button.xml [new file with mode: 0644]
app/src/main/res/layout-land/activity_app_info.xml [new file with mode: 0644]
app/src/main/res/layout-land/activity_popup.xml [new file with mode: 0644]
app/src/main/res/layout-land/welcome_dialog.xml [new file with mode: 0644]
app/src/main/res/layout-large-land/activity_main.xml [new file with mode: 0644]
app/src/main/res/layout/activity_app_info.xml [new file with mode: 0644]
app/src/main/res/layout/activity_license.xml [new file with mode: 0644]
app/src/main/res/layout/activity_main.xml [new file with mode: 0644]
app/src/main/res/layout/activity_popup.xml [new file with mode: 0644]
app/src/main/res/layout/app_list_item_view.xml [new file with mode: 0644]
app/src/main/res/layout/drawer_list_item.xml [new file with mode: 0644]
app/src/main/res/layout/fragment_main.xml [new file with mode: 0644]
app/src/main/res/layout/fragment_navigation_drawer.xml [new file with mode: 0644]
app/src/main/res/layout/header_layout.xml [new file with mode: 0644]
app/src/main/res/layout/threats_list_item.xml [new file with mode: 0644]
app/src/main/res/layout/welcome_dialog.xml [new file with mode: 0644]
app/src/main/res/menu/main.xml [new file with mode: 0644]
app/src/main/res/values-v11/styles.xml [new file with mode: 0644]
app/src/main/res/values-v14/styles.xml [new file with mode: 0644]
app/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
app/src/main/res/values/attrs.xml [new file with mode: 0644]
app/src/main/res/values/color.xml [new file with mode: 0644]
app/src/main/res/values/dimens.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml [new file with mode: 0644]
app/src/main/res/values/styles.xml [new file with mode: 0644]
app/src/main/res/xml/categories.xml [new file with mode: 0644]
app/src/main/res/xml/data_send_subcategory.xml [new file with mode: 0644]
build.gradle [new file with mode: 0644]
build.xml [deleted file]
gradlew [new file with mode: 0755]
gradlew.bat [new file with mode: 0644]
ic_launcher-web.png [deleted file]
libs/android-support-v4.jar [deleted file]
libs/listviewanimations_lib-core_3.1.0.jar [deleted file]
libs/nineoldandroids-2.4.0.jar [deleted file]
license.txt [deleted file]
lint.xml [deleted file]
proguard-project.txt [deleted file]
project.properties [deleted file]
res/anim/fadein.xml [deleted file]
res/anim/fadeout.xml [deleted file]
res/anim/slide_right.xml [deleted file]
res/drawable-hdpi/btn_co_moge_normal.png [deleted file]
res/drawable-hdpi/btn_co_moge_pressed.png [deleted file]
res/drawable-hdpi/btn_legenda_normal.png [deleted file]
res/drawable-hdpi/btn_legenda_pressed.png [deleted file]
res/drawable-hdpi/btn_odinstaluj_normal.png [deleted file]
res/drawable-hdpi/btn_odinstaluj_pressed.png [deleted file]
res/drawable-hdpi/btn_ok_normal.png [deleted file]
res/drawable-hdpi/btn_ok_pressed.png [deleted file]
res/drawable-hdpi/btn_powrot_normal.png [deleted file]
res/drawable-hdpi/btn_powrot_pressed.png [deleted file]
res/drawable-hdpi/btn_ustawienia_normal.png [deleted file]
res/drawable-hdpi/btn_ustawienia_pressed.png [deleted file]
res/drawable-hdpi/btn_wiecej_info_normal.png [deleted file]
res/drawable-hdpi/btn_wiecej_info_pressed.png [deleted file]
res/drawable-hdpi/drawer_shadow.9.png [deleted file]
res/drawable-hdpi/ic_broke.png [deleted file]
res/drawable-hdpi/ic_broke_dark.png [deleted file]
res/drawable-hdpi/ic_broke_disable.png [deleted file]
res/drawable-hdpi/ic_call.png [deleted file]
res/drawable-hdpi/ic_call_dark.png [deleted file]
res/drawable-hdpi/ic_call_disable.png [deleted file]
res/drawable-hdpi/ic_call_history.png [deleted file]
res/drawable-hdpi/ic_call_history_dark.png [deleted file]
res/drawable-hdpi/ic_call_history_disable.png [deleted file]
res/drawable-hdpi/ic_communication.png [deleted file]
res/drawable-hdpi/ic_communication_dark.png [deleted file]
res/drawable-hdpi/ic_communication_disable.png [deleted file]
res/drawable-hdpi/ic_cyber_profile.png [deleted file]
res/drawable-hdpi/ic_cyber_profile_dark.png [deleted file]
res/drawable-hdpi/ic_cyber_profile_disable.png [deleted file]
res/drawable-hdpi/ic_data_sending.png [deleted file]
res/drawable-hdpi/ic_data_sending_dark.png [deleted file]
res/drawable-hdpi/ic_data_sending_disable.png [deleted file]
res/drawable-hdpi/ic_data_transmission.png [deleted file]
res/drawable-hdpi/ic_data_transmission_dark.png [deleted file]
res/drawable-hdpi/ic_data_transmission_disable.png [deleted file]
res/drawable-hdpi/ic_device.png [deleted file]
res/drawable-hdpi/ic_device_control.png [deleted file]
res/drawable-hdpi/ic_device_control_dark.png [deleted file]
res/drawable-hdpi/ic_device_control_disable.png [deleted file]
res/drawable-hdpi/ic_device_dark.png [deleted file]
res/drawable-hdpi/ic_device_disable.png [deleted file]
res/drawable-hdpi/ic_device_drawer.png [deleted file]
res/drawable-hdpi/ic_disturb.png [deleted file]
res/drawable-hdpi/ic_disturb_dark.png [deleted file]
res/drawable-hdpi/ic_disturb_disable.png [deleted file]
res/drawable-hdpi/ic_drawer.png [deleted file]
res/drawable-hdpi/ic_files.png [deleted file]
res/drawable-hdpi/ic_files_dark.png [deleted file]
res/drawable-hdpi/ic_files_disable.png [deleted file]
res/drawable-hdpi/ic_files_edit.png [deleted file]
res/drawable-hdpi/ic_files_edit_dark.png [deleted file]
res/drawable-hdpi/ic_files_edit_disable.png [deleted file]
res/drawable-hdpi/ic_launcher.png [deleted file]
res/drawable-hdpi/ic_location.png [deleted file]
res/drawable-hdpi/ic_location_dark.png [deleted file]
res/drawable-hdpi/ic_location_disable.png [deleted file]
res/drawable-hdpi/ic_profile_drawer.png [deleted file]
res/drawable-hdpi/ic_sms.png [deleted file]
res/drawable-hdpi/ic_sms_dark.png [deleted file]
res/drawable-hdpi/ic_sms_disable.png [deleted file]
res/drawable-hdpi/ic_system.png [deleted file]
res/drawable-hdpi/ic_system_dark.png [deleted file]
res/drawable-hdpi/ic_system_disable.png [deleted file]
res/drawable-hdpi/ic_system_red.png [deleted file]
res/drawable-hdpi/ic_system_red_dark.png [deleted file]
res/drawable-hdpi/ic_system_red_disable.png [deleted file]
res/drawable-hdpi/ic_wallet_drawer.png [deleted file]
res/drawable-hdpi/ic_warning_drawer.png [deleted file]
res/drawable-hdpi/ic_wiretapping.png [deleted file]
res/drawable-hdpi/ic_wiretapping_dark.png [deleted file]
res/drawable-hdpi/ic_wiretapping_disable.png [deleted file]
res/drawable-hdpi/img_welcome_screen.png [deleted file]
res/drawable-hdpi/logo_fnp.png [deleted file]
res/drawable-hdpi/logo_maic.png [deleted file]
res/drawable-hdpi/logo_samsung.png [deleted file]
res/drawable-ldpi/btn_co_moge_normal.png [deleted file]
res/drawable-ldpi/btn_co_moge_pressed.png [deleted file]
res/drawable-ldpi/btn_legenda_normal.png [deleted file]
res/drawable-ldpi/btn_legenda_pressed.png [deleted file]
res/drawable-ldpi/btn_odinstaluj_normal.png [deleted file]
res/drawable-ldpi/btn_odinstaluj_pressed.png [deleted file]
res/drawable-ldpi/btn_ok_normal.png [deleted file]
res/drawable-ldpi/btn_ok_pressed.png [deleted file]
res/drawable-ldpi/btn_powrot_normal.png [deleted file]
res/drawable-ldpi/btn_powrot_pressed.png [deleted file]
res/drawable-ldpi/btn_ustawienia_normal.png [deleted file]
res/drawable-ldpi/btn_ustawienia_pressed.png [deleted file]
res/drawable-ldpi/btn_wiecej_info_normal.png [deleted file]
res/drawable-ldpi/btn_wiecej_info_pressed.png [deleted file]
res/drawable-ldpi/ic_broke.png [deleted file]
res/drawable-ldpi/ic_broke_dark.png [deleted file]
res/drawable-ldpi/ic_broke_disable.png [deleted file]
res/drawable-ldpi/ic_call.png [deleted file]
res/drawable-ldpi/ic_call_dark.png [deleted file]
res/drawable-ldpi/ic_call_disable.png [deleted file]
res/drawable-ldpi/ic_call_history.png [deleted file]
res/drawable-ldpi/ic_call_history_dark.png [deleted file]
res/drawable-ldpi/ic_call_history_disable.png [deleted file]
res/drawable-ldpi/ic_communication.png [deleted file]
res/drawable-ldpi/ic_communication_dark.png [deleted file]
res/drawable-ldpi/ic_communication_disable.png [deleted file]
res/drawable-ldpi/ic_cyber_profile.png [deleted file]
res/drawable-ldpi/ic_cyber_profile_dark.png [deleted file]
res/drawable-ldpi/ic_cyber_profile_disable.png [deleted file]
res/drawable-ldpi/ic_data_sending.png [deleted file]
res/drawable-ldpi/ic_data_sending_dark.png [deleted file]
res/drawable-ldpi/ic_data_sending_disable.png [deleted file]
res/drawable-ldpi/ic_data_transmission.png [deleted file]
res/drawable-ldpi/ic_data_transmission_dark.png [deleted file]
res/drawable-ldpi/ic_data_transmission_disable.png [deleted file]
res/drawable-ldpi/ic_device.png [deleted file]
res/drawable-ldpi/ic_device_control.png [deleted file]
res/drawable-ldpi/ic_device_control_dark.png [deleted file]
res/drawable-ldpi/ic_device_control_disable.png [deleted file]
res/drawable-ldpi/ic_device_dark.png [deleted file]
res/drawable-ldpi/ic_device_disable.png [deleted file]
res/drawable-ldpi/ic_device_drawer.png [deleted file]
res/drawable-ldpi/ic_disturb.png [deleted file]
res/drawable-ldpi/ic_disturb_dark.png [deleted file]
res/drawable-ldpi/ic_disturb_disable.png [deleted file]
res/drawable-ldpi/ic_files.png [deleted file]
res/drawable-ldpi/ic_files_dark.png [deleted file]
res/drawable-ldpi/ic_files_disable.png [deleted file]
res/drawable-ldpi/ic_files_edit.png [deleted file]
res/drawable-ldpi/ic_files_edit_dark.png [deleted file]
res/drawable-ldpi/ic_files_edit_disable.png [deleted file]
res/drawable-ldpi/ic_launcher.png [deleted file]
res/drawable-ldpi/ic_location.png [deleted file]
res/drawable-ldpi/ic_location_dark.png [deleted file]
res/drawable-ldpi/ic_location_disable.png [deleted file]
res/drawable-ldpi/ic_profile_drawer.png [deleted file]
res/drawable-ldpi/ic_sms.png [deleted file]
res/drawable-ldpi/ic_sms_dark.png [deleted file]
res/drawable-ldpi/ic_sms_disable.png [deleted file]
res/drawable-ldpi/ic_system.png [deleted file]
res/drawable-ldpi/ic_system_dark.png [deleted file]
res/drawable-ldpi/ic_system_disable.png [deleted file]
res/drawable-ldpi/ic_system_red.png [deleted file]
res/drawable-ldpi/ic_system_red_dark.png [deleted file]
res/drawable-ldpi/ic_system_red_disable.png [deleted file]
res/drawable-ldpi/ic_wallet_drawer.png [deleted file]
res/drawable-ldpi/ic_warning_drawer.png [deleted file]
res/drawable-ldpi/ic_wiretapping.png [deleted file]
res/drawable-ldpi/ic_wiretapping_dark.png [deleted file]
res/drawable-ldpi/ic_wiretapping_disable.png [deleted file]
res/drawable-ldpi/img_welcome_screen.png [deleted file]
res/drawable-ldpi/logo_fnp.png [deleted file]
res/drawable-ldpi/logo_maic.png [deleted file]
res/drawable-ldpi/logo_samsung.png [deleted file]
res/drawable-mdpi/btn_co_moge_normal.png [deleted file]
res/drawable-mdpi/btn_co_moge_pressed.png [deleted file]
res/drawable-mdpi/btn_legenda_normal.png [deleted file]
res/drawable-mdpi/btn_legenda_pressed.png [deleted file]
res/drawable-mdpi/btn_odinstaluj_normal.png [deleted file]
res/drawable-mdpi/btn_odinstaluj_pressed.png [deleted file]
res/drawable-mdpi/btn_ok_normal.png [deleted file]
res/drawable-mdpi/btn_ok_pressed.png [deleted file]
res/drawable-mdpi/btn_powrot_normal.png [deleted file]
res/drawable-mdpi/btn_powrot_pressed.png [deleted file]
res/drawable-mdpi/btn_ustawienia_normal.png [deleted file]
res/drawable-mdpi/btn_ustawienia_pressed.png [deleted file]
res/drawable-mdpi/btn_wiecej_info_normal.png [deleted file]
res/drawable-mdpi/btn_wiecej_info_pressed.png [deleted file]
res/drawable-mdpi/drawer_shadow.9.png [deleted file]
res/drawable-mdpi/ic_broke.png [deleted file]
res/drawable-mdpi/ic_broke_dark.png [deleted file]
res/drawable-mdpi/ic_broke_disable.png [deleted file]
res/drawable-mdpi/ic_call.png [deleted file]
res/drawable-mdpi/ic_call_dark.png [deleted file]
res/drawable-mdpi/ic_call_disable.png [deleted file]
res/drawable-mdpi/ic_call_history.png [deleted file]
res/drawable-mdpi/ic_call_history_dark.png [deleted file]
res/drawable-mdpi/ic_call_history_disable.png [deleted file]
res/drawable-mdpi/ic_communication.png [deleted file]
res/drawable-mdpi/ic_communication_dark.png [deleted file]
res/drawable-mdpi/ic_communication_disable.png [deleted file]
res/drawable-mdpi/ic_cyber_profile.png [deleted file]
res/drawable-mdpi/ic_cyber_profile_dark.png [deleted file]
res/drawable-mdpi/ic_cyber_profile_disable.png [deleted file]
res/drawable-mdpi/ic_data_sending.png [deleted file]
res/drawable-mdpi/ic_data_sending_dark.png [deleted file]
res/drawable-mdpi/ic_data_sending_disable.png [deleted file]
res/drawable-mdpi/ic_data_transmission.png [deleted file]
res/drawable-mdpi/ic_data_transmission_dark.png [deleted file]
res/drawable-mdpi/ic_data_transmission_disable.png [deleted file]
res/drawable-mdpi/ic_device.png [deleted file]
res/drawable-mdpi/ic_device_control.png [deleted file]
res/drawable-mdpi/ic_device_control_dark.png [deleted file]
res/drawable-mdpi/ic_device_control_disable.png [deleted file]
res/drawable-mdpi/ic_device_dark.png [deleted file]
res/drawable-mdpi/ic_device_disable.png [deleted file]
res/drawable-mdpi/ic_device_drawer.png [deleted file]
res/drawable-mdpi/ic_disturb.png [deleted file]
res/drawable-mdpi/ic_disturb_dark.png [deleted file]
res/drawable-mdpi/ic_disturb_disable.png [deleted file]
res/drawable-mdpi/ic_drawer.png [deleted file]
res/drawable-mdpi/ic_files.png [deleted file]
res/drawable-mdpi/ic_files_dark.png [deleted file]
res/drawable-mdpi/ic_files_disable.png [deleted file]
res/drawable-mdpi/ic_files_edit.png [deleted file]
res/drawable-mdpi/ic_files_edit_dark.png [deleted file]
res/drawable-mdpi/ic_files_edit_disable.png [deleted file]
res/drawable-mdpi/ic_launcher.png [deleted file]
res/drawable-mdpi/ic_location.png [deleted file]
res/drawable-mdpi/ic_location_dark.png [deleted file]
res/drawable-mdpi/ic_location_disable.png [deleted file]
res/drawable-mdpi/ic_profile_drawer.png [deleted file]
res/drawable-mdpi/ic_sms.png [deleted file]
res/drawable-mdpi/ic_sms_dark.png [deleted file]
res/drawable-mdpi/ic_sms_disable.png [deleted file]
res/drawable-mdpi/ic_system.png [deleted file]
res/drawable-mdpi/ic_system_dark.png [deleted file]
res/drawable-mdpi/ic_system_disable.png [deleted file]
res/drawable-mdpi/ic_system_red.png [deleted file]
res/drawable-mdpi/ic_system_red_dark.png [deleted file]
res/drawable-mdpi/ic_system_red_disable.png [deleted file]
res/drawable-mdpi/ic_wallet_drawer.png [deleted file]
res/drawable-mdpi/ic_warning_drawer.png [deleted file]
res/drawable-mdpi/ic_wiretapping.png [deleted file]
res/drawable-mdpi/ic_wiretapping_dark.png [deleted file]
res/drawable-mdpi/ic_wiretapping_disable.png [deleted file]
res/drawable-mdpi/img_welcome_screen.png [deleted file]
res/drawable-mdpi/logo_fnp.png [deleted file]
res/drawable-mdpi/logo_maic.png [deleted file]
res/drawable-mdpi/logo_samsung.png [deleted file]
res/drawable-nodpi/nav_drawer_separator.9.png [deleted file]
res/drawable-xhdpi/btn_co_moge_normal.png [deleted file]
res/drawable-xhdpi/btn_co_moge_pressed.png [deleted file]
res/drawable-xhdpi/btn_legenda_normal.png [deleted file]
res/drawable-xhdpi/btn_legenda_pressed.png [deleted file]
res/drawable-xhdpi/btn_odinstaluj_normal.png [deleted file]
res/drawable-xhdpi/btn_odinstaluj_pressed.png [deleted file]
res/drawable-xhdpi/btn_ok_normal.png [deleted file]
res/drawable-xhdpi/btn_ok_pressed.png [deleted file]
res/drawable-xhdpi/btn_powrot_normal.png [deleted file]
res/drawable-xhdpi/btn_powrot_pressed.png [deleted file]
res/drawable-xhdpi/btn_ustawienia_normal.png [deleted file]
res/drawable-xhdpi/btn_ustawienia_pressed.png [deleted file]
res/drawable-xhdpi/btn_wiecej_info_normal.png [deleted file]
res/drawable-xhdpi/btn_wiecej_info_pressed.png [deleted file]
res/drawable-xhdpi/drawer_shadow.9.png [deleted file]
res/drawable-xhdpi/ic_broke.png [deleted file]
res/drawable-xhdpi/ic_broke_dark.png [deleted file]
res/drawable-xhdpi/ic_broke_disable.png [deleted file]
res/drawable-xhdpi/ic_call.png [deleted file]
res/drawable-xhdpi/ic_call_dark.png [deleted file]
res/drawable-xhdpi/ic_call_disable.png [deleted file]
res/drawable-xhdpi/ic_call_history.png [deleted file]
res/drawable-xhdpi/ic_call_history_dark.png [deleted file]
res/drawable-xhdpi/ic_call_history_disable.png [deleted file]
res/drawable-xhdpi/ic_communication.png [deleted file]
res/drawable-xhdpi/ic_communication_dark.png [deleted file]
res/drawable-xhdpi/ic_communication_disable.png [deleted file]
res/drawable-xhdpi/ic_cyber_profile.png [deleted file]
res/drawable-xhdpi/ic_cyber_profile_dark.png [deleted file]
res/drawable-xhdpi/ic_cyber_profile_disable.png [deleted file]
res/drawable-xhdpi/ic_data_sending.png [deleted file]
res/drawable-xhdpi/ic_data_sending_dark.png [deleted file]
res/drawable-xhdpi/ic_data_sending_disable.png [deleted file]
res/drawable-xhdpi/ic_data_transmission.png [deleted file]
res/drawable-xhdpi/ic_data_transmission_dark.png [deleted file]
res/drawable-xhdpi/ic_data_transmission_disable.png [deleted file]
res/drawable-xhdpi/ic_device.png [deleted file]
res/drawable-xhdpi/ic_device_control.png [deleted file]
res/drawable-xhdpi/ic_device_control_dark.png [deleted file]
res/drawable-xhdpi/ic_device_control_disable.png [deleted file]
res/drawable-xhdpi/ic_device_dark.png [deleted file]
res/drawable-xhdpi/ic_device_disable.png [deleted file]
res/drawable-xhdpi/ic_device_drawer.png [deleted file]
res/drawable-xhdpi/ic_disturb.png [deleted file]
res/drawable-xhdpi/ic_disturb_dark.png [deleted file]
res/drawable-xhdpi/ic_disturb_disable.png [deleted file]
res/drawable-xhdpi/ic_drawer.png [deleted file]
res/drawable-xhdpi/ic_files.png [deleted file]
res/drawable-xhdpi/ic_files_dark.png [deleted file]
res/drawable-xhdpi/ic_files_disable.png [deleted file]
res/drawable-xhdpi/ic_files_edit.png [deleted file]
res/drawable-xhdpi/ic_files_edit_dark.png [deleted file]
res/drawable-xhdpi/ic_files_edit_disable.png [deleted file]
res/drawable-xhdpi/ic_launcher.png [deleted file]
res/drawable-xhdpi/ic_location.png [deleted file]
res/drawable-xhdpi/ic_location_dark.png [deleted file]
res/drawable-xhdpi/ic_location_disable.png [deleted file]
res/drawable-xhdpi/ic_profile_drawer.png [deleted file]
res/drawable-xhdpi/ic_sms.png [deleted file]
res/drawable-xhdpi/ic_sms_dark.png [deleted file]
res/drawable-xhdpi/ic_sms_disable.png [deleted file]
res/drawable-xhdpi/ic_system.png [deleted file]
res/drawable-xhdpi/ic_system_dark.png [deleted file]
res/drawable-xhdpi/ic_system_disable.png [deleted file]
res/drawable-xhdpi/ic_system_red.png [deleted file]
res/drawable-xhdpi/ic_system_red_dark.png [deleted file]
res/drawable-xhdpi/ic_system_red_disable.png [deleted file]
res/drawable-xhdpi/ic_wallet_drawer.png [deleted file]
res/drawable-xhdpi/ic_warning_drawer.png [deleted file]
res/drawable-xhdpi/ic_wiretapping.png [deleted file]
res/drawable-xhdpi/ic_wiretapping_dark.png [deleted file]
res/drawable-xhdpi/ic_wiretapping_disable.png [deleted file]
res/drawable-xhdpi/img_welcome_screen.png [deleted file]
res/drawable-xhdpi/logo_fnp.png [deleted file]
res/drawable-xhdpi/logo_maic.png [deleted file]
res/drawable-xhdpi/logo_samsung.png [deleted file]
res/drawable-xxhdpi/btn_co_moge_normal.png [deleted file]
res/drawable-xxhdpi/btn_co_moge_pressed.png [deleted file]
res/drawable-xxhdpi/btn_legenda_normal.png [deleted file]
res/drawable-xxhdpi/btn_legenda_pressed.png [deleted file]
res/drawable-xxhdpi/btn_odinstaluj_normal.png [deleted file]
res/drawable-xxhdpi/btn_odinstaluj_pressed.png [deleted file]
res/drawable-xxhdpi/btn_ok_normal.png [deleted file]
res/drawable-xxhdpi/btn_ok_pressed.png [deleted file]
res/drawable-xxhdpi/btn_powrot_normal.png [deleted file]
res/drawable-xxhdpi/btn_powrot_pressed.png [deleted file]
res/drawable-xxhdpi/btn_ustawienia_normal.png [deleted file]
res/drawable-xxhdpi/btn_ustawienia_pressed.png [deleted file]
res/drawable-xxhdpi/btn_wiecej_info_normal.png [deleted file]
res/drawable-xxhdpi/btn_wiecej_info_pressed.png [deleted file]
res/drawable-xxhdpi/drawer_shadow.9.png [deleted file]
res/drawable-xxhdpi/ic_broke.png [deleted file]
res/drawable-xxhdpi/ic_broke_dark.png [deleted file]
res/drawable-xxhdpi/ic_broke_disable.png [deleted file]
res/drawable-xxhdpi/ic_call.png [deleted file]
res/drawable-xxhdpi/ic_call_dark.png [deleted file]
res/drawable-xxhdpi/ic_call_disable.png [deleted file]
res/drawable-xxhdpi/ic_call_history.png [deleted file]
res/drawable-xxhdpi/ic_call_history_dark.png [deleted file]
res/drawable-xxhdpi/ic_call_history_disable.png [deleted file]
res/drawable-xxhdpi/ic_communication.png [deleted file]
res/drawable-xxhdpi/ic_communication_dark.png [deleted file]
res/drawable-xxhdpi/ic_communication_disable.png [deleted file]
res/drawable-xxhdpi/ic_cyber_profile.png [deleted file]
res/drawable-xxhdpi/ic_cyber_profile_dark.png [deleted file]
res/drawable-xxhdpi/ic_cyber_profile_disable.png [deleted file]
res/drawable-xxhdpi/ic_data_sending.png [deleted file]
res/drawable-xxhdpi/ic_data_sending_dark.png [deleted file]
res/drawable-xxhdpi/ic_data_sending_disable.png [deleted file]
res/drawable-xxhdpi/ic_data_transmission.png [deleted file]
res/drawable-xxhdpi/ic_data_transmission_dark.png [deleted file]
res/drawable-xxhdpi/ic_data_transmission_disable.png [deleted file]
res/drawable-xxhdpi/ic_device.png [deleted file]
res/drawable-xxhdpi/ic_device_control.png [deleted file]
res/drawable-xxhdpi/ic_device_control_dark.png [deleted file]
res/drawable-xxhdpi/ic_device_control_disable.png [deleted file]
res/drawable-xxhdpi/ic_device_dark.png [deleted file]
res/drawable-xxhdpi/ic_device_disable.png [deleted file]
res/drawable-xxhdpi/ic_device_drawer.png [deleted file]
res/drawable-xxhdpi/ic_disturb.png [deleted file]
res/drawable-xxhdpi/ic_disturb_dark.png [deleted file]
res/drawable-xxhdpi/ic_disturb_disable.png [deleted file]
res/drawable-xxhdpi/ic_drawer.png [deleted file]
res/drawable-xxhdpi/ic_files.png [deleted file]
res/drawable-xxhdpi/ic_files_dark.png [deleted file]
res/drawable-xxhdpi/ic_files_disable.png [deleted file]
res/drawable-xxhdpi/ic_files_edit.png [deleted file]
res/drawable-xxhdpi/ic_files_edit_dark.png [deleted file]
res/drawable-xxhdpi/ic_files_edit_disable.png [deleted file]
res/drawable-xxhdpi/ic_launcher.png [deleted file]
res/drawable-xxhdpi/ic_location.png [deleted file]
res/drawable-xxhdpi/ic_location_dark.png [deleted file]
res/drawable-xxhdpi/ic_location_disable.png [deleted file]
res/drawable-xxhdpi/ic_profile_drawer.png [deleted file]
res/drawable-xxhdpi/ic_sms.png [deleted file]
res/drawable-xxhdpi/ic_sms_dark.png [deleted file]
res/drawable-xxhdpi/ic_sms_disable.png [deleted file]
res/drawable-xxhdpi/ic_system.png [deleted file]
res/drawable-xxhdpi/ic_system_dark.png [deleted file]
res/drawable-xxhdpi/ic_system_disable.png [deleted file]
res/drawable-xxhdpi/ic_system_red.png [deleted file]
res/drawable-xxhdpi/ic_system_red_dark.png [deleted file]
res/drawable-xxhdpi/ic_system_red_disable.png [deleted file]
res/drawable-xxhdpi/ic_wallet_drawer.png [deleted file]
res/drawable-xxhdpi/ic_warning_drawer.png [deleted file]
res/drawable-xxhdpi/ic_wiretapping.png [deleted file]
res/drawable-xxhdpi/ic_wiretapping_dark.png [deleted file]
res/drawable-xxhdpi/ic_wiretapping_disable.png [deleted file]
res/drawable-xxhdpi/img_welcome_screen.png [deleted file]
res/drawable-xxhdpi/logo_fnp.png [deleted file]
res/drawable-xxhdpi/logo_maic.png [deleted file]
res/drawable-xxhdpi/logo_samsung.png [deleted file]
res/drawable-xxhdpi/title_welcome_screen.png [deleted file]
res/drawable/actionbar_background.xml [deleted file]
res/drawable/app_info_settings_button.xml [deleted file]
res/drawable/app_info_uninstall_button.xml [deleted file]
res/drawable/app_info_what_can_button.xml [deleted file]
res/drawable/back_button.xml [deleted file]
res/drawable/custom_border.xml [deleted file]
res/drawable/drawer_background_selector.xml [deleted file]
res/drawable/legend_btn_selector.xml [deleted file]
res/drawable/more_info_button.xml [deleted file]
res/drawable/nav_drawer_separator.9.png [deleted file]
res/drawable/ok_button.xml [deleted file]
res/layout-land/activity_app_info.xml [deleted file]
res/layout-land/activity_popup.xml [deleted file]
res/layout-land/welcome_dialog.xml [deleted file]
res/layout-large-land/activity_main.xml [deleted file]
res/layout/activity_app_info.xml [deleted file]
res/layout/activity_license.xml [deleted file]
res/layout/activity_main.xml [deleted file]
res/layout/activity_popup.xml [deleted file]
res/layout/app_list_item_view.xml [deleted file]
res/layout/drawer_list_item.xml [deleted file]
res/layout/fragment_main.xml [deleted file]
res/layout/fragment_navigation_drawer.xml [deleted file]
res/layout/header_layout.xml [deleted file]
res/layout/threats_list_item.xml [deleted file]
res/layout/welcome_dialog.xml [deleted file]
res/menu/main.xml [deleted file]
res/values-v11/styles.xml [deleted file]
res/values-v14/styles.xml [deleted file]
res/values-w820dp/dimens.xml [deleted file]
res/values/attrs.xml [deleted file]
res/values/color.xml [deleted file]
res/values/dimens.xml [deleted file]
res/values/strings.xml [deleted file]
res/values/styles.xml [deleted file]
res/xml/categories.xml [deleted file]
res/xml/data_send_subcategory.xml [deleted file]
settings.gradle [new file with mode: 0644]
src/com/samsung/srpol/data/Category.java [deleted file]
src/com/samsung/srpol/data/Subcategory.java [deleted file]
src/com/samsung/srpol/loader/AppDetails.java [deleted file]
src/com/samsung/srpol/loader/AppListChangeListener.java [deleted file]
src/com/samsung/srpol/loader/AppListLoader.java [deleted file]
src/com/samsung/srpol/parallax/ParallaxListView.java [deleted file]
src/com/samsung/srpol/parallax/ParallaxListViewHelper.java [deleted file]
src/com/samsung/srpol/parallax/ParallaxedView.java [deleted file]
src/com/samsung/srpol/ui/AppInfoActivity.java [deleted file]
src/com/samsung/srpol/ui/LicenseActivity.java [deleted file]
src/com/samsung/srpol/ui/MainActivity.java [deleted file]
src/com/samsung/srpol/ui/PopupActivity.java [deleted file]
src/com/samsung/srpol/ui/WelcomeDialog.java [deleted file]
src/com/samsung/srpol/ui/drawer/CategoryArrayAdapter.java [deleted file]
src/com/samsung/srpol/ui/drawer/MenuFragment.java [deleted file]
src/com/samsung/srpol/ui/drawer/NavigationDrawerItemListener.java [deleted file]
src/com/samsung/srpol/ui/tabpager/AppListArrayAdapter.java [deleted file]
src/com/samsung/srpol/ui/tabpager/PageAdapter.java [deleted file]
src/com/samsung/srpol/ui/tabpager/PageFragment.java [deleted file]
src/com/samsung/srpol/utils/Utils.java [deleted file]
srpol.iml [new file with mode: 0644]