[APP][2.1+] Migrate Location App[11-7-2011] - Android Apps and Games

Hey guys,
I just made a location and time based profile management app called Migrate (publisher Illuvation LLC). This is my first android app and it's free. It's supposed to be an easy to use app. Right now it toggles wifi, bluetooth and ringer. You can also add notes that pop up in the notification bar when you first arrive at a location or a time profile is activated.
I'm already working on new features but i want to make sure that the core of it(the location and time profile switching is solid on different devices). Post any bugs or features that you'd like to see to make this app different from the others. The UI is still a work in progress and I think I'm going to improve the notification layout.
Thanks guys! Just grab it on the market by putting Migrate in quotes or searching by publisher (Illuvation).
Version 1.0.0.322
-New UI
-Google maps for better accuracy when entering address
Version 1.0.0.291
-Time profiles can now be set using days of the week instead of occurring everyday
-Option to disable "default profile" added to "settings"
-Length of time Wi-Fi is used for location polling has been decreased (worst case run time is 10 seconds per poll)
9-7-2011 Version 1.0.0.274
-Fixed bug where text to speech occurred during phone calls
-Migrate will no longer override any changes made to settings outside the app. Migrate will change settings on next profile change
-Improved location polling for better battery life
9-1-2011 - Version 1.0.0.258
-Text-to-Speech now added for all incoming text messages (previously only for reminders).
8-31-2011 - Version 1.0.0.253
-Added text to speech option in settings for reminders
-Notifications now coincide with phone notification settings
-Fixed light notification bug for time profiles
-Improved battery life due to enhanced location polling algorithm
-Faster performance
8-26-2011 - Version 1.0.0.224
-Added automatic reply to text messages
-Enhanced notification bar
-Fixed automatic dismissal of notes on location profiles
-UI changes

No GPS
Forgot to mention. This does not use GPS!!! It's really good on battery life.

very interested mate, going test it. but it shown GPS in screen shot?

I guess i should update the screenshots. That was a mistake. I changed that button to say "Location." Thanks for pointing that out.

New version on the market. Feedback appreciated. Thanks

Any features anyone would like to see?

New version
New version in the market now!!

Text to Speech improved
Added text to speech for all text messages. It'll tell you the sender by checking your contacts and read the message out loud.

Updated the app. Text to Speech no longer occurs during phone calls. The app will no longer override changes made outside the app until another profile is activated.

If you "exit profile manager" through the menu button, does that turn Migrate off? Should there always be an icon in the notification area when it is working?

nyonya said:
If you "exit profile manager" through the menu button, does that turn Migrate off? Should there always be an icon in the notification area when it is working?
Click to expand...
Click to collapse
Exit Profile Manager completely closes Migrate. Yes, when Migrate is running there will always be an icon in the Notification area.

barban7 said:
Exit Profile Manager completely closes Migrate. Yes, when Migrate is running there will always be an icon in the Notification area.
Click to expand...
Click to collapse
Thanks. Would it be possible to make it an option whether or not to display the notification?

nyonya said:
Thanks. Would it be possible to make it an option whether or not to display the notification?
Click to expand...
Click to collapse
I can make that an option. I'll incorporate that in one of next few updates.

I've found an issue. I have a profile set up to turn on Wi-Fi in a specific location (my apartment). When I left for work this morning it turned off Wi-Fi - good. But throughout the day Wi-Fi will turn on for a short amount of time regularly - I assume when Migrate scans for location. So far, in about 4 hours it's been on for 31 mins - and I haven't left my desk (work is far from home). Could you fix this bug? Thanks!

nyonya said:
I've found an issue. I have a profile set up to turn on Wi-Fi in a specific location (my apartment). When I left for work this morning it turned off Wi-Fi - good. But throughout the day Wi-Fi will turn on for a short amount of time regularly - I assume when Migrate scans for location. So far, in about 4 hours it's been on for 31 mins - and I haven't left my desk (work is far from home). Could you fix this bug? Thanks!
Click to expand...
Click to collapse
Has it been on for 31 minutes straight or is that the total time over 4 hours?

barban7 said:
Has it been on for 31 minutes straight or is that the total time over 4 hours?
Click to expand...
Click to collapse
That's the total time over 4 hours, in short periods of time.

nyonya said:
That's the total time over 4 hours, in short periods of time.
Click to expand...
Click to collapse
Working on a fix. It'll put it on the market by the end of the weekend. There's an option in "Settings" to not use the wifi when checking for location in the meantime.

