Skip to content
#

filemanager

Here are 430 public repositories matching this topic...

EmmanuelMess
EmmanuelMess commented Jul 15, 2021
  /**
   * Correctly sets text color based on a given background color so that the
   * user can see the text correctly
   */
  @JvmStatic
  fun setIntelligentTextColor(context: Context, textView: TextView, backgroundColor: Int) {
    val red = Color.red(backgroundColor) * 0.299f
    val green = Color.green(backgroundColor) * 0.587f
    val blue = Color.blue(backgroundColor) * 0.114
AnExplorer

📁 Another Android Explorer ( File Manager ) is an All-in-One Open source file manager. AnExplorer File Manager (File Explorer) is designed for all android devices including Phones, Phablets, Tablets, Chromecast, Wear OS, Android TV and Chromebooks. It's a fully designed with Material guidelines by Google.

  • Updated Feb 9, 2021
  • Java

ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django

  • Updated Jul 11, 2021
  • Python
filegator
tobiasgruber1995
tobiasgruber1995 commented Jun 30, 2021

Describe the bug

When using the editor, the buttons to save and cancel differ in order and appearance from the other buttons of the application.

To Reproduce

  1. Open Filegator
  2. Open the editor
  3. See error

Expected behavior

The buttons should look the same and be in the same order as in the rest of the application.

Screenshots

Standard:
![NewFolder](https:

Video-Hub-App
jamesfpb
jamesfpb commented Aug 15, 2021

On macOS Big Sur (and earlier OS versions), the colored window control buttons for Video Hub App only work when it is the active app. This is no longer the case after e.g. opening and playing a video. Currently requires an extra click each time to make the app active first before the window control buttons can be used.
By contrast, other apps allow the user to directly click on the window control

Improve this page

Add a description, image, and links to the filemanager topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filemanager topic, visit your repo's landing page and select "manage topics."

Learn more