[APP][4.0.3+] QuickEdit Text Editor - Android Apps and Games

Introduction
I have made an advanced text editor on Android - QuickEdit Text Editor.
It includes a lot of optimization on performance and user experience, the speed and feedback is much better than current published text editor apps on Google Play.
Since this app is mainly for developers. I think it is very suitable to introduce it in this forum. Please download and have a try.
Download
Download it directly from Google Play:
QR Code:
If there is any problem with Google Play, you can also review and download it from my website:
http://rhmsoft.com/?p=283
Features
* Enhanced notepad application with numerous improvements.
* Code editor and highlight syntax for more than 40 different programming languages.
* High performance and real time feedback on large text files (more than 10,000 lines).
* Show and hide line numbers.
* Undo and redo modifications without limit.
* Display, increase and decrease line indents.
* Fast selection and editing.
* Smooth scroll in both vertical and horizontal direction.
* Directly goto specified line number.
* Quickly search and replace.
* Easily input color hex.
* Automatically detect character encoding.
* Open file from recent opened and added files.
* Support both light and dark theme.
* Optimized for both phone and tablet.
Supported Programming Languages
Assembly (AGC/AEA), AutoIt, Bash, Basic, C, C#, C++, CSS, Clojure, Dart, Elixir, Erlang, F#, Fortran, Go, HTML, Haskell, Java, JavaScript, Kotlin, LLVM, LaTeX, Lisp, Logcat, Lua, Makefile, Matlab, Mumps, Nemerle, OCaml, PHP, Pascal, PowerShell, Protocol Buffers, Python, R, R Documentation, Ruby, Rust, S, Smali, SML, SQL, Scala, Swift, TCL, VBScript, VHDL '93, Visual Basic, Wiki, XML, XQuery, YAML.
Supported Application Languages
English, Arabic, Belarusian, Bengali, Bulgarian, Czech, Dutch, Estonian, German, Greek, French, Hungarian, Italian, Lithuanian, Japanese, Korean, Bahasa Indonesia, Persian, Polish, Romanian, Russian, Spanish, Thai, Turkish, Slovak, Ukrainian, Vietnamese, European Portuguese, Brazilian Portuguese, Simplified Chinese and Traditional Chinese.
Snapshots
All snapshots have been re-sized and compressed to save your bandwidth.
10 inch tablet landscape(Nexus 10):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
8 inch tablet portrait(LG G Pad 8.3):
5 inch phone portrait(Nexus 5):
Promo Video
Feedback
Please leave your comment or request in this thread directly. I will visit and reply regularly.
Also you can send any suggestion to my support email: [email protected].
Thanks for your support! Enjoy it!
XDA:DevDB Information
QuickEdit Text Editor, App for the Apps & Games
Contributors
rhmsoft
Version Information
Status: Stable
Current Stable Version: 1.1.2
Stable Release Date: 2016-03-30
Created 2014-10-18
Last Updated 2016-03-31

Change History
Please refer to following page:
https://rhmsoft.com/qedit/changelog.html

I have converted this thread to DevDB project.
If you have bug report or feature request, you can also post them in associated tab of this project.
Thanks for using!

Very useful, thank you for this great notepad++

This is a nice editor for developers. If you're planning on adding new features then I'd personally love to see integration with Google Drive and FTP, so you can edit remote files. Looks great so far though. I really like the dark theme with syntax highlighting. Very reminiscent of how I have Visual Studio looking.

Awesome

Archer said:
This is a nice editor for developers. If you're planning on adding new features then I'd personally love to see integration with Google Drive and FTP, so you can edit remote files. Looks great so far though. I really like the dark theme with syntax highlighting. Very reminiscent of how I have Visual Studio looking.
Click to expand...
Click to collapse
Thanks for using! I will consider to integrate cloud and FTP in future.
If you are using Android 4.4+ and you have Google Drive application installed on your device, currently you can open navigation drawer, and click "Open Document" menu item, you can use Document Provider to open files from Google Drive.

rhmsoft said:
Thanks for using! I will consider to integrate cloud and FTP in future.
If you are using Android 4.4+ and you have Google Drive application installed on your device, currently you can open navigation drawer, and click "Open Document" menu item, you can use Document Provider to open files from Google Drive.
Click to expand...
Click to collapse
That's great! Thanks for pointing that out. I was using the file menu in the toolbar so didn't see that.

Looks nice so far, but is there a way to use a custom (monospace) font?

