AmazeFileManager icon indicating copy to clipboard operation
AmazeFileManager copied to clipboard

Material design file manager for Android

Results 252 AmazeFileManager issues
Sort by recently updated
recently updated
newest added

Huawei MediaPad M5 Pro Android 9 Nothing changed after grant the writing permission to the SanDisk Storage.

Area-UIUX
Issue-Glitch

Implementation notes: Library support is available: https://github.com/stephenc/java-iso-tools or [just the library itself](https://mvnrepository.com/artifact/com.github.stephenc.java-iso-tools/loopy-core/1.2.2), but it's also not maintained any more. Alternate solution, some suggested using [7z JNI binding](https://stackoverflow.com/a/65966094), but I think...

Issue-Feature
From-telegram

[Zstandard archive format](https://facebook.github.io/zstd/) is [RFC8878](https://datatracker.ietf.org/doc/html/rfc8878) too. There is [a pure Java port of the algorithm on Github](https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd) in addition to [JNI binding](https://github.com/luben/zstd-jni). Unless there is popular demand this feature will...

Issue-Feature
Issue-Task (low)
Area-Compression
From-telegram

## Description Fixes https://github.com/TeamAmaze/AmazeFileManager/issues/3245 #### Issue tracker #### Automatic tests - [ ] Added test cases #### Manual tests - [x] Done - Device: OPPO A33m - OS:Android 5.1.1 -...

**We found a NullPointerException when pasting a deleted file in app, and the environment is as follows:** ``` App version: v3.3.2 Android version: 6.0 Device: Nexux_5X ``` **The steps to...

Issue-Bug
Area-UIUX

## Issue explanation (write below this line) ## Exception * App Name: Amaze File Manager * Package: com.amaze.filemanager * Version: 3.7.0 * User Action: UI Error * Request: Application crash...

Issue-Bug
From-telegram
Crash-NullPointerException

## Issue explanation (write below this line) ## Exception * __User Action:__ UI Error * __Request:__ Application crash * __Version:__ 3.5.3 * __OS:__ Linux Android 10 - 29 * __Device:__...

Issue-Bug
Issue-Task (low)
Area-Database
From-Email

This is an intermittent issue, the notification that's created for processing doesn't get cancelled. ![Screenshot_20220306-224228_Gmail](https://user-images.githubusercontent.com/5211568/156936508-8f9896a7-f7d9-4cb9-9944-1be7d80e45ea.jpg)

Issue-Bug

## Description As noted by Android Studio on the use of `android.permission.QUERY_ALL_PACKAGES` permission, use `` with explicitly defined action and MIME type instead. This looks safer (minimal permission principle), and...

Issue-Feature
Issue-Task (low)
Issue-Discussion
Area-CodeHealth
Area-Navigation

**Describe the bug** Amaze is unable to properly open root files for editing **To Reproduce** Steps to reproduce the behavior: 1. Open a text file file within root. For example:...

Issue-Bug
Area-FileOperations
Area-TextEditor