Skip to content

Commit

Permalink
Update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Sep 18, 2017
1 parent 9ee2af0 commit 1c5d58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/billthefarmer/editor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ private void setSizeAndTypeface(int size, int type)

default:
size = MEDIUM;
invalidateOptionsMenu();
break;
}

Expand Down

3 comments on commit 1c5d58d

@esdrish
Copy link

@esdrish esdrish commented on 1c5d58d Oct 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Bill, thanks to give Editor to the world! Very simple and useful!

My wish is that you put it on the share menu for I can send text easily to Editor!

@billthefarmer
Copy link
Owner Author

@billthefarmer billthefarmer commented on 1c5d58d Oct 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible, I just tried it. It may not work as you expect because when you send text or anything else android starts a new instance of the app, so you get the text on a new blank page. In my diary app I could get the user to choose an entry to add it to, but that won't work for a text editor. You should make requests as an issue #11, so the issue system can handle it and others can see. In fact if the editor is already open it would be easier to copy and paste.

@esdrish
Copy link

@esdrish esdrish commented on 1c5d58d Oct 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I understand...
OK! Bill! Thank You for reply!
I too use Diary...
Thank You so much!
Regards

Please sign in to comment.