Trying it now, very useful so far

rhmsoft said:
If you are using Android 4.4+ and you have Google Drive application installed on your device, currently you can open navigation drawer, and click "Open Document" menu item, you can use Document Provider to open files from Google Drive.
Click to expand...
Click to collapse
Your app can use Google Drive on my tablet which is running 4.2.2 Jellybean. What would be nice is if you could allow access to Microsoft's OneDrive as well (don't know if that's something you need to program or not).
Many thanks
Adrian

I want to edit AndroidManifest.xml with this... And QuickEdit opened it like this:
I thought it would properly view the XML format like XML Editor... Or am I doing something wrong?
:good:

How about root features? Is it posible to edit something in /data/data?
What is the maximum file size for your notepad?

dron39 said:
How about root features? Is it posible to edit something in /data/data?
Click to expand...
Click to collapse
Not when I tried it. File system is read-only. Doesn't try and invoke Superuser/SuperSU
Many thanks
Adrian

souler456 said:
I want to edit AndroidManifest.xml with this... And QuickEdit opened it like this:
I thought it would properly view the XML format like XML Editor... Or am I doing something wrong?
:good:
Click to expand...
Click to collapse
Looks like you didn't decompile/decompress the APK correctly.
dron39 said:
How about root features? Is it posible to edit something in /data/data?
What is the maximum file size for your notepad?
Click to expand...
Click to collapse
No root support (although you should be able to open files through your file manager, just not write to them). I've opened large text files (relatively, ~5MB) without problems.

Dragoon Aethis said:
Looks nice so far, but is there a way to use a custom (monospace) font?
Click to expand...
Click to collapse
Currently custom font is not supported. I will consider this feature in new releases. Thanks for using.

souler456 said:
I want to edit AndroidManifest.xml with this... And QuickEdit opened it like this:
I thought it would properly view the XML format like XML Editor... Or am I doing something wrong?
:good:
Click to expand...
Click to collapse
If the XML file is correct, then maybe the encoding is wrong, could you try to switch to UTF-8 encoding and try again?

GermainZ said:
Looks like you didn't decompile/decompress the APK correctly.
Click to expand...
Click to collapse
Hmm... I'll re-decompress the APK... Maybe there's something I did wrong about it... Thanks man :good:
rhmsoft said:
If the XML file is correct, then maybe the encoding is wrong, could you try to switch to UTF-8 encoding and try again?
Click to expand...
Click to collapse
I switched it to UTF-8, and still symbols and stuff... I'll try @GermainZ 's suggestion first... Maybe user's problem...
:good:

dron39 said:
How about root features? Is it posible to edit something in /data/data?
What is the maximum file size for your notepad?
Click to expand...
Click to collapse
I noticed that the root feature is a necessary for this application, especially for users from xda forum I will add it soon.
There is no hard-coded limit for the file size from the application. When you open very large files, it may not success and toast out of memory error. It will depends on the memory limit of your device which assigned to applications.

What is the difference between pro and free version?

Related

[APP][2.3+] Obsqr 2.6 Beta

