[MOD][XPOSED][4.0.3+] WhatsApp Mods - simple but helpful improvements to WhatsApp - Xposed Framework Modules

Hi,
I would like to present my second Xposed Mod. I'm uploading this one too since the Waze one had some interest, so I hope this one can be of use to other people too.
Useful modifications to WhatsApp. Currently includes:
Removal of the voice and/or camera buttons from the conversation view
The ability to keep the contact list (called "New Chat" in WhatsApp) in your history, so when you launch a conversation using it and then press the back button, it doesn't skip straight back to the main conversations list.
Highlight group conversations in a custom color in the main chat list (and contact picker).
Disable WhatsApp expiry check
Changelog can be found here.
Removal of the camera and/or voice buttons
Some time ago, WhatsApp added the "audio voice" feature. I found it hindered significantly more than it helped: if you tapped it accidentally, it would vibrate and emit a notification-like sound. And, I would do this repeatedly and so never found this useful (I don't use voice messaging).
More time passes, and they add a camera icon. This is more useful, and personally I'd prefer if that was the only one. So - I wrote this (it's also open source: https://github.com/jaysh/xposed-whatsapp). It's entirely configurable based on what you would like.
Before (with both camera and voice visible):
{
"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"
}
After (no voice, no camera - you can choose which combination you'd like):
(Note: in all cases, the "send message" button will appear after you start typing, as it always would. Additionally, disabling sending still allows you to receive them.)
Keep contact list in the history
When navigating to a conversation via the "contact list" (main WhatsApp screen > "New Chat" on the action bar > Select a contact) and you press the back key, rather than returning to the contact list, it returns you back to the main WhatsApp screen with your list of conversations - which can be a little frustrating.
This mod allows you to "go back" to the contact list, so you can chat uninterrupted.
How to install
Recommended method: install via the Xposed module installer - search for "WhatsApp Mods"
Alternatively, for offline installation, you can use this APK: http://dl-count.xposed.info/modules/sh.jay.xposed.whatsapp_v4_da029a.apk
Please do let me know if any comments/feedback. If you are looking for other features, you may well find them over at WhatsAppX.
Thanks!
Jay

Whatsapp+ can also be the same, even many other features..

Great idea, I also dont like these 2 icons.
I noticed you are hiding them by setting width&heigh to 0. If I'm using thsi in eclipse it shows me that 0 values are not valid. Maybe you could better imagebutton.setVisibility(View.GONE)?

kabalah89 said:
Whatsapp+ can also be the same, even many other features..
Click to expand...
Click to collapse
Good point - but I'd rather run the stock WhatsApp myself. Thanks for bringing it to my attention, though. I really want less features, not more: I like WhatsApp to be a simple text/media exchange, nothing more.
defim said:
Great idea, I also dont like these 2 icons.
I noticed you are hiding them by setting width&heigh to 0. If I'm using thsi in eclipse it shows me that 0 values are not valid. Maybe you could better imagebutton.setVisibility(View.GONE)?
Click to expand...
Click to collapse
WhatsApp toggle their visibility based on what you are doing, e.g. if you're typing or not - so they don't stay hidden when you only toggle their visibility (in fact, the default layout doesn't even appear to have the correct viability settings applied, so I think they're relying on their Java code to toggle it). Open to other ideas on how to make it less hacky, naturally.

jayshah said:
That's cool - but I'd rather run the stock WhatsApp myself. Thanks for bringing it to my attention, though.
Click to expand...
Click to collapse
I will of course respects your work . :good:

Great work, personally I don't have problem with these buttons ... do you think you could change a weird behavior when you are view whatsapp contact list then select a contact, then press back and whatsapp returns to chat list instead contact list?

Can you do similar for telegram?

Much appreciated!
Sent from my Nexus 10

chavocarlos said:
Great work, personally I don't have problem with these buttons ... do you think you could change a weird behavior when you are view whatsapp contact list then select a contact, then press back and whatsapp returns to chat list instead contact list?
Click to expand...
Click to collapse
true
that is the most annoying thing in whatsapp

Working on latest version (2.11.310) good job. Hope you will add that fix for contact list.

After whichever updated that added voice notes and photo taking I really wished they had a way to disable the feature. this mod does exactly that without having to install a modded apk! great work! nice and easy installation!

jayshah said:
WhatsApp toggle their visibility based on what you are doing, e.g. if you're typing or not - so they don't stay hidden when you only toggle their visibility (in fact, the default layout doesn't even appear to have the correct viability settings applied, so I think they're relying on their Java code to toggle it). Open to other ideas on how to make it less hacky, naturally.
Click to expand...
Click to collapse
If soemthing was set to GONE, it is not even possible to make it visible again by code. Only if you set INVISILBE it could be made visible again.
The INVISIBLE takes still the space like if it is visible. GONE does not consume space.
EDIT: I read about it, seems a invalidate() of the upper layout is needed but searching it consumes time. So set w+h to 0 is fine

can you add a lock protection feature on whatsapp

It works as described!! This really come in handy!! Thanks @jayshah

really great mod..great work..very happy with this...

Hi! @jayshah, check your GitHub!
I've make polish translation and i make new more cool icon for that module. Regards!

this is awesome thanks!
been wanting to remove that camera button/voice button for awhile now

Great nifty mod. The PTT function is okay, but I didn't see a need for the selfie button.

chavocarlos said:
Great work, personally I don't have problem with these buttons ... do you think you could change a weird behavior when you are view whatsapp contact list then select a contact, then press back and whatsapp returns to chat list instead contact list?
Click to expand...
Click to collapse
scorpio_bpl86 said:
true
that is the most annoying thing in whatsapp
Click to expand...
Click to collapse
King ov Hell said:
Working on latest version (2.11.310) good job. Hope you will add that fix for contact list.
Click to expand...
Click to collapse
Thanks! I will try and take a look at this as it seems there are a few requests for it. Because the Java code has been obfuscated, it will take me some time before I can confirm I have done it or not.
ermacwins said:
Can you do similar for telegram?
Click to expand...
Click to collapse
I don't use Telegram unfortunately, so this is quite unlikely. Sorry! But, you can use the source code to try this yourself, if you like, I hope the idea would be very similar.
androidtweak said:
can you add a lock protection feature on whatsapp
Click to expand...
Click to collapse
I believe there are already apps that allow you to lock other apps? Unless I misunderstand you.
Kucharskov said:
Hi! @jayshah, check your GitHub!
I've make polish translation and i make new more cool icon for that module. Regards!
Click to expand...
Click to collapse
Fantastic I am really busy tonight but I will do my best to test and merge this tomorrow. Hope that is okay. Thanks so much for your contribution!
chinbk22 said:
It works as described!! This really come in handy!! Thanks @jayshah
Click to expand...
Click to collapse
Thank you for downloading!

I can do Turkish translates too. Just tell me what should I do ?

Related

Kyoraapp v1.2

Hey guys, I'm sure you already know Hillbeast's Kyorarom. Well, in that case you must have heard of Kyoraapp too. But just in case you haven't p), Kyoraapp is an app I specially designed to manage Kyorarom's specific features, like Kyoralock and Kyoratweaks.
Main Menu:
{
"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"
}
You have two buttons: Kyoralock and Kyoratweaks. But, if you press menu button, you can access Preferences menu from there, in which you'll see:
If you select "Use service?", a service for Kyoralock will be started in background that will execute applock for each app on the list every XX minutes (depending on what's in "time between executions").
Note: Each time you open Kyoralock, applock will be executed only once if the service is disabled.
Kyoralock:
This is a script designed by Hillbeast that "locks" an app into memory, so that the app will be more responsive.
In the TextBox, you can write an apps package name, and press "Add App" to add that package to the applock list, or just push "Execute", that will execute applock on that app only once without adding it to the list.
Or if you want "the easy way", you can press the "List" button right next to the textbox. That will launch a new activity that will recollect all the apps installed on the phone, and put them in a list. There, you select whichever apps you want, and then press "Done". That will automatically add the selected apps to the list.
Kyoratweaks:
In Kyorarom v0.5, a new feature was implemented: Kyoratweaks. This allows the user to enabled or disable some tweaks included in Kyorarom.
If you have any doubts, suggestions, or whatever you want to say, just leave a comment!
Source Code:
http://d-h.st/V7L
Can i use this app on a ROM other than Kyorarom?
Smonic said:
Can i use this app on a ROM other than Kyorarom?
Click to expand...
Click to collapse
You can install it. But it'll be useless since Kyoralock and Kyoratweaks are Kyorarom specific features. That's why I didn't provide any downloads
Nice app, gob job !
i don't understand Kyoratweaks. If this make phone faster why someone wants to have disabled this options? These tweaks should be enebled by default.
Moikop, I have some code somewhere on my pc which translates the com.android.launcher or something like that, to the actual app name.
Also, I take it's a listview you're using? I also have some code lying around where you can change the looks of it (custom listview adapter), this way you could make it like:
icon | name
Contact me if you're interested in the code (;
Dympy.
dympy said:
Moikop, I have some code somewhere on my pc which translates the com.android.launcher or something like that, to the actual app name.
Also, I take it's a listview you're using? I also have some code lying around where you can change the looks of it (custom listview adapter), this way you could make it like:
icon | name
Contact me if you're interested in the code (;
Dympy.
Click to expand...
Click to collapse
I'm interested in the code to "translate" the package name into the app's name. I know a way how to do it, but.. let's just say that, that way the app would be slow as hell. So if the code is good, please send it to me by pm
About the listview.. yes, I know about custom adapters. But I decided not to use them because I want to keep the UI as simple, fast and intuitive as possible
Thanks Dympy.
lesiux said:
i don't understand Kyoratweaks. If this make phone faster why someone wants to have disabled this options? These tweaks should be enebled by default.
Click to expand...
Click to collapse
Because some people report slowdowns so I just have it disabled and people can turn it on/off when they need to.
Hello Hillbeast,
Thanks for sharing the ROM with us.
Does this support USB tethering? and how about GPS fix? Couldn't find any thing related to it, hence the query.
Good luck
sajjt said:
Hello Hillbeast,
Thanks for sharing the ROM with us.
Does this support USB tethering? and how about GPS fix? Couldn't find any thing related to it, hence the query.
Good luck
Click to expand...
Click to collapse
You are in the wrong thread. Go into the Q&A thread for kyorarom for any questions
I am not able to get kyoralock to work.. whenever i click on list, the list that is generated on the screen does not contain any dialer or messaging.. instead it contains dialertab activity, message etc...
I want to keep messaging, dialer and camera in memory!!!
neo1691 said:
I am not able to get kyoralock to work.. whenever i click on list, the list that is generated on the screen does not contain any dialer or messaging.. instead it contains dialertab activity, message etc...
I want to keep messaging, dialer and camera in memory!!!
Click to expand...
Click to collapse
Dialer and Messaging apps lock is already coded in Kyoralock. That's why you can't select them yourself manually.
moikop said:
Dialer and Messaging apps lock is already coded in Kyoralock. That's why you can't select them yourself manually.
Click to expand...
Click to collapse
and what about camera?
neo1691 said:
and what about camera?
Click to expand...
Click to collapse
You should be able to find the camera app somewhere on the list
Moikop, do you think you could release kyoraapp as a stand-alone app now that kyorarom is unfortunately shut down? Would it work on cm7 (at least kyoralock)?
interesting program now try.
aliendna51 said:
Moikop, do you think you could release kyoraapp as a stand-alone app now that kyorarom is unfortunately shut down? Would it work on cm7 (at least kyoralock)?
Click to expand...
Click to collapse
maybe with Hillbeasts permission he could release it...but anyway...recently Hillbeast posted that CM7 has issues with running init.d scripts...so...
~~~~~~~~~~~~~~~~~~~~~~~~~
Sent from Galaxy
Hercolubus' Rom v 1.0
powered by
Team G3mod-ICS26 kernel by Arakmar
~~~~~~~~~~~~~~~~~~~~~~~~~

[APP] Xposed Kids Mode

Got a kid ? Don't want him to mess with your phone, but want to give it to him to play ?
Choose up to 8 applications and allow him to access them exclusively with no way out.
Your phone under your control.
Features:
★ It removes any method of interacting with the outside of your chosen apps or games.
★ Password is required when exiting so you know your kid isn't messing with your stuff.
★ Disables status bar and recent button.
★ No way out without knowing the password
★ Home button returns to the application window.
★ Default password is 1234
Link :
http://repo.xposed.info/module/com.wasseemb.kidsmode
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"
}
Feedback and feature request:
Think i should add anything to it ?
Let me know
very cool application to keep my little sis of my private gallery when she's playing with my phone
Very nice
Sent from my SM-N900V using Xparent Red Tapatalk 2
Great idea! Note: Check spelling and grammar.
gallery
Man if i select the camera and i take a photo i can open the gallery by clicking the preview on the right side with my moto g with stock 4.4 camera check it
(Contact me if you want a screenshot)
bannab said:
Man if i select the camera and i take a photo i can open the gallery by clicking the preview on the right side with my moto g with stock 4.4 camera check it
(Contact me if you want a screenshot)
Click to expand...
Click to collapse
yes because camera and gallery is the same app.
we should blacklist the certain activities, not the whole app.
for instance is that camera + gallery case.
Great Concept!
Something i was waiting for...
Really nice !! Working good on Nexus 5 4.4.4 my little cusin will be mad because he won't able to mess with my phone while he is gameing
So this basically is Child Mode implementation if WP8? Or restricted profile in Android tablets right?
Great work for parents >)
Great app
Hi,
This is a great app and is working well but I just wanted to report a slight bug... if in kids mode the homebutton on my Samsung Galaxy S5 is held down then Google Now launches. This isn't so much of an issue but if a search is performed then Chrome opens and the kids are able to get on the Internet and mess with bookmarks etc.
Thanks for your great work on this
Tobi
tobipj said:
Hi,
This is a great app and is working well but I just wanted to report a slight bug... if in kids mode the homebutton on my Samsung Galaxy S5 is held down then Google Now launches. This isn't so much of an issue but if a search is performed then Chrome opens and the kids are able to get on the Internet and mess with bookmarks etc.
Thanks for your great work on this
Tobi
Click to expand...
Click to collapse
Hello,
On devices before s5 , long clicking home button started recents.
Didn't know S5 does that.
I attached below another version that should've fix your issue, care to try please and report back ?
Thank you for your feedback
sharpdesigner said:
So this basically is Child Mode implementation if WP8? Or restricted profile in Android tablets right?
Click to expand...
Click to collapse
Think of it as a launcher, only the apps you want in it can be seen.
What are the soft keys that you are using?
ahmed470 said:
What are the soft keys that you are using?
Click to expand...
Click to collapse
Am using the Xposed module at this link
http://repo.xposed.info/module/com.android.nexus.navbarz
Don't know which one i chose though, should be easy to find
WasseemB said:
Hello,
On devices before s5 , long clicking home button started recents.
Didn't know S5 does that.
I attached below another version that should've fix your issue, care to try please and report back ?
Thank you for your feedback
Click to expand...
Click to collapse
Wow that was fast... and yes it's working perfectly now!
Thank you.
WasseemB said:
Hello,
On devices before s5 , long clicking home button started recents.
Didn't know S5 does that.
I attached below another version that should've fix your issue, care to try please and report back ?
Thank you for your feedback
Click to expand...
Click to collapse
I am having same issue with s4 mini and i have tried the attached app with no luck
spawnofdonny said:
I am having same issue with s4 mini and i have tried the attached app with no luck
Click to expand...
Click to collapse
What is exactly happening ?
Is it reverting to home screen, recent screen or google search ?
Can you explain a bit more ?
Thanks for making this module! I was thinking that this is just what is needed using Xposed after looking into the parental controls that are in Amazon tablets, and things like the OLPC tablet, and Nabi.
I hope that this can grow into a full featured parental control app with usage time limits, and tracking of what apps are used most. Then no matter what android device I use can be safe from the kids messing up the device, or going where they shouldn't.
If the app usage tracking is added, it could serve much the same purpose as the OLPC tablet does in helping to see what your children are interested in. You could make available many different subject learning apps and see which your kids use most, and help encourage them to explore more deeply into that subject. All without having to report this information to some huge multinational company like google, amazon, or MS.
Thanks for the module! Has potential, however it isn't quite working on my Nexus 4 N5X ROM 4.4.4. I am able to add shortcuts and enable kids mode, but when I press the home key it takes me to my stock home screen not the kids mode home screen!

[App][Support] WearResponses - Android Wear Canned Responses

The goal and design behind this application were due to an element that I felt was missing from the Android Wear platform.
I felt that the platform needed a way to respond to/send SMS messages without using your voice only. To provide the best UX possible, the app uses an xposed module to add custom responses to incoming SMS messages. What that means, is for Hangouts SMS's (simply select Reply via SMS as you normally would, and you will see your saved responses in the list to choose from). Canned responses are supported in AOSP Messaging, 8sms, Hangouts (only SMS for now), and Evolve SMS.
This thread will be used as support for the app, available on the Play Store here.
More information will be added here shortly, as well as information regarding beta g+ group.
Great App! Been using it on my Moto 360 since Sunday morning and it works without a hitch.
Does this app need xposed or root?
giantzucchini said:
Does this app need xposed or root?
Click to expand...
Click to collapse
Needs xposed to use the canned responses aspect of it. Xposed, in turn, requires root.
Hi,
Been using this app for a couple of weeks, and noticed that the app is causing the sms notification tone not to play / the screen popup not to display and the vibrate notification on my watch doesn't work at all, once i disable the xposed module everything plays nice, well except for not being able to use this awesome app..
Is anything in the works to overcome these issues.. I am guessing it has something to do with the way the sms is hi-jacked, But for now i can't really use the app which is a shame..
Thanks
GOOD APP
mic18u said:
Hi,
Been using this app for a couple of weeks, and noticed that the app is causing the sms notification tone not to play / the screen popup not to display and the vibrate notification on my watch doesn't work at all, once i disable the xposed module everything plays nice, well except for not being able to use this awesome app..
Is anything in the works to overcome these issues.. I am guessing it has something to do with the way the sms is hi-jacked, But for now i can't really use the app which is a shame..
Thanks
Click to expand...
Click to collapse
Will look into it. What SMS app are you using?
Just a quick status update on what's going on with the app.
The UI has gained a nice update, bringing more material elements than previously.
{
"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"
}
I also am going to be adding support for Textra as well as a feature to do list that is about 10 items long.
However, we welcomed home our son on the 14th of Sept., so these updates may be slow to production over the first little while.
Thanks for your patience as we transition into a family of four
phone notification issue
I am having the same issue. on my Nexus 5 I have tried Hangouts, 8sms, Textra, Hello Sms, and evolveSMS. They all have the same effect which probably has to do with the notification hijacking. Even with hangouts, when the module is enabled, when I receive a notification, my phone simply shows the notification icon. No sound, no vibration, and no notification text. The issue is when I receive a text when I'm using my phone, I usually don't notice the notification and end up missing the text. Otherwise, the watch portion of this app works great.
Samething for me.
I'm using a LG G2 with Evolve SMS.
zeldomar said:
Samething for me.
I'm using a LG G2 with Evolve SMS.
Click to expand...
Click to collapse
dannykatz7 said:
I am having the same issue. on my Nexus 5 I have tried Hangouts, 8sms, Textra, Hello Sms, and evolveSMS. They all have the same effect which probably has to do with the notification hijacking. Even with hangouts, when the module is enabled, when I receive a notification, my phone simply shows the notification icon. No sound, no vibration, and no notification text. The issue is when I receive a text when I'm using my phone, I usually don't notice the notification and end up missing the text. Otherwise, the watch portion of this app works great.
Click to expand...
Click to collapse
This has been resolved for next release
BMc08GT said:
This has been resolved for next release
Click to expand...
Click to collapse
Hello,
Do you have an ETA for the next release ? :angel:
Thanks a lot
zeldomar said:
Hello,
Do you have an ETA for the next release ? :angel:
Thanks a lot
Click to expand...
Click to collapse
1.3 has been published to the Play Store.
Notifications working again on my phone and watch.. Good job..
mic18u said:
Notifications working again on my phone and watch.. Good job..
Click to expand...
Click to collapse
Thanks, I appreciate it. Please review if you like the new update
mic18u said:
Notifications working again on my phone and watch.. Good job..
Click to expand...
Click to collapse
For me too, thanks a lot !
My ultimate request : the support of mysms application
The best would be that wearresponses will be here everytime a notification has a bouton "reply", is it possible ?
Replies not being entered into message threads
With wear reaponses installed any reply made on the wear is being sent but not added to the conversation in hangouts. As soon as you uninstall wear reaponses the issue disappears.
zeldomar said:
For me too, thanks a lot !
My ultimate request : the support of mysms application
The best would be that wearresponses will be here everytime a notification has a bouton "reply", is it possible ?
Click to expand...
Click to collapse
Up my friend
l0rdc0rx said:
With wear reaponses installed any reply made on the wear is being sent but not added to the conversation in hangouts. As soon as you uninstall wear reaponses the issue disappears.
Click to expand...
Click to collapse
Please elaborate on this. I use hangouts only and have no issues with hangouts messages or SMS showing up
Just purchased the app. Good work!
Could you add the possibility to change the order of the items?

App - Notifications for Amazfit

Hi,
I want to publish my new App Notifications for Amazfit that is better than default and has these features:
{
"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"
}
https://play.google.com/store/apps/details?id=com.pacosal.notificationsamazfitmobile
– Own interface for the watch
– New whatsapp can be sent from the clock with default messages
– You can reply to messages
– You can put the interface in reverse (hold down on the message text and then reopen the App on the watch)
– You can select the size of the text
– It has a small widget to launch the App (you must restart the launcher or turn off and on the clock to show up)
– The default messages can be changed in a file on the mobile phone (senderoptions.txt)
– Change the message by pressing the up and down arrows or buttons
– Respect the “Do Not Disturb” mode of the watch
More info at App Help or here https://bilbosoft.wordpress.com/2018/05/28/help-notifications-for-amazfit/
The App is a try and buy and you can try it for free for 100 messages.
Thanks
Looking forward for your feedback in order to help you!
Thanks
pacosal said:
Looking forward for your feedback in order to help you!
Click to expand...
Click to collapse
Thank you a lot, it's nice to see more people developing for Pace and Stratos. But I think it's not "freemium" as you must pay to continue to use it. Please don't get me wrong, I am not saying that you should or shouldn't charge as you want, but the "name" isn't correct, it's more like "trial" version. I would like to see a real freemium version with some features while for more sophisticated ones users need to make an in-app pucrchase.
Regards.
lfom said:
Thank you a lot, it's nice to see more people developing for Pace and Stratos. But I think it's not "freemium" as you must pay to continue to use it. Please don't get me wrong, I am not saying that you should or shouldn't charge as you want, but the "name" isn't correct, it's more like "trial" version. I would like to see a real freemium, version with basic features maybe.
Regards.
Click to expand...
Click to collapse
Yes, maybe you're right and it's more a trial version. The App has all its features.
I will change that word.
Thanks
i'm on trial mode. let see how it goes
New versions launched!
– In order to delete all the messages on the watch, long tap to delete icon
– Now you can set the number of vibrations for some type of notifications
– New option, check if you want that the watch screen switch on or not
https://bilbosoft.wordpress.com/2018/05/28/help-notifications-for-amazfit/
Regards
pacosal said:
New versions launched!
– In order to delete all the messages on the watch, long tap to delete icon
– Now you can set the number of vibrations for some type of notifications
– New option, check if you want that the watch screen switch on or not
https://bilbosoft.wordpress.com/2018/05/28/help-notifications-for-amazfit/
Regards
Click to expand...
Click to collapse
Not sure how this works, should I keep the Amazfit app ON together with the 'Notifications of Amazfit'? Its seem that only received the original notification form the original Amazfit app
ajid1977 said:
Not sure how this works, should I keep the Amazfit app ON together with the 'Notifications of Amazfit'? Its seem that only received the original notification form the original Amazfit app
Click to expand...
Click to collapse
The Amazfit App must be working and this App as well on the mobile.
In order not to receive the same notification twice, uncheck the ones you want this App reads on Amazfit App.
Thanks
new version released!
Seem works well
I use yours notifications App since Sony SW2, Gear:1/2/S/S2 nice add-on for weird original notification on watch
Seem that delete notifications on your app do not delete notification on phone ? (Android 7.1.1)
dersie said:
Seem works well
I use yours notifications App since Sony SW2, Gear:1/2/S/S2 nice add-on for weird original notification on watch
Seem that delete notifications on your app do not delete notification on phone ? (Android 7.1.1)
Click to expand...
Click to collapse
I will write down that in order to develop it in next version.
Thanks
Text notification is very short. Ex for my mail (Aquamail) app I have juste few words of the mail text when same notification give me few lines of the mail on Samsung Gear or other smartwatch (almost all the text contain in the phone notification bar)
Ex for same notification same app (Aquamail)
Gear S3
we can see some text from the message
on Stratos with your app : nothing from the real message, just some header. Nothing to scrool here is the entire notification text.
Hi,
at least at gmail, when there are no gmail messages read pending, the notifications has a long message, however in the other way, only the subject. Maybe you can try this.
Hi,
She works fine!
What I miss is the Messenger notification - there are 1-2 billion users...
gidano said:
Hi,
She works fine!
What I miss is the Messenger notification - there are 1-2 billion users...
Click to expand...
Click to collapse
Do you mean Facebook Messenger? it's supported!
com.facebook.orca
Regards
pacosal said:
Hi,
at least at gmail, when there are no gmail messages read pending, the notifications has a long message, however in the other way, only the subject. Maybe you can try this.
Click to expand...
Click to collapse
Tested with GMail and no pending notification, just a few words from the subject and nothing at all from the message body (picture if you want)
With Hangout I have a long message in the notification.
Works fine with me. I disable double notification as been thought, on standard Amazfit Apps.
Perhaps in the future , the is a piratical keyboard for this watch. so that we can reply to the notification such as whatsapp. any ya!! perhaps some colors to in the title bar of the notifications might helps, u know when there too many Noti, we got confuse sometimes
How is the battery drain with this app ? With Watchdroid i get a drain from 3-4% / hour which is a nogo for me
PTiTDaV said:
How is the battery drain with this app ? With Watchdroid i get a drain from 3-4% / hour which is a nogo for me
Click to expand...
Click to collapse
Doesn't seem to be any significant changes i must say.
Hello, I just tried this application, messages are clearly visible I like them, but I get notofication on my watch only when I switch on the phone screen.
Is there any settings I can do to push notification in real time? The phone app is allowed to read notification, I double checked it.

[APP][DEV] K-9 Mail for Wear OS (standalone)

Official K-9 Mail (or basically any other email clients) doesn't run on Wear OS because of missing WebView component. This modification of K-9 replaces WebView with TextView (among few other tweaks) that makes it usable on Wear OS (fetch messages, navigate folders, read & send mail).
There's Mail client from appfour but it requires phone companion app and doesn't work "standalone". Having an option to occasionally check emails from watch (with cellular module) is the primary reason for this modification (and leaving phone powered off or at home).
{
"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"
}
It's still rough around the edges (some features may crash/not work or be hard to reach) but this is the first version and it allows me to read emails (tested with Gmail, was able to send email as well; on Huawei Watch 2). Newsletters obviously won't work as only the text part of emails is rendered.
Let me know what you think. I do not plan on any major UI rework but I can fix thing or two (if there are some fellow watch only users ).
TIP: Consider using "adb shell input text" for entering complex strings during account setup.
What is the .patch file for?
Thanks! How do you apply the patch and also how can I add more then one email account?
How do I install it?
I've just uploaded v2 which improves few things:
Extra padding at the bottom when reading email
Full screen keybord for entering email address
Easier pull to refresh
Hide unsupported search
Move (dangerous) delete action from bar to menu
kryzeK said:
What is the .patch file for?
Click to expand...
Click to collapse
It's just the actual changes made to the source code. https://en.wikipedia.org/wiki/Patch_(Unix)
jdogg4000 said:
Thanks! How do you apply the patch and also how can I add more then one email account?
Click to expand...
Click to collapse
Access this app Settings via the top right "More options" menu (not fully visible but reasonably well tappable) and look for "Add account".
NovaViper said:
How do I install it?
Click to expand...
Click to collapse
One has to use "adb" to push apk directly to the watch or using phone as proxy. Search for a friendly guide https://forum.xda-developers.com/an...-to-sideload-apks-android-wear-watch-t3726276
moneytoo said:
One has to use "adb" to push apk directly to the watch or using phone as proxy. Search for a friendly guide https://forum.xda-developers.com/an...-to-sideload-apks-android-wear-watch-t3726276
Click to expand...
Click to collapse
That got it all installed for me, thanks! :good:
moneytoo said:
Access this app Settings via the top right "More options" menu (not fully visible but reasonably well tappable) and look for "Add account".
Click to expand...
Click to collapse
Thank you, it would be great if those with crowns (scroll wheel) on the side of our watches could use it when reading an email. It currently works when looking at the inbox but not reading the email it self. Anyway to implement this?
Regardless thanks for taking the time to do this.
UPDATE: Actually whats weird is if I open a notification and read the email the crown works. If I go to an email through the app it does not. Oh well I can live with reading from tapping on the notification which is what I do most the time anyways.
Anyone know of a way to import k-9 mail settings to the watch?
I exported them from my phone and transferred it to my watch but when I hit import settings on the watch it says there is "no application can handle this process"
jdogg4000 said:
Thank you, it would be great if those with crowns (scroll wheel) on the side of our watches could use it when reading an email. It currently works when looking at the inbox but not reading the email it self. Anyway to implement this?.
Click to expand...
Click to collapse
Thanks for reporting that. My watch has no crown so I had no idea about that. I might take a look later when I have some time to spare and debug that.
jdogg4000 said:
Anyone know of a way to import k-9 mail settings to the watch?
I exported them from my phone and transferred it to my watch but when I hit import settings on the watch it says there is "no application can handle this process"
Click to expand...
Click to collapse
Now I know that Wear OS is also missing the component (chooser) for selecting/opening files. It should be possible to replace that with 3rd party library (something like https://github.com/spacecowboy/NoNonsense-FilePicker). IMHO this is a niche feature so I won't be fixing that any time soon.
moneytoo said:
I've just uploaded v2 which improves few things:
Extra padding at the bottom when reading email
Full screen keybord for entering email address
Easier pull to refresh
Hide unsupported search
Move (dangerous) delete action from bar to menu
Please excuse this naive question, but is this going to be offered in the PlayStore for loading on the OS or is sideloading it's only future?
Click to expand...
Click to collapse
sfortin said:
Please excuse this naive question, but is this going to be offered in the PlayStore for loading on the OS or is sideloading it's only future?
Click to expand...
Click to collapse
I thought about that but I still think that this app (and mainly its interface) is too much for people coming from Play Store (and expecting nice UI). Plus K-9 itself is still missing support for runtime permissions which means it's currently not publishable on the Play Store (without some work, though there are some pull requests on github).
Whoa!
I'm K-9's original creator, though I haven't been involved in the project in a while.
I just wanted to stop by to say that this is awesome. Nicely done.
-Jesse
obra said:
I'm K-9's original creator, though I haven't been involved in the project in a while.
I just wanted to stop by to say that this is awesome. Nicely done.
-Jesse
Click to expand...
Click to collapse
Great to hear directly from you, Jesse. K-9 running on Wear OS is mostly unchanged from its latest upstream, just few lines changes here and there (one patched library takes most of the patch - to fix placing of software keyboard). It wouldn't be possible without you and K-9 - thank you for that. :good:
moneytoo said:
I've just uploaded v2 which improves few things:
Extra padding at the bottom when reading email
Full screen keybord for entering email address
Easier pull to refresh
Hide unsupported search
Move (dangerous) delete action from bar to menu
It's just the actual changes made to the source code. https://en.wikipedia.org/wiki/Patch_(Unix)
Access this app Settings via the top right "More options" menu (not fully visible but reasonably well tappable) and look for "Add account".
One has to use "adb" to push apk directly to the watch or using phone as proxy. Search for a friendly guide https://forum.xda-developers.com/an...-to-sideload-apks-android-wear-watch-t3726276
Click to expand...
Click to collapse
where is the more options menu? all that is in the top right is the sync button.
The app is still running great on Samsung Watch 4 LTE.

Categories

Resources