Related
Hi everybody !
After a year of lurking, i've published my first app !
It's called Tick! and it's a simple timer but i've worked hard on making it easy to launch.
Since there is no wheel selector on the sdk, I've developed one to set the number of minutes wanted. With three clicks, you can launch a timer to remaind you that your pastas or your eggs are ready !
Your comments are welcome !
Since I'm new on the forum, I'm currently not allowed to post external links, so if you want to try it, search for Tick! on the market or SlideMe. I will put images, links and QR-Code as soon as i will be allowed !
RabugenTom
Nice app. Any plans on releasing the source
Any chance for an APK for those of us without data?
Nice
Good Work Buddy works perfectly on Xperia X10i
Thanks for the replies ! I've added the apk posted on the market.
I'm working on an improved version !
Agreed, Great work RabugenTom. Love the custom wheel selection.
Have to admit, though, I'm dying to have multiple timers. I'm not sure off the top of my head how they would fit in with your snazzy countdown timeline, but I'm sure it could be done.
+1 for release of the source
Love the app... Mightve been nice if it worked with 30sec increments as well but that might just be me, and there are other more robust timer apps for when you need that i guess.
One thing I noticed though... If the app is open and showing on the screen (IE - not in the background while working on something else or on one of the home screens), Tapping the app notification (in the notifications pane) will "reopen" the apps interface, and this can be done multiple times.
Basically you end up with multiple instances of the same timer... So if youre looking to go back to whatever was open before - home screen or other - by pressing the back button, youll just close the last instance you "opened" via the notification, taking you back to the previous instance of that same timer, and so on until you reach the first one that was opened when you started the app.
It doesnt seem to affect the functionality of the app in any way that ive seen, but it is rather odd.
Sort of like tapping the notification calls on the wrong "show" function, opening a new window rather than un-hiding the original.
Thanks for the feedbacks !
I'm working on an improved version with pause mode, multiple timers and 30s increments. I will maybe release the source later, after a lot of cleaning !
For the notifications, it's the behavior of android which works by intents. Theses are sort of messages send to applications. Intents depends on something they call Context. This is very powerful since you can launch (or do whatever you want to) an application in different ways, and the behavior of the application can depend on the intent. For example, when you launch an application from the launcher on the home screen, you actually send an intent to the application.
In the Tick! case, when you click on the notification, you send an intent to bring back to foreground (if hidden) or relaunch (if closed) the application GUI (which is different from the counting "engine" which is a background process called Service). The intent sent from the notification is different from the one you used to launch it, thats why it relaunch the GUI because the system thinks it is a different context (which is the case).
You can try it : launch from the launcher, launch a timer, go back to the home screen. Now, the GUI is no more in foreground. If you open the notification bar an click on the notification it will relaunch the GUI as expected, and if you continue to click on it again, it will do nothing (as expected). That's because the second time you launched the app, you did it by sending an intent from the notificiation bar, which is different from the one from the launcher.
Now, i don't find this behavior very annoying, and I don't want to write 100 lines of code to handle differents cases! A trivial solution may exist, but I'm too novice with Android to look at it. If someone knows this easy solution, it will be a pleasure to implement it !
Very nice timer. However I have found two problems:
1. When selecting the notification tone, "Default" plays my ringtone when previewing, but when used for real it plays the default notification sound instead.
2. I used Tick for a five minute countdown several hours ago, and afterwards I exited the program and cleared the notification, but it still prevented my phone from sleeping all these hours, draining the battery severely. I had to use a process killer to get my phone to sleep.
Do you really need to keep the phone from sleeping, even during the countdown? A timer is just an alarm with a countdown, and alarms work even when the phone is sleeping. You just have to update the progress every time the phone wakes up. Right?
Hi,
1-I will look on the notification problem. It is quite strange since it always worked for me. Note that the parameter are set for the notification at the launch of the counter. Every change you make will affect only new countdowns. When you exit the app, it always save the last parameters, even made during a countdown, and restore them at a relaunch. So it is strange, and since i've improved again the counting engine, I hope this will be solved in the coming release.
2-You're right, I've found conditions when the wake-lock is not released at the end of the countdown. It's set now. However, the wake-lock requested is partial and does only concern the CPU, not the screen. I've tested again your version on my unplugged G2 and it behave just well.
The CPU is required to fire an alarm even in sleep mode. Thats because i don't use the alarm service of the device which only check every new minute if there is something to do.
And when it's in sleep mode, only a tiny service is counting. The GUI is stopped and it's memory given back.
May I ask what model of phone you use?
RabugenTom said:
May I ask what model of phone you use?
Click to expand...
Click to collapse
I'm using an HTC Desire.
I've just added here (and on the market) the version 1.3 which resolves a lot of issues (for exemple, the service exits as soon as it's no more used, thanks to bugmenever) and adds a pause mode (long click on the button)
RabugenTom said:
Now, i don't find this behavior very annoying, and I don't want to write 100 lines of code to handle differents cases! A trivial solution may exist, but I'm too novice with Android to look at it. If someone knows this easy solution, it will be a pleasure to implement it !
Click to expand...
Click to collapse
im fairly certain there is something simple out there to handle this, but as opposed to you being novice with android, i have 0 experience programming for it. and youre right, its not THAT annoying, and certainly not worth most your work time at this point.
Happy to hear about all those plans though! look forward to seeing them in action
keep up the good work!
A Calendar Event Inserter similar to Google calendar's Quick Add feature.
By roee88 & danny88.
The end of filling out complicated forms!
Add events to your calendar as quickly as possible by taking advantage of advanced native language processing.
This powerful tool allows you to insert complicated event that include advanced parameters such as recurring factors, location, duration and much more.
Just start typing or speaking, let us do the rest...
Usage Examples:
Family dinner @Mom's every Sunday at 7pm
Meeting with Joe tomorrow at 9
Buy milk @5pm. reminder 30 minutes
Test from Monday to Friday
Another test from mon until fri
Play basketball w/ Mark 10/10 weekly
In case you want learn more about how to use this app and Google's quickadd feature, just log on to http://www.google.com/support/calendar/bin/answer.py?answer=36604
Notes
Designed for English and Hebrew languages only. In case you use any other language you may use the @ symbol as a replacement for "at" for both location and time, and use numeric dates like 10/11.
To change date format go to your phone's Settings -> Date & time settings -> Select date format.
This application is part of Android Pro Widgets and is available for free as a stand alone application (Android Pro Widgets is also free).
Download
* You can also search "apw" on the market to find this application.
nice job
Works great!!! easy to use! I recommend downloading it.
Looks great! will it be available as a widget too?
how about multilanguage support?
Thanks in advance, keep up the good work.
looks great, now all i need is landscape version of this thing. so awierd to type whit landscape qwerty slider...
Nice, thank you!
By the way: What calendar widget are you using on the first screenshot? I don't recognize it. It isn't from LauncherPro, isn't it? Thanks!
Thank you this works really well , brilliant . A+
Awesome app
Do u have plans to translate to other languages, if wanna, can help in translation to catalan/spanish.
The app is awesome!
roee88 said:
Download
* You can also search "apw" on the market to find this application.
Click to expand...
Click to collapse
This is a great tool!
Whippler
We'll see what can be done for that, thanks.
HellbillyDeluxe
This is part of our other application, Android Pro Widgets, you can find it on market by searching for apw.
hamsterkiller & ExcaliberX
Supporting more languages is an extremely challenging task as simple translation just won't work. We will try to implement it on a future release.
Once we start working on that, any help would be much appreciated.
the next release will focus on adding other features suggested by users.
- [DONE] Add voice recognition
- [DONE] Remember last calendar used.
- Better support for landscape mode.
HellbillyDeluxe said:
Nice, thank you!
By the way: What calendar widget are you using on the first screenshot? I don't recognize it. It isn't from LauncherPro, isn't it? Thanks!
Click to expand...
Click to collapse
Im pretty sure thats what it is. If not the one in LP looks exactly like it
bls2633 said:
Im pretty sure thats what it is. If not the one in LP looks exactly like it
Click to expand...
Click to collapse
no, it the brand new Android Pro Widget by Dr. Appche
Awesome app! One thing i did notice is that if you are typing and accidently turn the phone to landscape, it makes the app just disappear..
rcrott1
We already fixed that for the next release, thanks.
roee88 said:
rcrott1
We already fixed that for the next release, thanks.
Click to expand...
Click to collapse
Can you also look into the default reminder time when entering an event with this app. I think it's always 15 minutes even though I set it to 10 minutes in Android calendar app.
rcrott1 said:
Awesome app! One thing i did notice is that if you are typing and accidently turn the phone to landscape, it makes the app just disappear..
Click to expand...
Click to collapse
Thank you! we are thrilled that you enjoy our app.
If it no bother, please rate us\place a comment in Android Market
About the Landscape mode, the problem is fixed in our next version (that will be released in a couple of days\hours )
luffyp said:
Can you also look into the default reminder time when entering an event with this app. I think it's always 15 minutes even though I set it to 10 minutes in Android calendar app.
Click to expand...
Click to collapse
Unfortunately reminders are somewhat tricky and we have no access to the default reminder setting of the calendar application.
We will try to think of an elegant solution for future releases, but for now the default reminder is indeed 15 minutes.
For now you may click the Edit button instead of OK and immediately press back (we know, not the best solution..).
Android Pro Quick Event 1.0.2 released!
Here are recent changes:
- Fix: closed when changing orientation.
- Fix: Remembers the last used calendar.
- Feature: Speech recognition added.
my days are off by one
when i try to set up an event the day is off by one i say Friday and it puts Thursdays date in it? anyone else have this issue
griffen97023
Please let me know what is your timezone so I can try to reproduce it.
Edit: well I can see its Pacific.
As far as I can tell the bug is only in the display and only for full day events. Events are placed at the right day after you click OK or Edit.
I'm working on a fix right now and it will be included in the next release.
Thanks.
Thanks! + small bug (?) report
Hey, thanks for the awesome app, I hit that "thanks" button really hard
I think I'll get used to the way of typing in appointments like that quite quickly.
However, I already found something I believe to be a minor bug. Imagine the following scenario: Let's say I want to schedule a meeting at an office of someone called "George Atkinson": "Meeting @ Atkinson's office". No problem so far.
In Germany it is not uncommon for people to have multiple last names connected by a hyphen. Let's say his name is now "George Johnson-Atkinson". Now it would be: "Meeting @ Johnson-Atkinson's office". What happens is that apparently the hyphen changes something in the syntax so that after having typed "Johnson-A", as soon as I type the "t", the Location part will omit what I wrote before and say "tkinson's office" when I'm done typing everything. It probably has something to do with its recognizing the "At" in "Atkinson" as a command (yet, funnily enough, the "t" stays as the first letter in the Location field, which I wouldn't have expected if it was mistaken as part of a command!).
It can get even more confusing. Let's say I don't want it to say "Meeting @ Johnson-Atkinson's office", but rather "Meeting @ George Johnson-Atkinson's office" (i.e. adding the first name; to be more general: another word followed by a space). After having typed "Meeting @ George Johnson-", the hyphen "jumps" to the Title field again, leaving only "George Johnson" in the Location field. Completing the command will result in the Title field saying "Meeting -Atkinson's office" and the Location field saying "George Johnson". EDIT: I just tried it with "Meeting @ Atkinson-Johnson's office" and it gave me "Meeting -Johnson's office" --> Title and "George Atkinson" --> Location. So this "bug" doesn't seem to be associated with the "At". So I guess I accidently found two bugs which I thought to be a single one
I don't know if this is working as intended and only poses a problem with the German "double names". Nonetheless, I did actually and in reality run across this problem I hope my description wasn't too confusing.
Thanks in advance for looking into it!
Updated to 1.0.3
We just released version 1.0.3
Change log:
Many improvements in the parsing abilities.
Added an option for full screen mode.
Fixed timezone issues.
Fixed calendars detection for Motorola 2.2+ devices.
Added Settings to allow changing default reminder, duration and calendar provider.
tsrzealot
Try this version and let me know what you think.
Microsoft has a powerful browser in MANGO. Its ability to load multiple pages in the background is very effective to those who visit many different sites. This definitely reduces overall waiting time. Microsoft, however, has chosen to remove the easy accessed “tabs” and “favorites” icon and bury it under the menu, thus making tabbed browsing two taps more difficult, and to some, more annoying. Many mango users have been irritated with this change, myself included.
The reason for this removal is that Microsoft has collected sufficient data to conclude that most users don’t use the “tab” and ‘favorites” feature often.
Do you think Microsoft made the right choice to bury the “tab” and “favorites” icons into Mango’s menu to provide a more “full-page-experience?” Would you have sacrificed easy tab browsing? What would you done differently? How can Microsoft push innovation for mobile browsing to the Next Level? Your thoughts are welcomed.
Obviously not, but Microsoft is not known for making good choices these days.
I dont mind the change. The only thing i would like to see is the address bar disappear after a minute or so to provide a larger viewing screen.
DJRedLine said:
I dont mind the change. The only thing i would like to see is the address bar disappear after a minute or so to provide a larger viewing screen.
Click to expand...
Click to collapse
I agree. They obviously deprioritized tabbed browsing but it's not that big of a deal. Fullscreen after a timeout would be a welcome addition.
The "Favorites" buttons were a waste of space.
I wonder what type of data they collected.
They should at least add a setting that gives users a choice on whether to bury it or leave it show.
Hopefully, they'll set things right in the future minor updates.
I personally don't miss these icons as I never used them. But I agree with the point, that the adress bar could disappear after a while, the question might be: How can we get the adress bar back, when we need it again
I dont particularly like it off the bat but I'll get used to it I'm sure.
i would like a "half button" like the paste button on the keyboard. when swiping the address bar this could reveal the button (again, exactly like the paste button) allowing access to the old tab interface.
I really miss quick tab access and the folders button in Outlook. Seems to me gesture based access to tabs would have been a better solution for tab access than deprecating tabs into the menu. They have their data from testing, but it doesn't make it any more palatable.
It's really all about how you use it, isn't it? In general, I like the fact that the majority of the chrome was moved to the bottom of the screen, but otherwise I'm finding that (personally) I have more clicks to get to what I need.
For instance, I don't tend to enter NEW urls very often (almost never), nor do I refresh the page I'm on very often. Now those controls are front and center, and I hardly ever use them. I would also like to see the URL box disappear after a short time. No need to see it so prominently. Also, when you flip up the bottom of the screen for more options, why does the top of the screen (time, cell reception, etc.) come down as well? Seems unnecessary.
Otherwise, I tend to open my browser, look through about 8 sites that I have in my "favorites", and then close it up. Now I have to perform an extra "flip up" action for each favorited site I visit. Annoying, but not the end of the world.
Certainly interesting changes to make.
I hate Microsoft's removal of the "tab" and "favorites" icon in the browser!
IMO the new solution is much better at least where tabbed browsing is concerned ..... try fast app switching while two or more apps are open .....you'll see what i mean.
in regards to favorites the solution is not as good as before but since i rarely use that feature.... and after all i could pin a website i frequently use to my home scree....
AdryJay said:
I hate Microsoft's removal of the "tab" and "favorites" icon in the browser!
Click to expand...
Click to collapse
I agree. I normally navigate from site to site using the bookmarks I keep saved. In WP7, without quick and simple access to the bookmarks, it makes things less desirable.
funnystar said:
I personally don't miss these icons as I never used them. But I agree with the point, that the adress bar could disappear after a while, the question might be: How can we get the adress bar back, when we need it again
Click to expand...
Click to collapse
Maybe swiping from the top of the screen like in W8.
Sent from my Samsung Focus using XDA Windows Phone 7 App
Can't answer the pollthe way it is worded. I do agree that it is more difficult but I would not say I hardly use tabs anyway. I used them all the time. I also use favorites a lot and only rarely type in address bar.
It isn't a huge problem but it's a step back.
I did use tabbed browsing but only because whenever I opend a link, I would have a new tab open and thus I had to close tabs. I was not browsing different pages at the same time very often, but from time to time.
I like it the way it is now, because otherwise the "Tabs" button would have taken up space I need.
Now it is two taps away instead of one tap and I don't think that is so much of a deal. If you look at the usage stats they shared its obvious this was the right decision.
Hi all,
Thanks in advance for answering some questions I have.
I've watched a ton of vids, done a pretty good amount of research so far, but still have a few unanswered questions about WP7.5. I will be looking at getting a Lumia 800 as that's what my carrier is offering in Canada. I'm sick of Android being flaky due to the fragmented ecosystem and am looking forward to the 'closed' nature of WP7.5 - I just want it to work. Period.
So, on to the Qs:
Can you enable a number row over the QWERTY keys on the keyboard? Alternatively, can you long-press those keys to pop up the numbers, even if they don't show?
Can you go into the settings to force the phone app to start with the dialpad as opposed to the call log/history?
Like in Smart Keyboard on android, does the first suggested word in the suggestions when typing get auto-selected when you hit the spacebar?
Are there alternative apps for StumbleUpon or Feedly available? (I couldn't find them, but I use these 2 apps reasonably often) Suggestions for similar, if no?
Functionality of the phone in Canada vs US? (ie which functions don't work: Local Scout, Bing Vision, Music search, etc etc)
Is there any quick way to change settings without having to pin them all to your home screen?
Can you make the calendar app start with Agenda view?
Thanks, I'll add more if I think of them.
O
>> Can you enable a number row over the QWERTY keys on the keyboard? Alternatively, can you long-press those keys to pop up the numbers, even if they don't show?
There is a Key which shows up all the numbers and other characters but its not like a popup and no long press.
>>Can you go into the settings to force the phone app to start with the dialpad as opposed to the call log/history?
Nope but there are apps which are purely number pads you can use.
>>Like in Smart Keyboard on android, does the first suggested word in the suggestions when typing get auto-selected when you hit the spacebar?
No, You need to tap and select the word.
>>Are there alternative apps for StumbleUpon or Feedly available? (I couldn't find them, but I use these 2 apps reasonably often) Suggestions for similar, if no?
Functionality of the phone in Canada vs US? (ie which functions don't work: Local Scout, Bing Vision, Music search, etc etc)
No Idea on then but what do you use Feedly for ?
>> Is there any quick way to change settings without having to pin them all to your home screen?
You need to use the shortcut apps for that.
>> Can you make the calendar app start with Agenda view?
No
wpxbox said:
>
You need to use the shortcut apps for that.
>> Can you make the calendar app start with Agenda view?
No
Click to expand...
Click to collapse
WRONG!
It remember the last view you were in. if you leave in agenda view, when you go back, that is the view you will see 1st.
@ROCOAFZ Never Knew that so thanks a ton for that.
>>Like in Smart Keyboard on android, does the first suggested word in the suggestions when typing get auto-selected when you hit the spacebar?
No, You need to tap and select the word.
Click to expand...
Click to collapse
Thats not true, it does auto select and use it.
Been using WP from sometime but not sure how this works if at all possible.
Like when I type HAV it shows me Have but when I hit spacebar, it does not auto complete but adds a space.
nilsk123 said:
Thats not true, it does auto select and use it.
Click to expand...
Click to collapse
There are some words that it will auto fill in but they have to be the only possible thing you would be typing in context with the sentence. Most words have to be chosen from bar right above the text. (i like it this way)
No problem on the agenda view. Mine is always in that view so that's what i always see
1: To add to what others have said, you can tap-and-slide to add just a single number or punctuation in one motion. From the standard keyboard, put your finger down on the number/punctuation mode key, slide it to the number or punctuation you want (the keyboard will temporarily switch modes when you touch the key initially), and release. The key your finger was on (in the alternate mode) will be typed, but the keyboard will be in the original mode. Very handy.
Alternatively, you can add some registry values that will create press-and-hold options for the top keys to have numbers. I added a press-and-hold list to my comma key; sometimes it's a lot nicer than switching modes even briefly! (I use a lot of semicolons.)
3: For some reason, nobody has mentioned this yet. If the phone will auto-correct (including auto-complete), then the suggested word/completion will be bold. Pressing the Spacebar when there's a bolded suggestion will use that suggestion automatically.
If none of the suggestions are bold (because what you typed is already a valid word, or because it isn't sure what you meant to type), then you can tap on a suggestion to use it. The phone does have a setting to automatically add a space after you do this.
4: There's an app that comes up when you search for StumbleUpon, based on keyword match (it's not actually a stumbleupon app, but it targets the same kind of user). I haven't tried it (but then, I don't use SU either).
5: Vision and Music Search should both work just fine (they're not locale based at all, so far as I know). Scout... I think it works in Canada? I've never tried (I live close to the border, but not *that* close, and international data costs money so I always have it disabled). I assume Zune Pass and Directions both work as well, and those are the other two locale-sensitive features I can think of that might care.
6: Not really, but how often do you need to mess with settings? There are some apps that let you quickly reach the ones you use most often, or let you quickly reach ones that are normally a few levels deep, but no one-tap toggles yet that I'm aware of.
However, I really don't find it required to enter settings much at all. See a new WiFi network? The phone will prompt you. You'll only save a very small amount of power by leaving WiFi off when not in use; the phone is very good at putting it in a power-saving mode. I almost never need to touch any of the other settings.
Didn't notice the bold... good post ... i'm always learning something new in Windows phone
This is my first app (long time java dev, first time android dev) so I'm excited to get some XDA feedback =c) Hope I'm posting correctly. Also apparently I can't do links yet so sorry about that.
Why?
I got sick of composing a new email every time I wanted to send myself a note. I looked around, but couldn't find anything that did everything I wanted (at most I found one that used intents to pre-populate the "to" field). So I wrote mynderMail.
?id=com.uxiomatic.mynderMail
Elevator Pitch
The app will let you **send an email to yourself** as soon as you can type it out! First line of the message will become the subject of the email, and the rest will become the body.
**Material-ish Design!** I tried. I'm sure I didn't hit every guideline, but I feel like I got close.
There are **no ads** (though I am planning on a Pro version next year). This app is currently in beta - so let me know if you encounter any issues.
Demo Video is on Google Play - my first try at this kind of video (or any kind really.)
Demo Music Track: “Reckless” (by Azureflux), available on SoundCloud
----------------------------------FAQ-------------------------------------
Q: So all this does is send an email to myself? Can’t I just do it myself through my email app?
A: Yes and yes. But if you’re like me and you send yourself notes all the time, time savings of 50% make this app very useful. Sending from your email takes longer because you need to:
Open the email app (which takes longer to launch).
You have to hit compose.
Select yourself as recipient.
Type the subject.
Type the body.
Tap Send
Where as with mynderMail you just:
Open mynderMail.
Type your whole note in one textarea (including the subject).
Tap Send
Q: Can't I just use Evernote, Google Keep, Google Now, <insert your note taking app>...
A: You could. If you always go back and check your notes, sure. But sometimes you just need to get something somewhere where you know you'll see it and then sort it into the appropriate app. Some things end up in Evernote, or in an issue tracker (work or personal), sometimes it's a phone call, sometimes it's a follow up email, etc... Think of it as sticking a quick post it on your front door or somewhere else where you'll be sure to see it vs writing out a note and filing properly.
Q: I have an idea for a feature. Can you have the app do X?
A: Probably, though the Free version is fairly complete. Most of the new features will be added to the Pro version when it is released. You can send/post suggestions to me, and if it’s not already on the list and the suggestion makes it into the app, I’ll gift you a Pro version.
https://play.google.com/store/apps/details?id=com.uxiomatic.mynderMail
Thanks much android404
A Suggestion
The app is great. Makes sense and works perfectly. But I think the app would benefit immensely from a widget wherein I can type the text directly and hit send. That way I dont even have to open the app. Can do it right from the lockcreen/homescreen. Alternatively, a permanent notification can also serve the same purpose, but I prefer the widget.
Makes me think of BlitzMail. Maybe that one will give you inspiration for new features, who knows, have a look: https://play.google.com/store/apps/details?id=de.grobox.blitzmail.lite
hzshak said:
The app is great. Makes sense and works perfectly. But I think the app would benefit immensely from a widget wherein I can type the text directly and hit send. That way I dont even have to open the app. Can do it right from the lockcreen/homescreen. Alternatively, a permanent notification can also serve the same purpose, but I prefer the widget.
Click to expand...
Click to collapse
With a widget, I'd still have to open up some sort of activity since you can't type directly on the home screen, and since the app closes itself after send it amount to the same thing.
As far as a notification, I'm definitely considering it (also considering having a floating overlay a la "Snowball"/"Sloth Launcher" if i can figure out how to do it.) Currently I have it set up in my "Notification Toggle" which works out well
ltGuillaume said:
Makes me think of BlitzMail. Maybe that one will give you inspiration for new features, who knows, have a look:
Click to expand...
Click to collapse
Huh, missed this one when doing my research, thanks. Looks like with this one though you have to enter your own mail server which is a bit of a barrier for entry.
The mail queue is a good idea that I already had on my list, as is sharing with the app.
hzshak said:
The app is great. Makes sense and works perfectly. But I think the app would benefit immensely from a widget wherein I can type the text directly and hit send. That way I dont even have to open the app. Can do it right from the lockcreen/homescreen. Alternatively, a permanent notification can also serve the same purpose, but I prefer the widget.
Click to expand...
Click to collapse
I've since added an option for permanent notifications, as well as an option to share with the app (you can set it to send automatically or allow editing of the text before sending).