New Version
Updated version now on the market. Change log in main post.

Update
New Version with UI enhancements and Google Maps in Market now.

Related

[APP] NoLED v6.0.19 - Use the AMOLED screen for incoming notifications

Before asking questions, please read the FAQ.
Introduction:
I saw the idea posted somewhere previously that instead of getting the capacitive lights on, we really should be putting the phone's AMOLED screen to work ! specially that it doesn't consume any backlight energy when displaying a black screen. So I developed an app that does just that: upon receiving a notification, it will display a black screen with a dot or icon somewhere in the screen. I really should put these in bullet points..
Description:
the application does the following:
1. When your phone receives a notification, it switches the screen on and displays a notification. The notification bounces around every 3 seconds (changeable via an option). This will guarantee using different LEDs so that the same ones won't be burned out.
2. You can customize whether to have a dot or an icon for each type of supported notification. Users may also customize the colors of these icons/dots.
3. NoLED will work with SMS/MMS, Gtalk, Gmail, Missed calls, Voicemail, Calendar and K-9 (email client) without any additional permissions. Any other 3rd party software (e.g. Whatsapp, Email app, Yahoo Mail and Hotmail) will need to be checked under Monitored Apps and will require granting Accessibility rights to NoLED.
4. The app runs as a service, after installing, you have two ways to activate the app. (a) by restarting. (b) by loading the widget into your home screen and clicking on it.
5. To get rid of the notification screen, you may use the home or the back key. You can enable dismissal via more keys in the Miscellaneous submenu. Once your notifications are dismissed, all notifications disappear and will not come back up.
I have also logged the touch drivers and saw that although I'm displaying a black screen and setting flags to not respond to touch messages, android is still receiving touch messages when you touch any spot on the screen. This, I imagine, consumes resources! So I disabled the touch drivers when the black screen is active. Dismissing the notifications should reactive the touch drivers. If your screen is unresponsive to touch even after the notification screen is dismissed, a simple restart should take care of it. There is also an option to completely disable that feature. The touch drivers are only disabled on the Samsung Galaxy S variants, all other devices are still receptive to touch events.
Now the touchscreen drivers were a lot easier to mess around with. The sourcecode given by samsung helped me achieve the activation/deactivation of the screen. Things are not the same with the capacitive buttons. You'll notice that when the black screen is on, if you touch any of the soft buttons, they'll light up (although am suppressing them programatically). On some other devices like the Nexus S, these backlights cannot be switched off once the screen is turned on programatically. This is a bug from Google and more info is in the FAQ.
Video review:
Thank you totallydubbedHD for giving us this neat preview of the app:
Themes:
Want to change the default icons that ship with NoLED?
Check out Themes:
http://www.devasque.com/noled/themes.php
Official web site:
http://www.devasque.com/noled/
Translations:
NoLED is translated into several languages thanks to our army of volunteers ! More details can be found at: http://www.devasque.com/noled/translations.php
If you think you can help expand that list, please see this link
I appreciate all the help we can get on this.
Enjoy ! Comments and feedback will be appreciated
Update 8/11/2010: Application is now on the Android Market.
If you like this work and want to motivate and encourage further development, please consider a donation
Thanks
Change log
v6.0.19 6/5/2013
Added Vietnamese, updated Italian and Ukranian (Thanks nhh1994, 4lex and Olex)
Support Gmail 4.5 and new tabbed inbox
NoLED will insert a .nomedia in the custom themes folder so as not to show these themes in your Gallery app
Please go to http://www.devasque.com/noled/change.php for the complete change log.
NoLED Weather
v0.8 10/23/2012
Weather should now reflect current city more accurately; it will choose the first returned search result.
v0.7 10/10/2012
Weather was not automatically updating after a restart. Now it does.
v0.5 9/13/2012
Fixed an issue where geolocator was causing auto-update to stop working.
v0.4 9/6/2012
Updated language files
Changed weather provider to MSN. Google just quietly killed their APIs
Changed geolocator timeout to 90 seconds (used to be 20 seconds)
v0.3 1/26/2012
Added Geolocation using Wireless networks (no physical GPS will be used).
-it will give up wireless location discovery after 20 seconds (will release all wakelocks).
-if timedout, weather will query the latest weather location on record.
Removed the noled weather icon from the app launcher (i personally found it so ugly and useless). Instead, you access the weather app/plug-in via the NoLED settings under toggle notifications (requires NoLED > v5.0.1b).
FAQ
Please go to http://www.devasque.com/noled/FAQ.php.
Can this dot be made to look like a mail icon for SMS ... "!" for missed call etc?
Perfect, BIG thanks. One less issue with SGS
this is a very clever idea.
I tried it out, but it isnt working for me on my Samsung Captivate
andy2na said:
this is a very clever idea.
I tried it out, but it isnt working for me on my Samsung Captivate
Click to expand...
Click to collapse
Strange, it really should work.
Did you lock the screen and unlock once after installation ? Try sending a sms to yourself from another phone while the screen is off. Then wait for about 10 seconds (enough time for the whole screen to light up, go off, and then show a notification). Let me know if this still doesn't work, the captivate might have different screen timeouts than our galaxy S.
No working
Its now working on my SGS.
The reason could be > I have lost my default notifications after sd card fix. I do have a media folder on my sdcard/sd with default samsung tones which i copied before the fix on to my ext sd.
Any solutions ?
rkadve said:
Its now working on my SGS.
The reason could be > I have lost my default notifications after sd card fix. I do have a media folder on my sdcard/sd with default samsung tones which i copied before the fix on to my ext sd.
Any solutions ?
Click to expand...
Click to collapse
I would say try to sms from another phone, or give yourself a missed call to see if the application is running. These should work regardless of where you placed your notification tones.
If these do work, then make sure you place your notification tones in /sdcard/sd/media/audio/notifications , playing any of them should trigger the notification.
Unfortunatly not working for me too. Using JG1 and modaco´s r2. All default ringtones selected.
Would love to get this working.
Bajo76 said:
Unfortunatly not working for me too. Using JG1 and modaco´s r2. All default ringtones selected.
Would love to get this working.
Click to expand...
Click to collapse
Can you go to Settings > Applications > Running Services and see whether NoLED is listed there ?
suggestions that i don't think would consume too much power:
Have different images for different notifications, as suggested before: phone icon for call, mail icon for mail, sms icon for sms etc.
Also make possible to have all the different icons at once, so if i have missed a text message and a mail, there would be 2 icons on the screen at the same time.
Also have a number for how many of missed text's, mails i have missed on the corresponding icon.
Make the image jump to a different random spot every few second, so it won't just stay in one place and so be bad for the panel. (dunno if this would consume too much energy).
madmack said:
Can you go to Settings > Applications > Running Services and see whether NoLED is listed there ?
Click to expand...
Click to collapse
yes it is listed
yep, locked and unlocked it. it is also listed in the running services
buddy01 said:
suggestions that i don't think would consume too much power:
Have different images for different notifications, as suggested before: phone icon for call, mail icon for mail, sms icon for sms etc.
Make the image jump to a different random spot every few second, so it won't just stay in one place and so be bad for the panel. (dunno if this would consume too much energy).
Click to expand...
Click to collapse
I think these are two great ideas. I'll try to implement them if I get sometime. I will try to set a different icon/color for each notification, and make them move around every few seconds. This might have a hit on cpu utilization, but its well worth a try.
Bajo76 said:
yes it is listed
Click to expand...
Click to collapse
With what are you testing the application btw ? Are you sending an email to yourself ? If you turn the screen off, send an email that has a default samsung ringtone, do you receive anything?
I tested it with my phone at home calling my mobile. And i´m getting emails all the way but unfortunatly no red dot on screen.
Is this app in the market? I can't see it in the op on the xda app.
Now it is working. Changed the ringtone (the old one selected was also a dtandard ringtone) and rebooted.
Now it works!
How come this method got so quickly made, but the other method still isn't functional? (talking about the other thread)
INeedYourHelp said:
How come this method got so quickly made, but the other method still isn't functional? (talking about the other thread)
Click to expand...
Click to collapse
well, the android SDK allows for programs like this to exist, the SDK has no APIs to support lighting up the soft buttons. that's why.
also, the drivers for the backlight are disabled and enabled in ways that we don't fully understand yet.
Very impressed so far! Definitely something I'll donate to in the future if it gets a few more features.
What I'd like to see:
- Custom colours for different notifications/multiple notifications.
- The dot slightly higher up or have it configurable where the dot is/how big it is.
That's about all I can think of for now, great work .