Have you ever been annoyed with extra options in a QR code reader when you just want it to scan QR and show the result? This was the reason why I started to develop my own light and clear QR reader - Obsqr.
Obsqr features in a nutshell:
can scan QR codes of the following types: URL, e-mail, geolocation, Android Market link, phone number, sms, contact information and plain text.
open-source ( find the sources here - https://bitbucket.org/trikita/obsqr )
is based on the zbar lib
ad-free
can be ran on x86 Android devices
English, Russian, Swedish, Dutch, Portuguese, Italian, German and Turkish localization. If you can speak other languages and would like to help with the translation - let me know!
Obsqr on Android Market: https://market.android.com/details?id=trikita.obsqr
Feel free to contact me if you have any suggestions on this app!
NEW It's been a while since we last updated this app. Now after a big refactoring a new update is coming. You will notice new almost-Material design and some other changes, and of course new bugs. So if you would like to become a beta-tester - please, join the Trikita community https://plus.google.com/communities/103557309699012391832 and follow this link: https://play.google.com/apps/testing/trikita.obsqr
After we ensure that v2.6 is stable enough - we will publish that one and will work on QRs with mixed content (e.g. text containing URLs or emails) making Obsqr better than ever!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hey,
Installed and approved.
Very good app, congrats!
Why it stretch the camera?
Thanks for information!
On my device it's hard to notice. Suppose, a camera and screen ratio are very different on your device.
I think I should crop the photo image to fit a screen ratio in the future versions.
I've fixed ratio problem. Now it doesn't stretch camera preview (since release version 2.3).
trikita said:
I've fixed ratio problem. Now it doesn't stretch camera preview (since release version 2.3).
Click to expand...
Click to collapse
Working great now, thanks for the fix
Thanks for this. It's nice to find an application that just does what it's meant to without lots of unneeded options.
Hey,
for me apps like QRDroid where bound to my search Button on my phone..
But your app does not show up on that App list wenn i hold the Search Button, could you add that feature
Nethertheless this is by far the best QR Code scanner i've been using I hate how all the others are bloated with features no one wants
It is a pleasant surprise to have an app that doesn't require a shopping list of permissions to perform a simple task.
I am a fan before I even finished the install.
Fantastic work, my friend! I get all happy inside when I come across simple minimalistic apps that can do what they're intended to do AND do it better than other bloated ones.
There has to be a way to implement this into the main main AOSP camera app. IMO functionality like that has been missing for quite some time. Maybe you can contact and work with whoever develops camera mods for the Cyanogen team? I dunno...
trikita said:
I've fixed ratio problem. Now it doesn't stretch camera preview (since release version 2.3).
Click to expand...
Click to collapse
Hey, I've a phone with qHD screen and version 2.3 doesn't work for me.
I'll be glad to translate it to Dutch, and I'll try to do French too if it's not too hard and I have the time. Feel free to PM me a link to the files I need to translate. They can be XML or whatever you use, I can figure it out ^^
I can translate it to Portuguese.
Feel free to pm me.
hi!
here i am.
i can translate in italian for you...
my suggestions:
1. pop-up after scanning is always in landscape mode: please consider portrait mode also.
2. please integrate the app as "searching app" when long press the search soft-button
Very well done! Thanks for the os release! I will replace zxing in my app with your approach! very nice inspiration
Hi!
Thanks to everyone for your reviews and suggestions. That helped me to publish a new release version Obsqr 2.4 today.
I added Swedish, Dutch and Portuguese localization there. Thanks to guys who helped me with this!
In addition, I bound launching Obsqr to Search button.
Fix:
- autofocus issue
- links started with https are decoded properly
Hope you like the new version.
trikita said:
Hi!
Thanks to everyone for your reviews and suggestions. That helped me to publish a new release version Obsqr 2.4 today.
I added Swedish, Dutch and Portuguese localization there. Thanks to guys who helped me with this!
In addition, I bound launching Obsqr to Search button.
Fix:
- autofocus issue
- links started with https are decoded properly
Hope you like the new version.
Click to expand...
Click to collapse
Hey,
Thanks for adding it to the search button, make things a lot more easier
trikita said:
Hi!
Thanks to everyone for your reviews and suggestions. That helped me to publish a new release version Obsqr 2.4 today.
I added Swedish, Dutch and Portuguese localization there. Thanks to guys who helped me with this!
In addition, I bound launching Obsqr to Search button.
Fix:
- autofocus issue
- links started with https are decoded properly
Hope you like the new version.
Click to expand...
Click to collapse
Hey now it works on my phone with qHD screen. One trivial bug though, when i click to open the link, i get haven't set a default browser, so i get complete action using dialog, if go back from here, i get blank screen.
Thanks for your work.
hi...
i can translate to german
and testing on desire S (different rom's)
Any plans to add WiFi key QR code support? Like Barcode scaner has, thats the only thing missing from the app & thats all thats keeping Barcode scanner installed on my phone. If you added this i don't think i would need any other barcode/QR scanner. So far the app is grate nice & fast clean & simple its just what i was looking for.
I could also translate into german and test it on Nexus S (4.0.4)

[APP][4.0+] Turbo Client | FTP FTPs SFTP [FREE]

Sleek, intuitive, and powerful Android FTP client & SFTP client for faster and easier server maintenance.
Built following the latest Android guidelines to make the experience the most intuitive on the Play Store also on Tablets!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Downloads
Reviews
• "Fast & Full Featured FTP Client for Android" XDA Developers
• "Makes FTP Easy and Stylish" AndroidRunDown.com
• IT
• "Un ottimo programma di gestione FTP" HdBlog.it
• "Un nuovo client FTP in chiave Holo" AndroidWorld.it
• "App of the Day" TuttoAndroid.net
• ES
• "Conexión rápida a tus servidores FTP" ElAndroideLibre.com
• "Tu Cliente FTP Sencillo Y Útil" AplicacionesAndroid.es
• DE
• "FTP FTPs SFTP für Android" Fratoro.de
• "FTP-Client für Android mit FTP, FTPS, FTPES und SFTP" BlogToGo.de
• "FTP-Client im Holo-Design" CocasBlog.de
Images
Best Features
★ Super cool theme with material Icons
★ Optimized for both Smartphones and Tablets
★ Incredibly fast
★ A fantastic and powerful text editor
★ Root features
★ Private key and passphrase support (for sftp connections)
★ Translated in many languages (a special thanks to all the translators!)
★ Passwords are encrypted
★ Movable on the SD card
★ All you can do on local files you can on remote ones
★ Samsung Multiview support
★ Ability to open every file as temporary one if you just want to view it
★ Regular and rich updates
★ Personal and kind support
And much more!
Do you want latest beta update or just to say your opinion?
Be a part of the community! http://goo.gl/YTmtM6
Can you help us to translate Turbo Client?
Go the Official Website http://crowdin.net/project/turbo-client
Do you like the app?
Please comment and share on Twitter, Google Plus or wherever you like.
Downloads
Enjoy ! :victory:
There are two variants of the app:
- "Normal" is free, does not have ads but if you want to edit online files you have to unlock for a little price
- "Unlocked" is free and is already unocked so you can edit online files for free. It has an non intrusive ad. No push notification or launcher ads.
Normal Version Link
Unlocked Version Link
Looks great
lsdream said:
Looks great
Click to expand...
Click to collapse
Thank you!
update 1.1.1
More left space in list
Problems with the home of tablets fixed
Now you can donate
SFTP progress bar
Option to wrap text or not
List/Gridview option
Bugfix
V1.1.3
Now you are able to navigate back further then want you set as your default directory!
XXHDPI icon for Nexus 10
Added a beatiful selector for lists on 2.2, 2.3
Removed the ugly background in the editor on 2.2, 2.3
Bugfix
Do you want some great new features ?
Just reply! (remember to donate a beer, i need it :laugh:
V1.2
-Option to split the action bar
-Option to set the directory where to download files
-Notification after upload/download
-Option to set if you want to overwrite local files
-Option to set main protocol
-Now list can have at most 2 lines
-Fix
If you want... I can help you with spanish
Thanks
Pushed a pull-request for the Dutch translation (did it from the site for ones so I could create a NL directory). Also proposed some changes to the Original translation. My English isn't the best ether but see if you want to include them.
installed then uninstalled.
1) Name of application and authors name in the main application interface ?? cmon
2) huge donate button. cmon. stick it in the menu button at least
Hi Developer,
If you want I can help with the Albanian translation of the app.
Just let me know. Have translated many apps now
Crussader said:
If you want... I can help you with spanish
Click to expand...
Click to collapse
Sure, thank you :good:
labsin said:
Pushed a pull-request for the Dutch translation (did it from the site for ones so I could create a NL directory). Also proposed some changes to the Original translation. My English isn't the best ether but see if you want to include them.
Click to expand...
Click to collapse
thanks ! can you translate the new version of strings ?
ErionT said:
Hi Developer,
If you want I can help with the Albanian translation of the app.
Just let me know. Have translated many apps now
Click to expand...
Click to collapse
yes, thank you
wavrunrx said:
installed then uninstalled.
1) Name of application and authors name in the main application interface ?? cmon
2) huge donate button. cmon. stick it in the menu button at least
Click to expand...
Click to collapse
Sorry
Looks clean. Was looking for an ftp app for android. The swype window works well. Only thing is the too colorful and detailed icons. But like the app. Nothing wrong with the name and donation button.
labsin said:
Looks clean. Was looking for an ftp app for android. The swype window works well. Only thing is the too colorful and detailed icons. But like the app. Nothing wrong with the name and donation button.
Click to expand...
Click to collapse
thanks!
let me know if you find other icons that you like :laugh:
Vlad Mihalachi said:
thanks ! can you translate the new version of strings ?
yes, thank you
Sorry
Click to expand...
Click to collapse
OK, if you agree with me making the Albanian translation, you can PM me right away and I will make it.
ErionT said:
OK, if you agree with me making the Albanian translation, you can PM me right away and I will make it.
Click to expand...
Click to collapse
Ok :laugh:
Feature Request
Can you setup folder sync? There's several ftp programs out but none of them do folder sync, I've had to purchase a separate program for that. It would be nice to setup my own.
Problem is dropbox is so easy to use, but I would like a dropbox clone similar to owncloud, but owncloud lacks so much.
dtrevino15 said:
Can you setup folder sync? There's several ftp programs out but none of them do folder sync, I've had to purchase a separate program for that. It would be nice to setup my own.
Problem is dropbox is so easy to use, but I would like a dropbox clone similar to owncloud, but owncloud lacks so much.
Click to expand...
Click to collapse
Sure! :laugh:

