├── app ├── .gitignore ├── src │ └── main │ │ ├── res │ │ ├── drawable-hdpi │ │ │ ├── xf_copy.png │ │ │ ├── xf_share.png │ │ │ ├── xf_dir_blu.png │ │ │ ├── xf_new_dir.png │ │ │ ├── xf_new_file.png │ │ │ ├── xf_up_dir.png │ │ │ ├── xfiles_cut.png │ │ │ ├── xfiles_find.png │ │ │ ├── xfiles_test.png │ │ │ ├── xfiles_text.png │ │ │ ├── xf_arrow_left.png │ │ │ ├── xf_view_mode.png │ │ │ ├── xfiles_audio.png │ │ │ ├── xfiles_image.png │ │ │ ├── xfiles_paste.png │ │ │ ├── xfiles_video.png │ │ │ ├── xf_arrow_right.png │ │ │ ├── xf_recycle_bin.png │ │ │ ├── xf_xre_server_up.png │ │ │ ├── xfiles_anytype.png │ │ │ ├── xfiles_archive.png │ │ │ ├── xfiles_extract.png │ │ │ ├── xfiles_favorites.png │ │ │ ├── xfiles_file_icon.png │ │ │ ├── xfiles_link_icon.png │ │ │ ├── xfiles_root_off.png │ │ │ ├── xfiles_root_on.png │ │ │ ├── xfiles_sort_icon.png │ │ │ ├── xfiles_wifi_off.png │ │ │ ├── xfiles_wifi_on.png │ │ │ ├── xf_xre_server_down.png │ │ │ ├── xfiles_archive_7z.png │ │ │ ├── xfiles_archive_apk.png │ │ │ ├── xfiles_archive_bz2.png │ │ │ ├── xfiles_archive_cab.png │ │ │ ├── xfiles_archive_gz.png │ │ │ ├── xfiles_archive_rar.png │ │ │ ├── xfiles_archive_tar.png │ │ │ ├── xfiles_archive_xz.png │ │ │ ├── xfiles_archive_zip.png │ │ │ ├── xfiles_hotspot_off.png │ │ │ ├── xfiles_hotspot_on.png │ │ │ ├── xfiles_system_back.png │ │ │ ├── xfiles_system_home.png │ │ │ ├── xfiles_new_app_icon.png │ │ │ ├── xfiles_sort_special.png │ │ │ ├── xfiles_system_recent.png │ │ │ ├── xfiles_wifi_unavailable.png │ │ │ ├── xfiles_hotspot_unavailable.png │ │ │ ├── ic_notification_ime_default.png │ │ │ ├── xfiles_wifi_enabled_not_connected.png │ │ │ ├── xfiles_switch_operation_buttons_blue.png │ │ │ └── xfiles_switch_operation_buttons_green.png │ │ ├── drawable-ldpi │ │ │ ├── xf_copy.png │ │ │ ├── xf_share.png │ │ │ ├── xf_dir_blu.png │ │ │ ├── xf_new_dir.png │ │ │ ├── xf_new_file.png │ │ │ ├── xf_up_dir.png │ │ │ ├── xfiles_cut.png │ │ │ ├── xfiles_find.png │ │ │ ├── xfiles_test.png │ │ │ ├── xfiles_text.png │ │ │ ├── xf_arrow_left.png │ │ │ ├── xf_view_mode.png │ │ │ ├── xfiles_audio.png │ │ │ ├── xfiles_image.png │ │ │ ├── xfiles_paste.png │ │ │ ├── xfiles_video.png │ │ │ ├── xf_arrow_right.png │ │ │ ├── xf_recycle_bin.png │ │ │ ├── xf_xre_server_up.png │ │ │ ├── xfiles_anytype.png │ │ │ ├── xfiles_archive.png │ │ │ ├── xfiles_extract.png │ │ │ ├── xfiles_favorites.png │ │ │ ├── xfiles_file_icon.png │ │ │ ├── xfiles_link_icon.png │ │ │ ├── xfiles_root_off.png │ │ │ ├── xfiles_root_on.png │ │ │ ├── xfiles_wifi_off.png │ │ │ ├── xfiles_wifi_on.png │ │ │ ├── xf_xre_server_down.png │ │ │ ├── xfiles_archive_7z.png │ │ │ ├── xfiles_archive_apk.png │ │ │ ├── xfiles_archive_bz2.png │ │ │ ├── xfiles_archive_cab.png │ │ │ ├── xfiles_archive_gz.png │ │ │ ├── xfiles_archive_rar.png │ │ │ ├── xfiles_archive_tar.png │ │ │ ├── xfiles_archive_xz.png │ │ │ ├── xfiles_archive_zip.png │ │ │ ├── xfiles_hotspot_off.png │ │ │ ├── xfiles_hotspot_on.png │ │ │ ├── xfiles_system_back.png │ │ │ ├── xfiles_system_home.png │ │ │ ├── xfiles_new_app_icon.png │ │ │ ├── xfiles_system_recent.png │ │ │ ├── xfiles_wifi_unavailable.png │ │ │ ├── xfiles_hotspot_unavailable.png │ │ │ ├── xfiles_wifi_enabled_not_connected.png │ │ │ ├── xfiles_switch_operation_buttons_blue.png │ │ │ └── xfiles_switch_operation_buttons_green.png │ │ ├── drawable-mdpi │ │ │ ├── xf_copy.png │ │ │ ├── xf_share.png │ │ │ ├── xf_dir_blu.png │ │ │ ├── xf_new_dir.png │ │ │ ├── xf_new_file.png │ │ │ ├── xf_up_dir.png │ │ │ ├── xfiles_cut.png │ │ │ ├── xfiles_find.png │ │ │ ├── xfiles_test.png │ │ │ ├── xfiles_text.png │ │ │ ├── ic_media_stop.png │ │ │ ├── xf_arrow_left.png │ │ │ ├── xf_view_mode.png │ │ │ ├── xfiles_audio.png │ │ │ ├── xfiles_image.png │ │ │ ├── xfiles_paste.png │ │ │ ├── xfiles_video.png │ │ │ ├── xf_arrow_right.png │ │ │ ├── xf_recycle_bin.png │ │ │ ├── xf_xre_server_up.png │ │ │ ├── xfiles_anytype.png │ │ │ ├── xfiles_archive.png │ │ │ ├── xfiles_extract.png │ │ │ ├── xfiles_favorites.png │ │ │ ├── xfiles_file_icon.png │ │ │ ├── xfiles_link_icon.png │ │ │ ├── xfiles_root_off.png │ │ │ ├── xfiles_root_on.png │ │ │ ├── xfiles_sort_icon.png │ │ │ ├── xfiles_wifi_off.png │ │ │ ├── xfiles_wifi_on.png │ │ │ ├── xf_xre_server_down.png │ │ │ ├── xfiles_archive_7z.png │ │ │ ├── xfiles_archive_apk.png │ │ │ ├── xfiles_archive_bz2.png │ │ │ ├── xfiles_archive_cab.png │ │ │ ├── xfiles_archive_gz.png │ │ │ ├── xfiles_archive_rar.png │ │ │ ├── xfiles_archive_tar.png │ │ │ ├── xfiles_archive_xz.png │ │ │ ├── xfiles_archive_zip.png │ │ │ ├── xfiles_hotspot_off.png │ │ │ ├── xfiles_hotspot_on.png │ │ │ ├── xfiles_system_back.png │ │ │ ├── xfiles_system_home.png │ │ │ ├── xfiles_new_app_icon.png │ │ │ ├── xfiles_sort_special.png │ │ │ ├── xfiles_system_recent.png │ │ │ ├── xfiles_wifi_unavailable.png │ │ │ ├── xfiles_hotspot_unavailable.png │ │ │ ├── xfiles_wifi_enabled_not_connected.png │ │ │ ├── xfiles_switch_operation_buttons_blue.png │ │ │ └── xfiles_switch_operation_buttons_green.png │ │ ├── drawable-xhdpi │ │ │ ├── xf_copy.png │ │ │ ├── xf_dir_blu.png │ │ │ ├── xf_new_dir.png │ │ │ ├── xf_share.png │ │ │ ├── xf_up_dir.png │ │ │ ├── xfiles_cut.png │ │ │ ├── xf_new_file.png │ │ │ ├── xf_view_mode.png │ │ │ ├── xfiles_audio.png │ │ │ ├── xfiles_find.png │ │ │ ├── xfiles_image.png │ │ │ ├── xfiles_paste.png │ │ │ ├── xfiles_test.png │ │ │ ├── xfiles_text.png │ │ │ ├── xfiles_video.png │ │ │ ├── xf_arrow_left.png │ │ │ ├── xf_arrow_right.png │ │ │ ├── xf_recycle_bin.png │ │ │ ├── xfiles_anytype.png │ │ │ ├── xfiles_archive.png │ │ │ ├── xfiles_extract.png │ │ │ ├── xfiles_root_off.png │ │ │ ├── xfiles_root_on.png │ │ │ ├── xfiles_wifi_off.png │ │ │ ├── xfiles_wifi_on.png │ │ │ ├── xf_xre_server_up.png │ │ │ ├── xfiles_archive_7z.png │ │ │ ├── xfiles_archive_gz.png │ │ │ ├── xfiles_archive_xz.png │ │ │ ├── xfiles_favorites.png │ │ │ ├── xfiles_file_icon.png │ │ │ ├── xfiles_hotspot_on.png │ │ │ ├── xfiles_link_icon.png │ │ │ ├── xfiles_sort_icon.png │ │ │ ├── xf_xre_server_down.png │ │ │ ├── xfiles_archive_apk.png │ │ │ ├── xfiles_archive_bz2.png │ │ │ ├── xfiles_archive_cab.png │ │ │ ├── xfiles_archive_rar.png │ │ │ ├── xfiles_archive_tar.png │ │ │ ├── xfiles_archive_zip.png │ │ │ ├── xfiles_hotspot_off.png │ │ │ ├── xfiles_new_app_icon.png │ │ │ ├── xfiles_sort_special.png │ │ │ ├── xfiles_system_back.png │ │ │ ├── xfiles_system_home.png │ │ │ ├── xfiles_system_recent.png │ │ │ ├── xfiles_wifi_unavailable.png │ │ │ ├── xfiles_hotspot_unavailable.png │ │ │ ├── xfiles_wifi_enabled_not_connected.png │ │ │ ├── xfiles_switch_operation_buttons_blue.png │ │ │ └── xfiles_switch_operation_buttons_green.png │ │ ├── drawable-xxhdpi │ │ │ ├── xf_copy.png │ │ │ ├── xf_share.png │ │ │ ├── xf_up_dir.png │ │ │ ├── xf_dir_blu.png │ │ │ ├── xf_new_dir.png │ │ │ ├── xf_new_file.png │ │ │ ├── xfiles_cut.png │ │ │ ├── xfiles_test.png │ │ │ ├── xfiles_text.png │ │ │ ├── xf_arrow_left.png │ │ │ ├── xf_arrow_right.png │ │ │ ├── xf_recycle_bin.png │ │ │ ├── xf_view_mode.png │ │ │ ├── xfiles_anytype.png │ │ │ ├── xfiles_archive.png │ │ │ ├── xfiles_audio.png │ │ │ ├── xfiles_extract.png │ │ │ ├── xfiles_image.png │ │ │ ├── xfiles_root_on.png │ │ │ ├── xfiles_video.png │ │ │ ├── xfiles_wifi_on.png │ │ │ ├── xf_xre_server_up.png │ │ │ ├── xfiles_favorites.png │ │ │ ├── xfiles_file_icon.png │ │ │ ├── xfiles_link_icon.png │ │ │ ├── xfiles_root_off.png │ │ │ ├── xfiles_sort_icon.png │ │ │ ├── xfiles_wifi_off.png │ │ │ ├── xf_xre_server_down.png │ │ │ ├── xfiles_archive_7z.png │ │ │ ├── xfiles_archive_apk.png │ │ │ ├── xfiles_archive_bz2.png │ │ │ ├── xfiles_archive_cab.png │ │ │ ├── xfiles_archive_gz.png │ │ │ ├── xfiles_archive_rar.png │ │ │ ├── xfiles_archive_tar.png │ │ │ ├── xfiles_archive_xz.png │ │ │ ├── xfiles_archive_zip.png │ │ │ ├── xfiles_hotspot_off.png │ │ │ ├── xfiles_hotspot_on.png │ │ │ ├── xfiles_new_app_icon.png │ │ │ ├── xfiles_sort_special.png │ │ │ ├── xfiles_system_back.png │ │ │ ├── xfiles_system_home.png │ │ │ ├── xfiles_system_recent.png │ │ │ ├── xfiles_wifi_unavailable.png │ │ │ ├── xfiles_hotspot_unavailable.png │ │ │ ├── xfiles_wifi_enabled_not_connected.png │ │ │ ├── xfiles_switch_operation_buttons_blue.png │ │ │ └── xfiles_switch_operation_buttons_green.png │ │ ├── drawable-xxxhdpi │ │ │ ├── xf_copy.png │ │ │ ├── xf_share.png │ │ │ ├── xf_dir_blu.png │ │ │ ├── xf_new_dir.png │ │ │ ├── xf_up_dir.png │ │ │ ├── xfiles_cut.png │ │ │ ├── xf_arrow_left.png │ │ │ ├── xf_new_file.png │ │ │ ├── xf_view_mode.png │ │ │ ├── xfiles_audio.png │ │ │ ├── xfiles_image.png │ │ │ ├── xfiles_test.png │ │ │ ├── xfiles_text.png │ │ │ ├── xfiles_video.png │ │ │ ├── xf_arrow_right.png │ │ │ ├── xf_recycle_bin.png │ │ │ ├── xfiles_anytype.png │ │ │ ├── xfiles_archive.png │ │ │ ├── xfiles_extract.png │ │ │ ├── xfiles_root_off.png │ │ │ ├── xfiles_root_on.png │ │ │ ├── xfiles_wifi_off.png │ │ │ ├── xfiles_wifi_on.png │ │ │ ├── xf_xre_server_down.png │ │ │ ├── xf_xre_server_up.png │ │ │ ├── xfiles_archive_7z.png │ │ │ ├── xfiles_archive_apk.png │ │ │ ├── xfiles_archive_bz2.png │ │ │ ├── xfiles_archive_cab.png │ │ │ ├── xfiles_archive_gz.png │ │ │ ├── xfiles_archive_rar.png │ │ │ ├── xfiles_archive_tar.png │ │ │ ├── xfiles_archive_xz.png │ │ │ ├── xfiles_archive_zip.png │ │ │ ├── xfiles_favorites.png │ │ │ ├── xfiles_file_icon.png │ │ │ ├── xfiles_hotspot_off.png │ │ │ ├── xfiles_hotspot_on.png │ │ │ ├── xfiles_link_icon.png │ │ │ ├── xfiles_system_back.png │ │ │ ├── xfiles_system_home.png │ │ │ ├── xfiles_new_app_icon.png │ │ │ ├── xfiles_system_recent.png │ │ │ ├── xfiles_wifi_unavailable.png │ │ │ ├── xfiles_hotspot_unavailable.png │ │ │ ├── xfiles_wifi_enabled_not_connected.png │ │ │ ├── xfiles_switch_operation_buttons_blue.png │ │ │ └── xfiles_switch_operation_buttons_green.png │ │ ├── drawable │ │ │ ├── xf_widget_thumbnail.png │ │ │ ├── media_gallery_placeholder.xml │ │ │ ├── about_background.xml │ │ │ ├── root_background.xml │ │ │ ├── ic_image.xml │ │ │ ├── hashview_window_background.xml │ │ │ └── ic_image_remove.xml │ │ ├── values-v21 │ │ │ └── styles.xml │ │ ├── layout │ │ │ ├── empty.xml │ │ │ ├── find_results.xml │ │ │ ├── extract_results_dialog.xml │ │ │ ├── favorites.xml │ │ │ ├── item_image_horizontal.xml │ │ │ ├── dircommander_popup_window.xml │ │ │ ├── checksum_label_item.xml │ │ │ ├── jsimpleimageloader_main.xml │ │ │ ├── open_as_dialog.xml │ │ │ ├── item_image.xml │ │ │ ├── pasteable_edittext.xml │ │ │ ├── open_as_dialog_item.xml │ │ │ ├── extract_results_item.xml │ │ │ ├── single_filename_dialog.xml │ │ │ ├── listview_layout.xml │ │ │ ├── pager_item.xml │ │ │ ├── properties_file_dialog.xml │ │ │ ├── gridview_layout.xml │ │ │ ├── sorting_dialog_header_view.xml │ │ │ ├── dragitem.xml │ │ │ ├── quickfind_edittext_layout.xml │ │ │ ├── ask_password_dialog.xml │ │ │ ├── change_directory_dialog_frame_local.xml │ │ │ ├── filter_selection_dialog.xml │ │ │ ├── hash_labels_legend.xml │ │ │ └── ribbon_one.xml │ │ ├── anim │ │ │ ├── fade_in.xml │ │ │ └── fade_out.xml │ │ ├── menu │ │ │ ├── menu_find_multi.xml │ │ │ ├── menu_single_remote_folder.xml │ │ │ ├── menu_find.xml │ │ │ ├── menu_browserview.xml │ │ │ ├── menu_checksum.xml │ │ │ ├── menu_new.xml │ │ │ ├── menu_2ndlevel_share.xml │ │ │ ├── menu_2ndlevel_share_local_folder.xml │ │ │ ├── menu_single_local_folder.xml │ │ │ ├── menu_single_within_archive.xml │ │ │ ├── menu_multi_within_archive.xml │ │ │ ├── menu_fast_changedir.xml │ │ │ ├── menu_credentials_favorites.xml │ │ │ ├── menu_sort.xml │ │ │ ├── menu_checkbox.xml │ │ │ ├── menu_multi_remote.xml │ │ │ └── menu_single_remote.xml │ │ ├── values-v14 │ │ │ └── dimens.xml │ │ ├── values-w820dp │ │ │ └── dimens.xml │ │ ├── values │ │ │ ├── dimens.xml │ │ │ ├── styles.xml │ │ │ ├── colors.xml │ │ │ └── attrs.xml │ │ ├── values-v24 │ │ │ └── styles.xml │ │ └── xml │ │ │ ├── xre_rhss_widget_info.xml │ │ │ └── provider_paths.xml │ │ └── java │ │ ├── it │ │ └── pgp │ │ │ ├── xfiles │ │ │ ├── enums │ │ │ │ ├── SshKeyType.java │ │ │ │ ├── CopyMoveMode.java │ │ │ │ ├── FileIOMode.java │ │ │ │ ├── ProviderType.java │ │ │ │ ├── FileOpsAction.java │ │ │ │ ├── ServiceStatus.java │ │ │ │ ├── WIFI_AP_STATE.java │ │ │ │ ├── conflicthandling │ │ │ │ │ ├── ErrorDecision.java │ │ │ │ │ └── ConflictType.java │ │ │ │ ├── FileMode.java │ │ │ │ ├── ForegroundServiceType.java │ │ │ │ └── OutputArchiveType.java │ │ │ ├── utils │ │ │ │ ├── Predicate.java │ │ │ │ ├── oreoap │ │ │ │ │ └── MyOnStartTetheringCallback.java │ │ │ │ ├── iterators │ │ │ │ │ ├── VMapAbstractIterable.java │ │ │ │ │ └── VMapFullTreeIterable.java │ │ │ │ ├── StreamsPair.java │ │ │ │ ├── FavoritesList.java │ │ │ │ ├── dircontent │ │ │ │ │ ├── LocalDirWithContent.java │ │ │ │ │ ├── SmbDirWithContent.java │ │ │ │ │ ├── ArchiveSubDirWithContent.java │ │ │ │ │ └── SftpDirWithContent.java │ │ │ │ ├── Pair.java │ │ │ │ └── pathcontent │ │ │ │ │ └── LocalPathContent.java │ │ │ ├── items │ │ │ │ ├── MultiStatsItem.java │ │ │ │ ├── FolderStatsItem.java │ │ │ │ └── BulkRenameItem.java │ │ │ ├── roothelperclient │ │ │ │ ├── reqs │ │ │ │ │ ├── ls_rq.java │ │ │ │ │ ├── del_rq.java │ │ │ │ │ ├── test_rq.java │ │ │ │ │ ├── copylist_rq.java │ │ │ │ │ ├── movelist_rq.java │ │ │ │ │ ├── openssh_ed25519_keygen_rq.java │ │ │ │ │ ├── retrieveHomePath_rq.java │ │ │ │ │ ├── setAttributes_rq.java │ │ │ │ │ ├── BaseRHRequest.java │ │ │ │ │ └── openssl_rsa_pem_keygen_rq.java │ │ │ │ ├── RelativeExtractEntries.java │ │ │ │ ├── StreamCiphers.java │ │ │ │ ├── ResponseCodes.java │ │ │ │ └── resps │ │ │ │ │ ├── exists_resp.java │ │ │ │ │ ├── ssh_keygen_resp.java │ │ │ │ │ └── ls_resp.java │ │ │ ├── sftpclient │ │ │ │ ├── InsertFailedException.java │ │ │ │ ├── XTransferListener.java │ │ │ │ └── XSFTPFileTransfer.java │ │ │ ├── service │ │ │ │ ├── params │ │ │ │ │ ├── TestParams.java │ │ │ │ │ ├── FindParams.java │ │ │ │ │ ├── CreateFileParams.java │ │ │ │ │ ├── DownloadParams.java │ │ │ │ │ └── CopyMoveParams.java │ │ │ │ ├── SocketNames.java │ │ │ │ ├── TestService.java │ │ │ │ ├── FindTask.java │ │ │ │ ├── HTTPUploadService.java │ │ │ │ ├── CreateFileService.java │ │ │ │ ├── NonInteractiveSmbService.java │ │ │ │ ├── ExtractService.java │ │ │ │ ├── CopyMoveService.java │ │ │ │ ├── CompressService.java │ │ │ │ └── HTTPDownloadService.java │ │ │ ├── exceptions │ │ │ │ ├── DirCommanderException.java │ │ │ │ └── InterruptedTransferAsIOException.java │ │ │ ├── dialogs │ │ │ │ ├── BaseDialog.java │ │ │ │ └── ImmersiveModeDialog.java │ │ │ ├── CopyListUris.java │ │ │ ├── comparators │ │ │ │ └── FilenameComparator.java │ │ │ ├── FavoritesActivity.java │ │ │ ├── SwipeRefreshLayoutChildCanScroll.java │ │ │ ├── io │ │ │ │ └── FlushingBufferedOutputStream.java │ │ │ ├── fileservers │ │ │ │ ├── FileServer.java │ │ │ │ └── SimpleFileServer.java │ │ │ ├── adapters │ │ │ │ └── QuickPathsAdapter.java │ │ │ ├── RestarterActivity.java │ │ │ ├── SortingItem.java │ │ │ ├── GalleryViewPager.java │ │ │ └── smbclient │ │ │ │ └── SmbVaultActivity.java │ │ │ └── Native.java │ │ └── com │ │ ├── tomclaw │ │ └── imageloader │ │ │ ├── core │ │ │ ├── Loader.java │ │ │ ├── Result.java │ │ │ ├── ViewSize.java │ │ │ ├── ImageLoader.java │ │ │ ├── Decoder.java │ │ │ ├── FileProvider.java │ │ │ ├── MemoryCache.java │ │ │ ├── ViewHolder.java │ │ │ ├── DiskCache.java │ │ │ ├── MainExecutorImpl.java │ │ │ ├── DiskCacheImpl.java │ │ │ ├── Handlers.java │ │ │ └── MemoryCacheImpl.java │ │ │ └── util │ │ │ └── ImageViews.java │ │ └── davemorrissey │ │ └── labs │ │ └── subscaleview │ │ ├── decoder │ │ ├── DecoderFactory.java │ │ └── ImageDecoder.java │ │ └── ImageViewState.java └── dictionary.txt ├── settings.gradle ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── .cirrus.yml └── gradle.properties /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_copy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_copy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_copy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_copy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_dir_blu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_dir_blu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_new_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_new_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_new_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_new_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_up_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_up_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_cut.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_find.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_test.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_dir_blu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_dir_blu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_new_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_new_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_new_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_new_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_up_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_up_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_cut.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_find.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_test.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_dir_blu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_dir_blu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_new_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_new_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_new_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_new_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_up_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_up_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_cut.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_find.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_test.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_dir_blu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_dir_blu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_new_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_new_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_up_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_up_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_cut.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_copy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_up_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_up_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_copy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_arrow_left.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_view_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_view_mode.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_audio.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_image.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_paste.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_arrow_left.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_view_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_view_mode.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_audio.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_image.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_paste.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_media_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/ic_media_stop.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_arrow_left.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_view_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_view_mode.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_audio.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_image.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_paste.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_new_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_new_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_view_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_view_mode.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_audio.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_find.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_image.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_paste.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_test.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_dir_blu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_dir_blu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_new_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_new_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_new_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_new_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_cut.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_test.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_dir_blu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_dir_blu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_new_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_new_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_up_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_up_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_cut.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_arrow_right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_recycle_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_recycle_bin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_xre_server_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_xre_server_up.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_anytype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_anytype.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_extract.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_favorites.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_file_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_file_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_link_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_link_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_root_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_root_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_root_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_root_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_sort_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_sort_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_wifi_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_wifi_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_wifi_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_wifi_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_arrow_right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_recycle_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_recycle_bin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_xre_server_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_xre_server_up.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_anytype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_anytype.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_extract.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_favorites.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_file_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_file_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_link_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_link_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_root_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_root_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_root_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_root_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_wifi_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_wifi_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_wifi_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_wifi_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_arrow_right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_recycle_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_recycle_bin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_xre_server_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_xre_server_up.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_anytype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_anytype.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_extract.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_favorites.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_file_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_file_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_link_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_link_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_root_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_root_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_root_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_root_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_sort_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_sort_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_wifi_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_wifi_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_wifi_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_wifi_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_arrow_left.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_arrow_right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_recycle_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_recycle_bin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_anytype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_anytype.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_extract.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_root_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_root_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_root_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_root_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_wifi_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_wifi_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_wifi_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_wifi_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_arrow_left.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_arrow_right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_recycle_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_recycle_bin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_view_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_view_mode.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_anytype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_anytype.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_audio.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_extract.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_image.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_root_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_root_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_wifi_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_wifi_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_arrow_left.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_new_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_new_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_view_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_view_mode.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_audio.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_image.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_test.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/xf_widget_thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable/xf_widget_thumbnail.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xf_xre_server_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xf_xre_server_down.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_7z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_7z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_apk.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_bz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_bz2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_cab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_cab.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_gz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_gz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_rar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_tar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_xz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_archive_zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_archive_zip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_hotspot_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_hotspot_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_hotspot_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_hotspot_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_system_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_system_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_system_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_system_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xf_xre_server_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xf_xre_server_down.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_7z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_7z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_apk.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_bz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_bz2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_cab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_cab.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_gz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_gz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_rar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_tar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_xz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_archive_zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_archive_zip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_hotspot_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_hotspot_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_hotspot_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_hotspot_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_system_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_system_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_system_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_system_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xf_xre_server_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xf_xre_server_down.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_7z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_7z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_apk.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_bz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_bz2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_cab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_cab.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_gz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_gz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_rar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_tar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_xz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_archive_zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_archive_zip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_hotspot_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_hotspot_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_hotspot_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_hotspot_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_system_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_system_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_system_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_system_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_xre_server_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_xre_server_up.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_7z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_7z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_gz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_gz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_xz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_favorites.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_file_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_file_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_hotspot_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_hotspot_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_link_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_link_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_sort_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_sort_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_xre_server_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_xre_server_up.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_favorites.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_file_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_file_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_link_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_link_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_root_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_root_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_sort_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_sort_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_wifi_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_wifi_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_arrow_right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_recycle_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_recycle_bin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_anytype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_anytype.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_extract.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_root_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_root_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_root_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_root_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_wifi_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_wifi_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_wifi_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_wifi_on.png -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/SshKeyType.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | public enum SshKeyType { 4 | RSA, 5 | ED25519 6 | } 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_new_app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_new_app_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_sort_special.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_sort_special.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_system_recent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_system_recent.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_new_app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_new_app_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_system_recent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_system_recent.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_new_app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_new_app_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_sort_special.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_sort_special.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_system_recent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_system_recent.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xf_xre_server_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xf_xre_server_down.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_apk.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_bz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_bz2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_cab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_cab.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_rar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_tar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_archive_zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_archive_zip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_hotspot_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_hotspot_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_new_app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_new_app_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_sort_special.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_sort_special.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_system_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_system_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_system_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_system_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_system_recent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_system_recent.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xf_xre_server_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xf_xre_server_down.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_7z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_7z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_apk.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_bz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_bz2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_cab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_cab.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_gz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_gz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_rar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_tar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_xz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_archive_zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_archive_zip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_hotspot_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_hotspot_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_hotspot_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_hotspot_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_new_app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_new_app_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_sort_special.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_sort_special.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_system_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_system_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_system_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_system_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_xre_server_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_xre_server_down.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xf_xre_server_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xf_xre_server_up.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_7z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_7z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_apk.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_bz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_bz2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_cab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_cab.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_gz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_gz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_rar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_tar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_xz.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_archive_zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_archive_zip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_favorites.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_file_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_file_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_hotspot_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_hotspot_off.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_hotspot_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_hotspot_on.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_link_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_link_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_system_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_system_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_system_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_system_home.png -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/utils/Predicate.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.utils; 2 | 3 | public interface Predicate { 4 | boolean test(T item); 5 | } 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_wifi_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_wifi_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_wifi_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_wifi_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_wifi_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_wifi_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_system_recent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_system_recent.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_new_app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_new_app_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_system_recent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_system_recent.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_hotspot_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_hotspot_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_hotspot_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_hotspot_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_hotspot_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_hotspot_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_wifi_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_wifi_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_wifi_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_wifi_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_wifi_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_wifi_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_notification_ime_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/ic_notification_ime_default.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_hotspot_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_hotspot_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_hotspot_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_hotspot_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_hotspot_unavailable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_hotspot_unavailable.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_wifi_enabled_not_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_wifi_enabled_not_connected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_wifi_enabled_not_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_wifi_enabled_not_connected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_wifi_enabled_not_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_wifi_enabled_not_connected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_switch_operation_buttons_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_switch_operation_buttons_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_switch_operation_buttons_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_switch_operation_buttons_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_switch_operation_buttons_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_switch_operation_buttons_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_wifi_enabled_not_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_wifi_enabled_not_connected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_wifi_enabled_not_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_wifi_enabled_not_connected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_wifi_enabled_not_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_wifi_enabled_not_connected.png -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/items/MultiStatsItem.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.items; 2 | 3 | /** 4 | * Created by pgp on 14/07/17 5 | */ 6 | 7 | public class MultiStatsItem { 8 | } 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xfiles_switch_operation_buttons_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-hdpi/xfiles_switch_operation_buttons_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/xfiles_switch_operation_buttons_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-ldpi/xfiles_switch_operation_buttons_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/xfiles_switch_operation_buttons_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-mdpi/xfiles_switch_operation_buttons_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_switch_operation_buttons_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_switch_operation_buttons_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/xfiles_switch_operation_buttons_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xhdpi/xfiles_switch_operation_buttons_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_switch_operation_buttons_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_switch_operation_buttons_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/xfiles_switch_operation_buttons_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxhdpi/xfiles_switch_operation_buttons_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_switch_operation_buttons_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_switch_operation_buttons_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/xfiles_switch_operation_buttons_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgp/XFiles/HEAD/app/src/main/res/drawable-xxxhdpi/xfiles_switch_operation_buttons_green.png -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/CopyMoveMode.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | /** 4 | * Created by pgp on 31/10/16 5 | */ 6 | 7 | public enum CopyMoveMode { 8 | COPY, 9 | MOVE 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/FileIOMode.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | /** 4 | * Created by pgp on 06/11/17 5 | */ 6 | 7 | public enum FileIOMode { 8 | READFROMFILE, 9 | WRITETOFILE 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/ProviderType.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | public enum ProviderType { 4 | LOCAL, 5 | LOCAL_WITHIN_ARCHIVE, 6 | SFTP, 7 | XFILES_REMOTE, 8 | SMB, 9 | URL_DOWNLOAD 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/res/values-v21/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | zipStoreBase=GRADLE_USER_HOME 4 | zipStorePath=wrapper/dists 5 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip 6 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/FileOpsAction.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | /** 4 | * Created by pgp on 16/03/17 5 | */ 6 | 7 | public enum FileOpsAction { 8 | CONFLICT, 9 | PAUSE, 10 | RESUME, 11 | CANCEL 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/ServiceStatus.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | /** 4 | * Created by pgp on 29/03/17 5 | */ 6 | 7 | public enum ServiceStatus { 8 | ACTIVE, 9 | PAUSED, 10 | CANCELLED, 11 | COMPLETED 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/utils/oreoap/MyOnStartTetheringCallback.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.utils.oreoap; 2 | 3 | public class MyOnStartTetheringCallback { 4 | public void onTetheringStarted() {} 5 | 6 | public void onTetheringFailed() {} 7 | } 8 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/WIFI_AP_STATE.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | public enum WIFI_AP_STATE { 4 | WIFI_AP_STATE_DISABLING, 5 | WIFI_AP_STATE_DISABLED, 6 | WIFI_AP_STATE_ENABLING, 7 | WIFI_AP_STATE_ENABLED, 8 | WIFI_AP_STATE_FAILED 9 | } -------------------------------------------------------------------------------- /app/src/main/res/layout/empty.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/anim/fade_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/media_gallery_placeholder.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/layout/find_results.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/Loader.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | import java.io.File; 4 | import java.util.List; 5 | 6 | public interface Loader { 7 | 8 | List getSchemes(); 9 | 10 | boolean load(String uriString, File file); 11 | } 12 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/Result.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | import android.graphics.drawable.Drawable; 4 | 5 | public interface Result { 6 | 7 | int getByteCount(); 8 | 9 | boolean isRecycled(); 10 | 11 | Drawable getDrawable(); 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_find_multi.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/anim/fade_out.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/ViewSize.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | public class ViewSize { 4 | public int width; 5 | public int height; 6 | 7 | public ViewSize(int width, int height) { 8 | this.width = width; 9 | this.height = height; 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_single_remote_folder.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/ImageLoader.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | import java.security.NoSuchAlgorithmException; 4 | 5 | public interface ImageLoader { 6 | 7 | void load(ViewHolder view, String uriString, Handlers handlers) throws NoSuchAlgorithmException; 8 | 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/reqs/ls_rq.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient.reqs; 2 | 3 | import it.pgp.xfiles.roothelperclient.ControlCodes; 4 | 5 | public class ls_rq extends SinglePath_rq { 6 | 7 | public ls_rq(Object dirPath) { 8 | super(ControlCodes.ACTION_LS, dirPath); 9 | } 10 | } -------------------------------------------------------------------------------- /app/src/main/res/values-v14/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 0dp 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/Decoder.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | import java.io.File; 6 | 7 | public interface Decoder { 8 | 9 | boolean probe(File file); 10 | 11 | @Nullable Result decode(File file, int width, int height); 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/items/FolderStatsItem.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.items; 2 | 3 | /** 4 | * Created by pgp on 14/07/17 5 | * Just a placeholder, since there is no byte array conversion from folderStats_resp (only numeric members) 6 | */ 7 | 8 | public final class FolderStatsItem { 9 | private FolderStatsItem() {} 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_find.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/sftpclient/InsertFailedException.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.sftpclient; 2 | 3 | /** 4 | * Created by pgp on 11/02/17 (cloned from KeyGuard) 5 | */ 6 | 7 | public class InsertFailedException extends Exception { 8 | 9 | public InsertFailedException() { 10 | super("Insert failed"); 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/FileProvider.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | import android.net.Uri; 4 | 5 | import java.io.File; 6 | 7 | 8 | public interface FileProvider { 9 | File getFile(Uri uri); 10 | 11 | default File getFile(String url) { 12 | return getFile(Uri.parse(url)); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_browserview.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/about_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 9 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/MemoryCache.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | public interface MemoryCache { 6 | 7 | @Nullable Result get(String key); 8 | 9 | @Nullable Result put(String key, Result result); 10 | 11 | @Nullable Result remove(String key); 12 | 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_checksum.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 8 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/ViewHolder.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | public interface ViewHolder { 6 | 7 | @Nullable ViewSize optSize(); 8 | 9 | ViewSize getSize(); 10 | 11 | @Nullable Object getTag(); 12 | 13 | void setTag(Object tag); 14 | 15 | T get(); 16 | } -------------------------------------------------------------------------------- /app/src/main/res/drawable/root_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 10 | -------------------------------------------------------------------------------- /app/dictionary.txt: -------------------------------------------------------------------------------- 1 | q 2 | w 3 | e 4 | r 5 | t 6 | y 7 | u 8 | i 9 | o 10 | p 11 | a 12 | s 13 | d 14 | f 15 | g 16 | h 17 | j 18 | k 19 | l 20 | z 21 | x 22 | c 23 | v 24 | b 25 | n 26 | m 27 | Q 28 | W 29 | E 30 | R 31 | T 32 | Y 33 | U 34 | I 35 | O 36 | P 37 | A 38 | S 39 | D 40 | F 41 | G 42 | H 43 | J 44 | K 45 | L 46 | Z 47 | X 48 | C 49 | V 50 | B 51 | N 52 | M 53 | _ 54 | $ 55 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/conflicthandling/ErrorDecision.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums.conflicthandling; 2 | 3 | public enum ErrorDecision { 4 | ED_CONTINUE((byte)0x00), 5 | ED_CANCEL((byte)0xFF); 6 | 7 | byte i; 8 | 9 | ErrorDecision(byte i) { 10 | this.i = i; 11 | } 12 | 13 | public byte getValue() { 14 | return i; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/reqs/del_rq.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient.reqs; 2 | 3 | import it.pgp.xfiles.roothelperclient.ControlCodes; 4 | 5 | /** 6 | * Created by pgp on 25/01/17 7 | */ 8 | 9 | public class del_rq extends SinglePath_rq { 10 | public del_rq(Object pathname) { 11 | super(ControlCodes.ACTION_DELETE, pathname); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/FileMode.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | /** 4 | * Created by pgp on 31/10/16 5 | */ 6 | 7 | public enum FileMode { 8 | FILE(0644), 9 | DIRECTORY(0755); 10 | 11 | int mask; 12 | 13 | FileMode(int mask) { 14 | this.mask = mask; 15 | } 16 | 17 | public int getDefaultMask() { 18 | return mask; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 64dp 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_image.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/reqs/test_rq.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient.reqs; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | import it.pgp.xfiles.roothelperclient.RelativeExtractEntries; 6 | 7 | public class test_rq extends extract_rq { 8 | public test_rq(Object fx, @Nullable Object password, @Nullable RelativeExtractEntries entries) { 9 | super(fx, "", password, null, entries, false); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/reqs/copylist_rq.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient.reqs; 2 | 3 | import java.util.List; 4 | 5 | import it.pgp.xfiles.roothelperclient.ControlCodes; 6 | 7 | /** 8 | * Created by pgp on 19/07/17 9 | */ 10 | 11 | public class copylist_rq extends ListOfPathPairs_rq { 12 | public copylist_rq(List v_fx, List v_fy) { 13 | super(ControlCodes.ACTION_COPY, v_fx, v_fy); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/reqs/movelist_rq.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient.reqs; 2 | 3 | import java.util.List; 4 | 5 | import it.pgp.xfiles.roothelperclient.ControlCodes; 6 | 7 | /** 8 | * Created by pgp on 19/07/17 9 | */ 10 | 11 | public class movelist_rq extends ListOfPathPairs_rq { 12 | 13 | public movelist_rq(List v_fx, List v_fy) { 14 | super(ControlCodes.ACTION_MOVE, v_fx, v_fy); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16dp 4 | 0dp 5 | 6 | 10 | 8dp 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/extract_results_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/favorites.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/RelativeExtractEntries.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient; 2 | 3 | import java.util.List; 4 | 5 | /** 6 | * Created by pgp on 17/02/18 7 | */ 8 | 9 | public class RelativeExtractEntries { 10 | public int stripPathLen; 11 | public List entries; 12 | 13 | public RelativeExtractEntries(int stripPathLen, List entries) { 14 | this.stripPathLen = stripPathLen; 15 | this.entries = entries; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/service/params/TestParams.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.service.params; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | import java.util.List; 6 | 7 | import it.pgp.xfiles.utils.pathcontent.BasePathContent; 8 | 9 | public class TestParams extends ExtractParams { 10 | public TestParams(List srcArchives, @Nullable String password, @Nullable List filenames) { 11 | super(srcArchives, null, password, filenames, false); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/res/values-v24/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/tomclaw/imageloader/core/DiskCache.java: -------------------------------------------------------------------------------- 1 | package com.tomclaw.imageloader.core; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | import com.tomclaw.cache.RecordNotFoundException; 6 | 7 | import java.io.File; 8 | import java.io.IOException; 9 | 10 | public interface DiskCache { 11 | 12 | @Nullable File get(String key); 13 | 14 | File put(String key, File file) throws IOException; 15 | 16 | void remove(String key) throws IOException, RecordNotFoundException; 17 | 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/reqs/openssh_ed25519_keygen_rq.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient.reqs; 2 | 3 | public class openssh_ed25519_keygen_rq extends openssl_rsa_pem_keygen_rq { 4 | public openssh_ed25519_keygen_rq() { 5 | super(-1); // keysize argument unused 6 | } 7 | 8 | @Override 9 | public byte getRequestByteWithFlags() { 10 | byte rq = requestType.getValue(); 11 | rq ^= (1 << 5); // flags: 001 12 | return rq; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/res/layout/item_image_horizontal.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/dircommander_popup_window.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/xml/xre_rhss_widget_info.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/service/params/FindParams.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.service.params; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | import java.io.Serializable; 6 | 7 | /** 8 | * Created by pgp on 11/12/17 9 | */ 10 | 11 | public class FindParams implements Serializable { 12 | 13 | public String targetFolder; 14 | public String expr; 15 | 16 | public FindParams(@Nullable String targetFolder, @Nullable String expr) { 17 | this.targetFolder = targetFolder; 18 | this.expr = expr; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/hashview_window_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 9 | 12 | 14 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/service/SocketNames.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.service; 2 | 3 | /** 4 | * Created by pgp on 27/09/17 5 | */ 6 | 7 | // e.g. thecompressor is parallel-compatible with thetransferrer in upload mode (no concurrent write load) 8 | public enum SocketNames { 9 | theroothelper, // Main, persistent, for short-lived operations 10 | // thecompressor, // READ & WRITE 11 | // theextractor, // READ & WRITE 12 | // thetransferrer, // READ & WRITE (READ ONLY IF UPLOAD, WRITE ONLY IF DOWNLOAD) 13 | // thefinder // READ ONLY 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/service/params/CreateFileParams.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.service.params; 2 | 3 | import java.io.Serializable; 4 | 5 | import it.pgp.xfiles.items.FileCreationAdvancedOptions; 6 | import it.pgp.xfiles.utils.pathcontent.BasePathContent; 7 | 8 | public class CreateFileParams implements Serializable { 9 | public BasePathContent path; 10 | public FileCreationAdvancedOptions opts; 11 | 12 | public CreateFileParams(BasePathContent path, FileCreationAdvancedOptions opts) { 13 | this.path = path; 14 | this.opts = opts; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/enums/ForegroundServiceType.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.enums; 2 | 3 | /** 4 | * Created by pgp on 13/11/17 5 | * To be used with ProgressIndicator 6 | */ 7 | 8 | public enum ForegroundServiceType { 9 | FILE_TRANSFER, 10 | FILE_ARCHIVING, 11 | XRE_TRANSFER, 12 | XRE_HASH, // currently without overlay usage, only resource locking for long term tls connection, enable overlay when progress indication will be implemented in rh's hashFile 13 | SFTP_TRANSFER, 14 | SMB_TRANSFER, 15 | URL_DOWNLOAD, 16 | FIND, 17 | CREATE_FILE 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_new.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 11 | 12 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_2ndlevel_share.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 11 | 12 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/exceptions/DirCommanderException.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.exceptions; 2 | 3 | /** 4 | * Created by pgp on 19/01/18 5 | * For now, indicating only that current dir cannot be accessed by dir commander 6 | * Could be generalized (with an exception type enum) including other access errors of dir commander 7 | */ 8 | 9 | public class DirCommanderException extends Exception { 10 | public DirCommanderException() { 11 | super("Dir not accessible by commander"); 12 | } 13 | 14 | public DirCommanderException(String message) { 15 | super(message); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/exceptions/InterruptedTransferAsIOException.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.exceptions; 2 | 3 | import java.io.IOException; 4 | 5 | /** 6 | * Created by pgp on 16/11/17 7 | * Just to check whether to show copy error in case of IOException 8 | * (SSHJ IOException by stream copier listener trick, will cancel transfer 9 | * web source: https://github.com/hierynomus/sshj/issues/288 ) 10 | */ 11 | 12 | public class InterruptedTransferAsIOException extends IOException { 13 | public InterruptedTransferAsIOException() { 14 | super("Sftp transfer cancelled by user"); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/reqs/retrieveHomePath_rq.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient.reqs; 2 | 3 | import it.pgp.xfiles.roothelperclient.ControlCodes; 4 | 5 | public class retrieveHomePath_rq extends ls_rq { 6 | 7 | public final byte flags = 0x02; // 0x02 = {0,1,0} (bitmask) 8 | 9 | public retrieveHomePath_rq(Object dirPath) { 10 | super(dirPath); 11 | } 12 | 13 | @Override 14 | public byte getRequestByteWithFlags() { 15 | byte rq = requestType.getValue(); 16 | rq ^= (flags << ControlCodes.rq_bit_length); 17 | return rq; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_2ndlevel_share_local_folder.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 11 | 12 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/utils/iterators/VMapAbstractIterable.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.utils.iterators; 2 | 3 | import it.pgp.xfiles.utils.VMap; 4 | 5 | import java.util.Map; 6 | 7 | /** 8 | * Created by pgp on 12/04/17 9 | * 10 | * base class in order to allow for and foreach syntax on different it.pgp.utils.iterators for it.pgp.utils.VMap, 11 | * without explicitly instantiating iterator objects 12 | */ 13 | public abstract class VMapAbstractIterable implements Iterable> { 14 | 15 | VMap vMap; 16 | public VMapAbstractIterable(VMap vMap) { 17 | this.vMap = vMap; 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /.cirrus.yml: -------------------------------------------------------------------------------- 1 | container: 2 | image: cirrusci/android-sdk:30 3 | cpu: 4 4 | memory: 16G 5 | 6 | check_android_task: 7 | ndk_install_script: 8 | - echo y | sdkmanager "tools" 9 | - echo y | sdkmanager "platform-tools" 10 | - echo y | sdkmanager "tools" 11 | - echo y | sdkmanager "build-tools;30.0.3" 12 | - echo y | sdkmanager "platforms;android-30" 13 | - echo y | sdkmanager "ndk-bundle" 14 | - echo y | sdkmanager "ndk;21.3.6528147" 15 | - echo y | sdkmanager "cmake;3.10.2.4988404" 16 | 17 | assemble_script: 18 | - export PATH=$PATH:$ANDROID_HOME/ndk/21.3.6528147 19 | - ./gradlew clean assemble 20 | -------------------------------------------------------------------------------- /app/src/main/res/layout/checksum_label_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 14 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/StreamCiphers.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient; 2 | 3 | public enum StreamCiphers { 4 | CHACHA, 5 | AES128CTR, 6 | AES256CTR, 7 | SHACAL2CTR; 8 | 9 | public String toString() { 10 | switch(this) { 11 | case CHACHA: 12 | return "ChaCha"; 13 | case AES128CTR: 14 | return "AES-128/CTR"; 15 | case AES256CTR: 16 | return "AES-256/CTR"; 17 | case SHACAL2CTR: 18 | return "SHACAL2/CTR"; 19 | default: 20 | return null; 21 | } 22 | } 23 | } -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_image_remove.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/dialogs/BaseDialog.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.dialogs; 2 | 3 | import android.app.Activity; 4 | import android.app.Dialog; 5 | import android.support.annotation.NonNull; 6 | import android.view.Window; 7 | 8 | public class BaseDialog extends Dialog { 9 | public BaseDialog(@NonNull Activity activity) { 10 | super(activity); 11 | requestWindowFeature(Window.FEATURE_LEFT_ICON); 12 | } 13 | 14 | // https://stackoverflow.com/questions/11430253/how-to-set-icon-for-dialog-in-android 15 | public void setDialogIcon(int resId) { 16 | setFeatureDrawableResource(Window.FEATURE_LEFT_ICON, resId); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/it/pgp/xfiles/roothelperclient/reqs/setAttributes_rq.java: -------------------------------------------------------------------------------- 1 | package it.pgp.xfiles.roothelperclient.reqs; 2 | 3 | import it.pgp.xfiles.roothelperclient.ControlCodes; 4 | 5 | /** 6 | * Created by pgp on 22/11/17 7 | */ 8 | 9 | public abstract class setAttributes_rq extends SinglePath_rq { 10 | 11 | public static final int bitOffsetForSubrequest = 6; 12 | 13 | public enum SubRequest { 14 | SET_DATES, 15 | SET_OWNERSHIP, 16 | SET_PERMISSIONS 17 | } 18 | 19 | public int additionalByte = 0; 20 | 21 | public setAttributes_rq(Object pathname) { 22 | super(ControlCodes.ACTION_SETATTRIBUTES, pathname); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /app/src/main/res/layout/jsimpleimageloader_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/layout/open_as_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 |