[APP][2.2+] calendar silencer free/paid version

Calendar Silencer is an app that is responsible for muting your phone during meetings / dates / movies .... and unmuting your phone when the meeting ended.
features included:
import events from all or specified calendars
creating filters based on words or phrase that you don't want your event to include
enable notification before the alarm start
choose silent mode (silent , silent + vibrate)
Precede event to now in case meeting start early
postpone event based on user's interval
open original event to edit
Auto schedule events ( auto poilot mode ) - full version feature
contacts exception - enable specified contacts to override silent mode full version feature
quick tutorial - settings
specify which calendars you want to watch - default all.
choose silent mode - silent or vibrate.
enable notifications - enable this to receive notification a minute before the event start .
choose time to scan - select how much time you wish for the app to scan ahead.
quick tutorial - settings
from the main screen slide left or press the right button on the top right corner to move to events screen.
from the events screen tap menu and "update from calendar" to get a list updated events.
tap on an event to get list of actions.
actions include :
schedule - this will schedule the event to mute when the event start
delete - delete the event from application database - not from the calendar itself
create filters - create filters from this event's title
start event now - start event now and schedule unmute when the events suppose to end for early starting meeting
postpone event for meeting the goes beyond expected
open event - open original event event in calendar for editing purpose
from the events screen slide left or press the right button on the top right corner to move to filters screen.
note that in free version there is only 1 type of filters which are "ignore this" filter.
this filter type will specify words that if found in the event title the event will be ignored/
full version feature - auto schedule filter
this filter type will auto schedule an event if the the filter exist in the event title/
from the filters screen slide left or press the right button on the top right corner to move to exceptions screen. this screen can be reached from main screen
select contacts for whom the phone will ring even in silent mode
http://market.android.com/details?id=com.swarly.silencer.app
enjoy and rate
Jesus... This is pretty darn handy for school.
Testing it now!
very handy...wish this had been around sooner as I bought Tasker and configured a bunch of profiles to serve the same purpose as what this app seems to do much more simply. Looks great
Not bad
How about Touchdown support? That would make this incredibly handy for Exchange users!
navalynt said:
How about Touchdown support? That would make this incredibly handy for Exchange users!
Click to expand...
Click to collapse
Touchdown actually does not sync anything to the device.
since this app read local synced events it can't read Touchdown settings or data (events for that matter).
If you wish to use Exchange calendar you can always sync your exchange account to the device using ActiveSync like this
settings -> accounts and sync -> add account -> Microsoft Exchange ActiveSync
once you synced you device this app will be able to read Exchange calendar.
anyway thanks for the advice and ill try to add support for remote Exchange
update:
i added an "add new calendar account " button in settings for those who don't have their account configured
I bought the full version but just can't get it to work.
I went to "Events list" and pressed menu > Update from calendar, and I can see all my events in the list. But it just says "will schedule - event".
Then I go to the "Filters list" and see "all. schedule", yet my phone does not go silent when my events start.
The on/off button is very confusing. When the button is red and says "off", does it mean that it is off, or that I should press it if I wish to turn it off?
Thanks!
8ESP said:
I bought the full version but just can't get it to work.
I went to "Events list" and pressed menu > Update from calendar, and I can see all my events in the list. But it just says "will schedule - event".
Then I go to the "Filters list" and see "all. schedule", yet my phone does not go silent when my events start.
The on/off button is very confusing. When the button is red and says "off", does it mean that it is off, or that I should press it if I wish to turn it off?
Thanks!
Click to expand...
Click to collapse
Hi.
the on/off button indicate the current state, meaning when the button is green and it's say "on" that mean that auto schedule is enabled
"all schedule" is the default filter that indicate that all events will be scheduled.
please pay attention that even event will be scheduled automatically only if the on/off button is in "on" state.
Pay attention that Calendar Silencer will not schedule events that already in progress, for example if you have event that start in 12:00 and you started the auto schedule in 12:05 the event will not be schedule.
if you enabled notifications please notice that the notification will disappear once the event has started, pressing the notification will clear the notification but also will cancel the alarm
let me know if have any more problems
Still nothing.
http://i.imgur.com/4avGn.png
http://i.imgur.com/Upp6O.png
http://i.imgur.com/U0UXg.png
What am I missing?
MIUI rom HTC Desire.
*edit*
It was MIUIs fault, thanks for the support Swarly!
The app now works brilliantly! Highly recommended!
fix for MIUI Rom
Disable option Settings>Programs>Calls>Anti wiretapping and it should work
I've been using a different app that seems to have this same feature set, and has been around longer.
How is this better than other competing apps that perform the same functions?
timehunter said:
I've been using a different app that seems to have this same feature set, and has been around longer.
How is this better than other competing apps that perform the same functions?
Click to expand...
Click to collapse
I cant compare these competing apps you are talking about because i don't know exactly what apps are you talking about .
I can answer you this:
before i wrote this app i looked in the market for something that will fulfill these requirements:
easy to use
work with synced calendars like exchange or Gmail calendar
will have to option to fire and forget
i downloaded several apps including paid ones and I couldn't find what i was looking for.
the ones that was simple couldn't work with synced calendars.
and those who could work with synced calendars were overkill ( profile apps that could do almost anything ) were to complicated to operate and demanded a lot of configurations and frustration.
So I decided to do my best to fulfill the goals i wrote to myself and try to keep it as simple as possible .
Because I cant look at every tool/app that exist in the market there may be an app out there that does serve the same functionality , but odds are that it either not do exactly the same or is a lot more complicated then this one.
Regards
Swarly
error during level 2
i've been using tasker but recently i starder cleaning my app list and noticed that i was using a mighty appp like tasker for just silencing the phoe when i was "busy" in my calendar.
i found your app which probably does what i want but i got intro trouble with it. i get an error when i try to turn it on (error during level 2) and the app crashes when i want to switch to the events tab (second tab).
also i haven't been able to test the filter option: i just want my phone to go silent when o am "busy" in the calendar - that's it. does the filter option allow for such a setup?
I've been looking for something like this since I first got an android phone THanks!
cpitzu said:
i've been using tasker but recently i starder cleaning my app list and noticed that i was using a mighty appp like tasker for just silencing the phoe when i was "busy" in my calendar.
i found your app which probably does what i want but i got intro trouble with it. i get an error when i try to turn it on (error during level 2) and the app crashes when i want to switch to the events tab (second tab).
also i haven't been able to test the filter option: i just want my phone to go silent when o am "busy" in the calendar - that's it. does the filter option allow for such a setup?
Click to expand...
Click to collapse
hi
Unfortunately busy mode is not yet supported in this app but its a good idea i will add asap.
please check the program version I'm updating and fixing bug almost on daily basis.
the current program version is 1.2.24
additionally if you can please report the problem using the report error button so i can have an idea about where to start looking for problems
about the error please let me know what kind of device you have
finally I started my semester and once the courses started i found some bugs and problems with my app
* fixed bug for overlapping event
* fixed bug with contact exception functionality
* minor bugs regarding event scheduling were fixed
I'll publish another big update soon that will be focused on performance.
as promised I released big update
major Performance update - from now list load faster and scroll much smother
overlaping event detection method was changed from the core from now no more false detection that caused problems
added warings to warn users that don't have calendars installed
as always I"m open to new suggestions and improvement ideas

