-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from emreesen27/develop
version v1.0.0-beta4 is completed
- Loading branch information
Showing
26 changed files
with
387 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
RUN & CONTRIBUTING | ||
--- | ||
|
||
#### Run the Project | ||
|
||
The application performs operations related to media files through a [submodule](https://github.com/emreesen27/media-store). | ||
|
||
Clone the project: | ||
``` | ||
git clone | ||
``` | ||
|
||
Run to fetch and update the submodule: | ||
``` | ||
git submodule update --init | ||
``` | ||
|
||
#### Contribute | ||
|
||
At the commit stage, I run commit-msg and lint checks. Committing automatically triggers the lint task. If you encounter any issues, manually trigger it. | ||
|
||
``` | ||
./gradlew ktlintFormat | ||
``` | ||
Ensure your commit message follows this format: | ||
``` | ||
[DEV]||[FIX] [commit message] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,38 @@ | ||
# <a href="https://play.google.com/store/apps/details?id=com.sn.secretive">Sn File Manager</a> | ||
# <a href="https://play.google.com/store/apps/details?id=com.sn.snfilemanager">Sn File Manager</a> | ||
|
||
Simple File Manager for Android | ||
|
||
Overview | ||
--- | ||
|
||
<img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/app_icon_512.png?raw=true" align="right" width="26%" height="100%"></img> | ||
|
||
|
||
<div style="display:flex;"> | ||
|
||
- Open Source, light and smooth | ||
- No ads or In-app purchases | ||
- Supports dark theme | ||
- Access media items efficiently with MediaStore | ||
- Quick navigation with Breadcrumb | ||
- It supports basic operations such as file moving, deleting, and copying | ||
- A fast and user-friendly interface | ||
- Lots more... | ||
|
||
</div> | ||
|
||
Preview | ||
Downloads | ||
--- | ||
| Home | Media | Folders | | ||
|--------------|---------------|--------------| | ||
| <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/home_ss.png?raw=true" width="200" height="450"></img> |<img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/image_ss.png?raw=true" width="200" height="450"></img> | <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/folders_ss.png?raw=true" width="200" height="450"></img> | | ||
| <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/home_dark_ss.png?raw=true" width="200" height="450"></img> |<img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/images_dark_ss.png?raw=true" width="200" height="450"></img> | <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/folders_dark_ss.png?raw=true" width="200" height="450"></img> | | ||
|
||
[<img alt="Get it on Google Play" height="100" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png">](https://play.google.com/store/apps/details?id=com.sn.snfilemanager) | ||
|
||
|
||
Preview | ||
--- | ||
| Home | Media | Folders | | ||
|--------------|---------------|--------------| | ||
| <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/home_ss.png?raw=true" width="180" height="400"></img> | <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/image_ss.png?raw=true" width="180" height="400"></img> | <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/folders_ss.png?raw=true" width="180" height="400"></img> | | ||
| <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/home_dark_ss.png?raw=true" width="180" height="400"></img> |<img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/images_dark_ss.png?raw=true" width="180" height="400"></img> | <img src="https://github.com/emreesen27/Android-Sn-File-Manager/blob/assets/assets/folders_dark_ss.png?raw=true" width="180" height="400"></img> | | ||
|
||
Run & Contributing | ||
--- | ||
Read [this](https://github.com/emreesen27/Android-Sn-File-Manager/blob/develop/CONTRIBUTING.md) before running the project or contributing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.