Git Product home page Git Product logo

text-edit-for-android's People

Contributors

paulmach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

text-edit-for-android's Issues

Cannot re-open file that is already open

Description:
Text Edit will not reopen(refresh) a file that is already open. This is an issue if you use programs/services that update files automatically (Aka Dropbox / Ubuntu One)

Test Case:
Open test.txt file
Alter and save text.txt with different application.
Switch back to Text Edit.
Open the test.txt again. (To reload changes)
Text File show the file that is already open without the changes from the other program.

[Work around]
Had to 'Clear Data' (loosing settings) and 'Force Stop' Text Edit to reread the file again.

[Environment]
Text Edit 1.4.1
Motorola Droid A855
Android 2.2.2 build FRG83G

File Browser Box is Black (shows nothing); issue in 1.5 and earlier on Honeycomb

When I try to open the file browser, the box appears black on my Motorola Xoom tablet (currently running Android Honeycomb 3.2, stock, never rooted or modified in any way). This does not happen on my Samsung Vibrant (currently running Android Froyo 2.2 KA6 revision, stock, never rooted or modified in any way). Since I can't attach a screenshot to this ticket, I have taken a screenshot and uploaded it to the following URL:

http://picasaweb.google.com/103856889539413438310/GeneralShared?authkey=Gv1sRgCLCIgubGls2_ywE#5648646592362100818

As you can see, the file browser box is black and shows nothing. If I click on anything, it does nothing. If you'd like a log capture, I will send one to you directly upon request.

A NullPointerException bug

Hi, thanks for developing this useful app. We recently tested this app by an automated Android GUI testing tool developed by our research team. We found the app could run into a "NullPointerException" error after executing the following actions:

start the app -> press "menu" key -> choose the "open" menu item -> delete the original file name "/sdcard/" in the EditText on the appearing dialog titled with "Open File" -> fill in "test" in the EditText -> click "open" -> click "continue" button on the appearing dialog titled with "test not found" -> the app crashed

Here is the log:

W/dalvikvm( 1076): threadid=1: thread exiting with uncaught exception (group=0x40a13300)
E/AndroidRuntime( 1076): FATAL EXCEPTION: main
E/AndroidRuntime( 1076): java.lang.NullPointerException
E/AndroidRuntime( 1076): at org.paulmach.textedit.pmTextEdit.onPrepareDialog(pmTextEdit.java:951)
E/AndroidRuntime( 1076): at android.app.Activity.onPrepareDialog(Activity.java:2988)
E/AndroidRuntime( 1076): at android.app.Activity.showDialog(Activity.java:3051)
E/AndroidRuntime( 1076): at android.app.Activity.showDialog(Activity.java:3002)
E/AndroidRuntime( 1076): at org.paulmach.textedit.pmTextEdit$15.onClick(pmTextEdit.java:1329)
E/AndroidRuntime( 1076): at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:166)
E/AndroidRuntime( 1076): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1076): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1076): at android.app.ActivityThread.main(ActivityThread.java:4745)
E/AndroidRuntime( 1076): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1076): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1076): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
E/AndroidRuntime( 1076): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 1076): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 150): Force finishing activity org.paulmach.textedit/.pmTextEdit

We carefully inspected the source code, and found the root cause lies in the following code (in "pmTextEdit.java" file)
screen shot 2016-04-13 at 7 56 45 pm

Could you please take a look and confirm this bug? Thanks!
Ting Su

doesn't refresh the last file found on sdcard

when you open and save a file from sd card from text edit, it will be loaded next time you open it, as expected. But if meanwhile you edit this file from another application (from your android phone, or from a computer connected on the phone's sd card), the data won't be refreshed from text edit's memory, displaying only the last version saved from text edit, and not the real file on the sdcard.

Cannot edit on DroidX w\ Gingerbread when Auto Link is on

I have a .TXT file with a couple URLs and some numbers. When Auto Link is on and I open it with Text Edit, the cursor is not available in the file. I also do not have the little nub thingy that allows you to easily move the cursor around. Tapping into sentences does not reveal the cursor. Hitting backspace will show the cursor at the very start of the file, but I cannot move it. The only way to be able to edit this file (and get the nub thingy back) is to turn off Auto Link, edit the file and then turn Auto Link back on.

Droid X
Android 2.3.3

Source for 1.4.1

Hi - there doesn't appear to be any source for 1.4.1 here. Is it available elsewhere?

save last postion for files in recent list

hi

this is a very nice app and I understand you don't want to add features for the sake of it, but it'd be really nice if it remembered your last position in the file for each of your recent files

thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.