Internet Speed Meter hides widget

Hi, I'm used to using Internet Speed Meter. It's a fine application which displays a floating widget with inetrnet speed.
But the widget often hides. I realized that it hides always when I made a call but I'm not sure if it hides also with no action from my side. I'm using Call recorder too but disabling didn't help.
Any suggestions how prevent application on background to stop? I had enabled notification, it didn'd help.
libb said:
Hi, I'm used to using Internet Speed Meter. It's a fine application which displays a floating widget with inetrnet speed.
But the widget often hides. I realized that it hides always when I made a call but I'm not sure if it hides also with no action from my side. I'm using Call recorder too but disabling didn't help.
Any suggestions how prevent application on background to stop? I had enabled notification, it didn'd help.
Click to expand...
Click to collapse
I use network monitor mini and I have no problem. But you must take care of the Doze mode from Google and the Galaxy built in battery optimization (which I disabled).
For Doze mode go to the battery settings and turn off doze for your app specifically.
Doze mode turns off every application communication and tasks after your phone is stationary for about 30 minutes I think. It opens a maintenance window every few minutes to applications do what they have to do and then turn apps off again.
It is a good approach to save battery, but it has drawbacks. So, turn off doze for every application that you need to keep it running every single minute.
Sent from my SM-G930F using XDA-Developers mobile app