[APP][4.0.3+] Turbo Editor - A Text Editor

Introduction
Simple, Powerful and Open Source File Editor for Android. Built following the latest Android Guidelines to make the experience the most intuitive on the Store also on Tablets!
Downloads
If you can't use the play store there is a download section on the top of the thread.
http://forum.xda-developers.com/devdb/project/?id=5178#downloads
Images
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[
Features
∙ Completely Open Source
∙ Super cool theme with Material Icons
∙ Optimized for both Smartphones and Tablets
∙ Support for every type of files
∙ Root features
∙ Syntax Highlight for HTML, XHTML, CSS, LESS, JS, PHP and many languages
∙ Support for Undo & Redo
∙ Line Numbers
∙ The Encoding is Auto-Detected
∙ Option to wrap the content
∙ Create and Search Files inside the app
∙ View the result on the web
∙ Translated in many languages (a special thanks to all the translators!)
∙ Movable on the SD card
∙ Dark and Light themes
∙ Samsung Multiview support
∙ The internet permission is used to show an Intersititial. The ad will be shown at max once per day.
And much more!
Contribute
∙ Report an Issue on Github https://github.com/vmihalachi/turbo-editor/issues
∙ Translate the App on Crowdin http://j.mp/TurboCrowdin
∙ Be a part of the community on Google Plus http://j.mp/TurboEditorCommunity
∙ Have some questions? Let us know on this thread!
Donate
Downloads
If you can't use the play store there is a download section on the top of the thread.
http://forum.xda-developers.com/devdb/project/?id=5178#downloads
Credits
Code:
Dumitru Grubii for the icon
All the translators!
XDA:DevDB Information
Turbo Editor, App for all devices (see above for details)
Contributors
Vlad Mihalachi
Version Information
Status: Stable
Current Stable Version: 1.10
Created 2014-07-29
Last Updated 2014-09-27
Reserved
A new update
A new update is available on the Play Store and on the download section of this thread.
Changelog 30 / 07 / 2014
∙ Now you can both wrap the text and view the line numbers
∙ Optimized the line numbers algorithm
∙ Clicking the X in the navigation drawer also closes the file
∙ Menu titles corrected
∙ Now list updates if a new folder is added
∙ Resized the navigation drawer so it's not fullscreen on smaller devices
∙ Now you can open files up to 50 kb. Be careful, you may experience crashes if you ∙ open files that are too big.
∙ Minor fixes
If you have some questions let me know!
New Update
A new update is available on the Play Store and on the download section of this thread.
Changelog 30 / 07 / 2014
∙ Now you can choose between light and dark theme
∙ Fixed some issues with hard keyboards
∙ Changed the size of line numbers to make them more readable
∙ Increased file size limit
∙ Optimized syntax color algorithm
∙ Now you can create a new file without having to save it first
∙ Bug fixes
If you have some feedback let me know!
Thank you for making the APK available outside the Play Store. Very nice editor.
Edit : Only limitation I can see is the file size constraint, hope it gets more capable over time. ( Just tried to edit a 180 K mail archive file, it didn't crash, but can't edit it. )
Ultramanoid said:
Thank you for making the APK available outside the Play Store. Very nice editor.
Click to expand...
Click to collapse
Hi Ultramanoid, thanks for the feedback It's free and open source so why not? ahahah
Hey, first of all fantastic app, but would it be possible to update the f-droid version of this app as i like it a lot and it certainly is the most beautiful text editor, but for people who don't have google play installed f-droid is the best way to get updates for apps. Thanks
fabian.m said:
Hey, first of all fantastic app, but would it be possible to update the f-droid version of this app as i like it a lot and it certainly is the most beautiful text editor, but for people who don't have google play installed f-droid is the best way to get updates for apps. Thanks
Click to expand...
Click to collapse
Hi fabian, I see your point but publishing and updating on the f droid store is a lot of addictional work for me and I sincerily don't have this time. Sorry for the bad news.
Vlad Mihalachi said:
Hi fabian, I see your point but publishing and updating on the f droid store is a lot of addictional work for me and I sincerily don't have this time. Sorry for the bad news.
Click to expand...
Click to collapse
That's totally fine, sideloading isn't a huge problem, thanks mate
Just tried your app. It looks good. Simple clean ui. Nice job.
But I'm having a problem using the aosp keyboard. The space above the keys where the autosuggestions usually appear isn't visible and the swipe function doesn't work at all.
jr67 said:
Just tried your app. It looks good. Simple clean ui. Nice job.
But I'm having a problem using the aosp keyboard. The space above the keys where the autosuggestions usually appear isn't visible and the swipe function doesn't work at all.
Click to expand...
Click to collapse
Hi, the suggestions are removed while editing a file, is it a problem for you?
auto correction of words can be a problem for a non english speaker
A new update is available on the Play Store and on the download section of this thread.
Changelog 04 Aug 2014
∙ Save, Undo and Redo actions are visible only when needed
∙ Save with CTRL + S
∙ More left space on the line numbers and changed their color
∙ PHP variables now are highlight correctly
∙ JS syntax highlight fixes
∙ Fixed a bug with numbers inserted by certain keyboards
∙ Updated translations
If you have some feedback let me know!
VERY cool editor and very fast! thank you very much! although useless for devs without root option! (can't write to system)
i wanna move from 912 text editor away.
do you have plans for implementing root features?
MarvinFS said:
VERY cool editor and very fast! thank you very much! although useless for devs without root option! (can't write to system)
i wanna move from 912 text editor away.
do you have plans for implementing root features?
Click to expand...
Click to collapse
Hi Marvin, thank you!!
Yeah, I'm planning to add root features
A new version will be available in hours for all the beta testers. It contains various fixes related to keyboards, an option to activate suggestions and swipe functionality. Now you can also share the file you are editing
Here is the Google Plus Community for Beta testers https://plus.google.com/communities/111974095419108178946
A new version is available on the play store. Now you can search text inside the file!
Great and simple UI for a text editor app, the way it should be!
dudilevi said:
Great and simple UI for a text editor app, the way it should be!
Click to expand...
Click to collapse
Thank you dude
Hello,
How about big files?
Great!
What about opening remote files via ftp/sftp/etc.?

[App] [4.1+]FE Private Cloud invites you for Beta-Test! Updated on Sep. 5, 2016

Hello everybody,
We are excited to let you know that Private Cloud feature is offically launched in Google Play, you can download it from: https://play.google.com/store/apps/details?id=xcxin.filexpert
Let us know your feedback about File Expert anytime: [email protected].
________________________________________
Host your own private cloud storage for your Android in just 3 minutes!
Introduce the brand-new private cloud service powered by one of the most popular Android file manager app File Expert.
Download the APK from attachment: file name(fe_privatecloud_test2)
Or you can join the test from Google Play Beta: https://play.google.com/apps/testing/xcxin.filexpert
Download PC client from: http://myfiles.gmgm.io
File Expert is one of the world's most popular Android file manager Apps, it serves more than 100 million users worldwide and now it brings Private Cloud Service for your mobile phones.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What’s Private Cloud for?
You can remotely browse, download, upload, delete, rename, copy and move… PC files on your phone wherever you are connected to the internet via both Wi-Fi mobile data.
How to configure?
1. Download and install desktop software on your computer.
2. Select a path to store your files on PC.
3. Install File Expert on your Android and start exploring!
Supported PC systems
Windows and Mac; Linux is coming soon. (Note: Your PC must be turned on when you access files)
Don’t hesitate to leave your bug report or feature suggestion below or give your feedback from the File Expert.
During Beta-Test period, you can enjoy up to 10G free mobile data. What are you waiting for?(Expired on Sep.5, 2016)
----------------------------------------------------------------------------File Expert Description--------------------------------------------------------------------------------------------
File Expert helps you access files on internal storage, SD card, external SD card, Cloud storage and OTG and do everything you can to your files. Don’t hesitate to try!
Highlighted Features
- Root Explorer: Access all file system and data directories and change permissions
- Directly streaming media from one of your favorite Clouds
- Built-in TXT editor (support .log, .conf, .config, .INI, .INF, .sh formats)
- Access internal memory, micro SD card and cloud storage (Google Drive, OneDrive, Dropbox, Box, Yandex, SugarSync ...)
- LAN access: FTP (server and client), SFTP, FTPS, SMB, WebDAV…
- GCloud: 10T online storage at maximum
- Compress and decompress: support zip, rar, 7z, tar, apk, jar...
- Convert Word, Excel and PowerPoint to PDF with one tap
- Wireless print (image, PDF, TXT and HTML)
- Display count of files and size of each folder
- Multi-thread and resumable downloader
- Offline download to GCloud
- Show app icon on associated folder
- Multiple customized tabs
- Recycle Bin
- File Shred
- Safebox
- Tag
- App Lock
- Built-in TXT editor and video player
- Support Chromecast
- Light and dark themes
- App manager
- Auto backup APK while app install or uninstall
- Batch rename
- Build-in video player(supports floating window)
…
You can find more features in Google Play store:
https://play.google.com/store/apps/details?id=xcxin.filexpert
Latest News
Facebook: https://www.facebook.com/FileExpert/
Twitter: https://twitter.com/filexpert
Google +: https://plus.google.com/u/1/113751831274387523422
Official Blog: http://blog.gmgm.io/
V8.1.0 Change Log
1. Add New Files on slide menu
2. Support batch rename
3. Add Move to and Copy to operations
4. Add WebDAV client support
5. Support Ukrainian
6. Fix ringtone setting failure on some Android 6.0 devices
7. Fix incomplete display of some menus and dialogs in landscape mode
8. Optimize Show Hidden Files feature
9. Optimize slide animation of bottom sheet
V8.1.1 Change Log
1. Support SugarSync Cloud Service
2. Build-in video player supports floating window; browse files when watching video in draggable small window
3. Add customized tab setting: long press a tab to close this/left/right/other tab(s)
4 .Add preview and decompression of .apk and .jar files
5. Fix repeated pop-up of external SD card grant permission on specific devices
6. Fix file copy failure from PC to external SD card in FTP server
7. Fix minor bugs
V8.1.2 Change Log
1. Add Root Explorer to access all system files and change permissions
2. Support directly streaming media from one of your favorite Clouds
3. Built-in TXT editor supports .log, .conf, .config, .INI, .INF, .sh formats
4. Add dynamic performance analysis of file operation; animation makes operation progress more visualized
5. Optimize configuration interface of WebDAV, FTP and SMB features
6. Display purchase status in slide menu
7. Support Malay and Vietnamese
8. Fix minor bugs
Now we support 22 languages: Arabic, Bengali, Brazilian Portuguese, Dutch, English, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Portuguese, Russian, Simplified Chinese, Spanish, Traditional Chinese, Thai, Turkish, Romanian, Polish, and Ukrainian. If you’d like to help me with localization, please contact [email protected]geek.com.
We’d like to hear from you: any feature suggestion, bug report and general feedback are highly appreciated. Please leave your detailed feedback below or send your message from the App (Settings – Feedback). Thank you so much!
Would you add file filter feature in search?
Jenny Liu said:
Would you add file filter feature in search?
Click to expand...
Click to collapse
Dear Jenny,
Your advice is very helpful. We'll take it into consideration. Thank you so much!
Have a good day!
UI is cooler than ever! But I do want storage analysis back!
James Lancaster said:
UI is cooler than ever! But I do want storage analysis back!
Click to expand...
Click to collapse
Thanks James, we will take your suggestion into consideration.
Let us know if you have any suggestion or bug report.
Did you remove root explorer?
James Lancaster said:
Did you remove root explorer?
Click to expand...
Click to collapse
The feature is removed contemporarily and will be added in the next few updates. Please stay tuned!
Thanks for supporting!
When will you support OBEX?
Thanks for your advice! It's on our to-do list.
Let us know if you have more questions.
I just want some of the paid features and don't want to subscribe every month....
good
:fingers-crossed:
mrshyde said:
:fingers-crossed:
Click to expand...
Click to collapse
Thanks for your comment! Let us know if you have any bug report or feature suggestion.
Can I use this app instead of Root Explorer ?
dragonball375 said:
Can I use this app instead of Root Explorer ?
Click to expand...
Click to collapse
I bet you do! Try it!
xcxin said:
I bet you do! Try it!
Click to expand...
Click to collapse
awesome. i love this ui :good:
dragonball375 said:
awesome. i love this ui :good:
Click to expand...
Click to collapse
Thanks for your support! Let me know if you have any bug report or feature suggestion.
J.McCloy said:
I just want some of the paid features and don't want to subscribe every month....
Click to expand...
Click to collapse
The subscription offers super large Cloud storage and a mysterious feature will be added soon for subscripted users, please stay tuned!
indu taurus said:
File Expert or ES file explorer, which is better to find the file quickly??
Click to expand...
Click to collapse
With File Expert, you can search files in search box on homepage or look for your files by categories in slide menu. Don‘t hesitate to try it!
Great App! Better than es now!!!
devilwking said:
Great App! Better than es now!!!
Click to expand...
Click to collapse
Thanks for your support! We'll keep improving our App! Don‘t hesitate to let us know.

[APP] [4.1+] [Material Design] MUZZIK-FIND AND LISTEN ANY SONG! ANYTIME, ANYWHERE!

muzzik.app
Probably the best looking & functional music player for Android.
Get millions of songs instantly, top charts, trending songs by all country...
Available for more than 30 countries including;
Arabian, Bulgarian, Chinesee (China), Chinesee (Taiwan), Croatian, Czech, Dutch, English
Finnish, French, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean
Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, Ukrainian, Vietnamese...
Material Design
The user interface matches every single detail of the material design guidelines to ensure Muzzik is an eye candy for you.
Easy to Use
No complicated or overblown menus but a familiar and clean interface.
Android Auto Support
Listen to your songs with Android Auto in your car.
Last.fm Integration
Muzzik automatically downloads additional information about your artists such as their images or biographies. When you install the official Last.fm app, scrobbling will work right out of the box too.
Dynamic Colors
The UI colors change dynamically to match the main contents base color.
Customizability
There is an inbuilt theme engine with many different colors to choose from.
Tag Editor
The tag editor allows you to easily edit the tags of your music files such as title, artist, album name (...) for single songs or whole albums. You can even either let Muzzik automatically download missing album covers for you (powered by Last.fm) or choose one from your internal storage.
And OF COURSE
- Muzzik has all standard features such as:
- Create and edit playlists
- Homescreen widget
- Lockscreen playback controls
- "Go-To Actions" such as jump from a song or an album right to its artist
---
Muzzik - How to use search widget on home screen?
---
How to download songs?
---
SCREENSHOTS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Come on guys, any comments please
We have now Android Auto support as well guys.
Muzzik application how-to videos on our YouTube channel.
Muzzik - How to use search widget on home screen?
How to download songs?
Muzzik - How to download songs from directly Shazam app?
Please do not forget to update your Muzzik to the latest version!
https://play.google.com/store/apps/details?id=com.buhane.muzzik
I am in love with the app... But bugs found - - App cannot save file to sd card...
Suggestion - - Tag editor can fetch details from the internet
24likan said:
I am in love with the app... But bugs found - - App cannot save file to sd card...
Suggestion - - Tag editor can fetch details from the internet
Click to expand...
Click to collapse
Thanks 24likan
Yes, on some devices we have this weird SD card problem. Can you please unmount and remount the card and try again?
Hi dev,
Very nice to see a app with zero ads and free... I'm glad that I fond this...
I would like to request for few features:
1. Integration of Podcast
2. Stream from own google drive(not download)
3. Online FM, if possible
4. Ability to choose audio codec
Right now, I'm using paid version of GOM player that support most of the listed feature. But, would like to shift to this as soon as more features are embedded to this.
I'm very happy to test any feature that is introduced to this. Please ping me, when u need to test anything.
Happy developing...
srihari210 said:
Hi dev,
Very nice to see a app with zero ads and free... I'm glad that I fond this...
I would like to request for few features:
1. Integration of Podcast
2. Stream from own google drive(not download)
3. Online FM, if possible
4. Ability to choose audio codec
Right now, I'm using paid version of GOM player that support most of the listed feature. But, would like to shift to this as soon as more features are embedded to this.
I'm very happy to test any feature that is introduced to this. Please ping me, when u need to test anything.
Happy developing...
Click to expand...
Click to collapse
Thank you very much srihari210 for your comments and suggestions. It is very important for me to get feedback from users and developers, thanks again, it means a lot to me :good:
Regarding your suggestions, i will definetly consider them and let you know about the progress.
And i am so pleased and happy that you want to test new features I do need help about testing issues and will definetly let you know in this page for the next version of Muzzik. Can you please DM your gmail account to me?
thank you very very much dude

Categories

Resources