[5.0+]Sloth - Profile Scheduler - Manage your phone

Hello,
It's high time to publish my first beta release publicly of my app.
This app is currently designed for devices running Android Marshmallow and newer, backwards compatibility to Lollipop is going to be added in the next update. There is no Intro yet - work in progress.
REMEMBER YOU'RE USING THIS APP ON YOUR OWN RISK!
FUNCTIONS, ABOUT APP
The point is this app is to allow user to control when the hardware functions such as WiFi, Bluetooth etc are going to be turned off/on. In the current release there are 7 avaible functions:
5 for all devices, 2 for rooted devices.
In actions that contain "on/off" you have to specific exact action by clicking on the spinner to choose whether action is going to make a function on or off. If you don't do that, the default one will be choosen.
- Turn WiFi on/off: this sets up an alarm to turn WiFi on or off
- Turn off/on Bluetooth
- Turn off/on account sync
- Change screen brightness: 3 options avaible: dark screen, bright screen and custom value with preview avaible. You can modify dark and bright values in the settings (swipe from the edge right in the main layout of the app).
- Set loud/silent/ do not disturb mode: sets a specified volume mode
Root actions:
- Turn off device
- Reboot device
You will be asked for root permission, unless you give the permission action will not be either saved and performed.
PERMISSIONS:
In the first launch you will be asked to disable battery optimisation for this app, if you don't disable it may not work properly.
In the brightness section, you will be asked for allowing app to modify system settings - it's required to change brightness by the app.
Another permission you will be asked is to allow app to modify notifications - it's required if you would like to change phone volume mode (exactly do not disturb).
To delete planned actions:
There are currently 4 methods to delete planned actions, but the only one is to cancel the action:
- In upcoming events section, click on trash and then select items to delete and then hit trash one more time to delete
- Swipe left on item to delete
- Hit on the trash button, then click delete all
Those methods DO NOT cancel pending action
To cancel pending action:
- Click on an item you want to cancel, the editor will pop up
- Hit on the trash button, then the action will be canceled and item deleted.
Changelog:
Version 1.1:
- Optimised navigation drawer
- Fixed bluetooth service that did not update alarm
- New intro added
- Added backwards compatibility back to Lollipop
- After device is rebooted alarms are no longer cancelled - they are rescheduled if still valid
- Navigation drawer is now open for the first boot
- Now you can ask for permissions one more time from navigation drawer
- Fixed app icon not showing on some devices
Version 1.2
- Repeat every day function added
- Minor bugs fixed
- Updated Toasts messages
Version 1.3
-fixed delete all alarms button
-fixed daily alarms not being fired daily
-added repeating alarms to fire in week days
-if no day buttons are selected, even if repeat switch is checked,
alarm will fire once
Version 1.4
- fixed one time alarms not being triggered
- updated toast messages
- fixed date not being shown properly
Version 2.0
-fixed account sync turning on specified days instead of everyday
-fixed acc sync alarms not being fired after device reboot
-new UI - now there is no new activity opened, you can manage your alarm through one view
-turn on/off alarm - now you can manage if you alarm is valid or not
-now on item swiped cancels and deletes current alarm
DOWNLOAD:
Google Play: https://play.google.com/store/apps/details?id=dominik.kedziak.sloth_profilescheduler
Credits:
Icons made by Freepik from www.flaticon.com
Write down in the comments what functions would you love to see in the upcoming update.
Bests
If I put a future date in a profile, will it be repeated daily until that date? If not, how can I create a profile and repeat it daily? Thank you
jordirpz said:
If I put a future date in a profile, will it be repeated daily until that date? If not, how can I create a profile and repeat it daily? Thank you
Click to expand...
Click to collapse
I had a some issues in implementing repeat feature (likey in specific day) so current alarms are fired one time only.
So, currently there is no way to repeat alarms automaticly, only by creating a new one.
Anyway, I've added this to my todo list. I hope you will be able to use this feature by the next update
Hi, thanks for your work and the new features. Can you add that days of the week you want a created profile to be activated / deactivated ?. Thank you very much.
@jordipz working on that! Should be updated soon!
Thank you very much for the update.
I can see in my service app that airplane mode on/off exist.
Can you active this option?
Yes I was about to do, but I focused on making repeating alarms at first.
Now I'm taking up for modifying UI and adding non-root required services (e.g turning airplane mode, mobile data etc needs root access).

[App][9.0+] Easy DND (Do Not Disturb) - New Premium Feature!

Easy DND (Do Not Disturb)
for Android Pie and up​
**********
REVIEWS
"Easy DND is an app that aims to make the DND settings accessible in a more user-friendly manner"
XDA Portal
"If you'd rather open an app than dive into your settings to access the features of your device's do-not-disturb mode, Easy DND is an excellent choice"
Android Police
**********
Easy DND is an app that offers the best features of Android’s Do Not Disturb in an accessible, user-friendly and colorful interface. It is designed for the latest versions of Android (Pie and up).
Change your options on the fly without having to delve into the depths of System Settings. Just keep Easy DND on your main screen and you will not want to go back to the old way of controlling your phone calls and other interruptions.
Now with homescreen widget for quick access.
Custom scheduling feature.
Easy DND let’s you toggle:
- Full Do Not Disturb - with no interruptions at all
- Priority Only
- Alarms Only
- All Phone Calls
- Starred Contacts Only – for your preferred contacts
- Repeat Callers
- Contacts Only
- Media Sounds
- Messages
- Touch Sounds
- Alarms
- Automatically turn DND off after next alarm
- More to come…
Easy DND is free and made in Flutter, the new way of creating expressive, beautiful apps. It needs only one permission to interact with “Do not Disturb”. Simply turn Easy DND off to exit it. No hassle!
This app is in beta, to join go to : Google Playstore - Easy DND
Please give feedback in this thread.
Changelogs
13/4/2019:
Improved Icon
Fixed text overflow in large devices
Added Alarms Only mode
20/4/2019
Bug fixes - improved stability
8/5/2019
Dark Mode
Priority Only Setting now appears on tile
23/6/2019
New button on appbar allows you to automatically stop DND after your next alarm.
30/6/2019
Added tutorial for first-time users
17/7/2019
Bug fix.
27/3/2020
Homescreen widget now available for quick access to settings
Plus Priority Only options are now saved.
31/3/2020
Added a timer.
25/06/2020
Schedules. Premium option.
Feature requests:
- Custom Schedules Done in version 3.0.0
- Per app function
- Mapping to OnePlus Alert Slider
- Integration with Automagic and Tasker
- a quick settings tile to bring up a popup menu
- a homescreen widget Done in version 2.1.0
- a timer Done in version 2.2.0
- switch off after next alarm Done in version 1.5.0
- an alarms only mode Done in Version 1.1.0
- Total silence profile that still allows for silent notifications
- Save priority settings so that they stick (touch sounds, media, alarm etc) Done in version 2.1.0
It's great, very useful ?
AlienCreature7 said:
It's great, very useful
Click to expand...
Click to collapse
Thanks, glad you like it!
Glad to see there are quite a few installs!
Guys, don't forget to report bugs and make feature requests!
StrangerWeather said:
Glad to see there are quite a few installs!
Guys, don't forget to report bugs and make feature requests!
Click to expand...
Click to collapse
Looks great! I like the clean design and colors. Might I make 2 suggestions / requests:
1. Is it possible to make the UX a bit more... predictable? For example, when you click a button, it activates an option, but when you click it again, it doesn't seem to do the opposite, which leads to confusion as to how to get back to the original state.
2. Integration with Automagic / Tasker / etc?
Thanks for your efforts!!
Thanks for the app, it seems useful. And looks pretty nice too, especially the animation when you click or hold something.
A couple features that would make it more useful: a quick settings tile to bring up a popup menu, and an alarms only mode.
Also, something that's probably a bug: when you enable Full DnD, then turn it off, then enable Priority Only, all the media, alarms, etc settings will still be off thanks to Full DnD.
Lastly, I see the description says open source, but don't see a link. Would you mind linking to the source code?
lampon said:
Looks great! I like the clean design and colors. Might I make 2 suggestions / requests:
1. Is it possible to make the UX a bit more... predictable? For example, when you click a button, it activates an option, but when you click it again, it doesn't seem to do the opposite, which leads to confusion as to how to get back to the original state.
2. Integration with Automagic / Tasker / etc?
Thanks for your efforts!!
Click to expand...
Click to collapse
Hello! Thanks for the good words! Could you give me an example of when you click a button and it does not have the expected behaviour? Cheers!
Integration with Automagic and Tasker: I'd have to work out how to do that, but I'll add it to the to do list!
BeeWall said:
Thanks for the app, it seems useful. And looks pretty nice too, especially the animation when you click or hold something.
A couple features that would make it more useful: a quick settings tile to bring up a popup menu, and an alarms only mode.
Also, something that's probably a bug: when you enable Full DnD, then turn it off, then enable Priority Only, all the media, alarms, etc settings will still be off thanks to Full DnD.
Lastly, I see the description says open source, but don't see a link. Would you mind linking to the source code?
Click to expand...
Click to collapse
Thanks also for the good words. I'll add the feature ideas, they are good ideas and I should be able to implement them fairly soon. Lastly, Enabling Priority Only is supposed to switch off media, alarms etc initially. Same as Full Dnd. The only difference is that you are then able to toggle them on if needed. Hope this clarifies things!
StrangerWeather said:
Hello! Thanks for the good words! Could you give me an example of when you click a button and it does not have the expected behaviour? Cheers!
Integration with Automagic and Tasker: I'd have to work out how to do that, but I'll add it to the to do list!
Absolutely! As for the 2 items mentioned:
1. Example - it looks like the default state is DND off. If you turn it on using the green top left button, then turn it off again, then click on e.g. media sounds (which is off at that point), it will turn on all 4 options, media, messages, touch, and alarms. You can't then however click to turn any of these off again. Come to think of it, maybe this is a bug where DND state does not match on/off state of various settings.
2. Automagic / Tasker - thanks for looking into this! Not sure if this is your main focus after putting so much effort into the UI, but it would be super useful. I currently use Automagic to set DND on when connected to work wifi, but it refuses to turn it off when disconnected even though I've set that.
Thanks again!
Click to expand...
Click to collapse
lampon said:
StrangerWeather said:
Hello! Thanks for the good words! Could you give me an example of when you click a button and it does not have the expected behaviour? Cheers!
Integration with Automagic and Tasker: I'd have to work out how to do that, but I'll add it to the to do list!
Absolutely! As for the 2 items mentioned:
1. Example - it looks like the default state is DND off. If you turn it on using the green top left button, then turn it off again, then click on e.g. media sounds (which is off at that point), it will turn on all 4 options, media, messages, touch, and alarms. You can't then however click to turn any of these off again. Come to think of it, maybe this is a bug where DND state does not match on/off state of various settings.
2. Automagic / Tasker - thanks for looking into this! Not sure if this is your main focus after putting so much effort into the UI, but it would be super useful. I currently use Automagic to set DND on when connected to work wifi, but it refuses to turn it off when disconnected even though I've set that.
Thanks again!
Click to expand...
Click to collapse
Excellent, thanks, I will check out what you describe and come back to you.
Click to expand...
Click to collapse
@BeeWall - I've added a link to github in the OP.
lampon said:
StrangerWeather said:
Hello! Thanks for the good words! Could you give me an example of when you click a button and it does not have the expected behaviour? Cheers!
Integration with Automagic and Tasker: I'd have to work out how to do that, but I'll add it to the to do list!
Absolutely! As for the 2 items mentioned:
1. Example - it looks like the default state is DND off. If you turn it on using the green top left button, then turn it off again, then click on e.g. media sounds (which is off at that point), it will turn on all 4 options, media, messages, touch, and alarms. You can't then however click to turn any of these off again. Come to think of it, maybe this is a bug where DND state does not match on/off state of various settings.
2. Automagic / Tasker - thanks for looking into this! Not sure if this is your main focus after putting so much effort into the UI, but it would be super useful. I currently use Automagic to set DND on when connected to work wifi, but it refuses to turn it off when disconnected even though I've set that.
Thanks again!
Click to expand...
Click to collapse
So I had a look and this is what happens in my case:
1. DND OFF by default (media, alarms etc allowed - can't be toggled)
2. I click on the top green button: Full DND ON (media, alarms etc go to OFF - can't be toggled)
3. I click on the green button again: DND back to OFF (media, alarms etc go back to ON - can't be toggled)
This is expected behaviour. Is that not what you are getting then? If not, please let me know what phone you are using and what android api you're on. Cheers!
Click to expand...
Click to collapse
Anyone using the app with a Samsung device? Someone on Reddit says that the "Advanced Settings" button crashes the app on a Note 9. Can you guys reproduce this?
It might be that the path to System Settings is different on Samsung devices, in which case I need to modify my code. Please let me know! Cheers!
Now live in the Playstore, version 1.1.0. Still Beta.
Changelog:
Improved Icon
Fixed text overflow in large devices
Added Alarms Only mode (as requested in this thread)
Version 1.2.0 is live!
Changelog
Bug fixes - improved stability
Please keep the feedback coming!
Update coming up tomorrow, with dark mode and more!
Love the app! Actually managed to get a setting that I cant find by default on my Huawei Mate 10 pro: Silent calling when called by unknown number, _while_ keeping notification sound on for apps. I use this DND setting 24/7 now.
somebully said:
Love the app! Actually managed to get a setting that I cant find by default on my Huawei Mate 10 pro: Silent calling when called by unknown number, _while_ keeping notification sound on for apps. I use this DND setting 24/7 now.
Click to expand...
Click to collapse
Thanks for the feedback, I'm glad it's useful!
New update is live :
Dark Mode
Priority Only Setting now appears on tile
Enjoy!
Next on the list: Ability to create schedule profiles.

Categories

Resources