Category Archives: Auto Respond

Auto Respond 1.2.6 and beyond

I just published Auto Respond 1.2.6.

Not a whole lot of changes in this version, but I think they are important changes:

  • Finished standardizing the look and feel throughout the app
    • Settings screens now have “OK” and/or “Cancel” buttons in them
Also, I went out and got myself a Nexus 10 on Christmas eve (for those of you who are wondering,  I found it at Walmart. Same prices as on the Play Store.)
I know it’s not really an app for tablets, but I have confirmed that Auto Respond DOES open properly, turns on properly, etc. on a tablet. I know there are apps out there that allow you to send and receive SMS messages on a tablet (such as DeskSMS) but I have not yet tested it with such apps. I’m not sure if the app actually PERFORMS properly on a tablet with such apps, but I have confirmed that it at least opens and it looks OK on a tablet. (No FC’s or glaring bugs that I found. The new settings look caused some FC’s on the tablet, but I fixed them.)
I do plan on making sure that it is compatible with apps such as DeskSMS at some point, and giving it a tablet UI, but I’m not sure exactly when that will happen. (I’m sure not too many people will be using this app with a tablet, so it’s not on the top of my to-do list… unless some of you let me know that you will actually use that functionality.)
As I’ve said before – this is my first Android App, so I’m kind of learning as I go. With the tablet implementation it will be another learning experience.
I did get a request over the weekend, so I will be thinking about how to implement that. The request is the ability to send a specific response to specific contacts, or contacts that follow a certain pattern. (In the case of the individual request, anything that contains @theRequestedDomain.com) I have received similar requests in the past, so this is something I am going to make a priority.
I’m not exactly sure how to implement this, or how to properly test it, but I have some ideas to get me started.
As usual, I just published this release. It may be an hour or 2 before it’s live on Google’s servers. And if you find any bugs or feature requests, let me know.
Lastly, I hope everyone had a safe and enjoyable holiday, no matter what you celebrate. I hope you all got the gifts you were hoping for, and I wish you all the best in the upcoming new year!

More Polishing

I just spent a few minutes polishing up my layouts.

  1. layouts which have a list view in them (such as the “Preset Messages” screen) previously have no separator between the list view and the button(s) at the bottom of the screen (On Android 4.0+, no separator is needed on 2.x). This was because the way that I had it set up, that separator would end up on top of one of the list items if the list was long enough. I found a way to fix that, so now ALL buttons on the bottom of the screen have separators.
  2. I found an easy way to add Cancel and OK buttons to my settings screens. Unfortunately, this is not a simple add the buttons to the view and I’m done. I need to now go through all of the settings screens and make the cancel button return the settings to their previous values. This is not hard, it is just time consuming. (And considering I don’t have a whole lot of time to program this weekend, it won’t be done immediately… likely early to mid next week.)
  3. I added a Cancel button to the bottom of both the Credits and the Help screens.
  4. I added a separator above the buttons on the purchase dialog, when clicking on “New Schedule” in the free version of the app. (Again on Android 4.0+)
  5. The “Do Not Respond” contact picker screen looks exactly like the “Preset Messages” screen. The Sort button is not enabled right now, as I have not worked on sorting the list of contacts yet. I’ll probably work on that early next week as well. (Unfortunately, sorting is not my strong point. But now that I have schedules sorting properly, I should be able to reuse the same code, with some minor changes, for the contact list.)
I think that’s about it. I’m pretty sure that all of the changes I’ve made so far are purely aesthetic, so I won’t be releasing an update today. When I finish the functionality of the buttons at the bottom of the settings screens, I will release the update which includes all of the above mentioned enhancements. 
Once this update is released, navigation throughout the app will be VERY consistent. At the bottom of each screen will be a Cancel and/or OK button, which will take you back to a previous screen, and any actions above those buttons will take you forward to a new screen.
The only screen which will not have such buttons is the main screen, with the tabbed view. This is for 2 reasons:
  1. The scheduler screen is already cramped, and adding more buttons will only make it worse
  2. This means that the user has to hit the Back or Home button on their phone to exit the app.This is consistent with the Android design guidelines, and I think is more intuitive for the user.

Do Not Respond Window (And happy holidays)

I realized the other day that there was yet another neglected window when I did my redesign… the “Do Not Respond” window.

Part of the reason why I forgot it is because it’s buried in the settings, and I cannot apply quite the same design to the settings window (or at least not easily… maybe I’ll look into that as a possibility.)

So I just spent a few minutes reworking that window as well. It was a quick and painless transition, but it isn’t really enough of a change to need a new release (especially since I just put out an update this morning) so I’m going to sit on it for a while, and it will be included in my next release.

Since I just mentioned it (and literally just thought of it as I was writing it) I will look into the possibility of adding a cancel and OK button to the bottom of the settings screens, to keep that constant with the rest of the app, but I’m not sure if that’s easily done. I may have to literally rewrite ALL of the code for those screens in order to make that possible, instead of just rewriting the layout and a small bit of logical code. If that’s the case, it will not be done. But if there is a way for me to easily add buttons to a settings screen, I’m sure I’ll find it.

Until next update, let me know if there are any feature requests or lingering bugs. Otherwise, you probably won’t hear from me for a week or so. I have family in town this weekend, and will likely be spending the next few days with them instead of my computer.

Happy holidays everyone! I hope you all get all of the presents that you asked for and, as always, stay safe!

Auto Respond 1.2.5

I just published an update to Auto Respond. Not much in the way of changes, but I may have potentially finally killed a big bug.

People have been emailing me, saying that sometimes my app doesn’t send a response. Some people have sent crash reports when it has happened, all of the crash reports pointed to a “null pointer exception”, but I couldn’t figure out where exactly it was happening. (Even with all of the information provided in the error reports.)

Today I was going through my code, block by block, and commenting it thoroughly, in case there comes a time when I put this away for a while and return to it months later. While I was doing this, I finally realized where this error is possibly being generated. (And possibly fixed some other errors in the process.)

That being said, here’s the change log:

  • More work towards supporting multiple languages
  • Some small bug fixes
    • Hopefully a fix for the people who have had occasional issues with it not sending a response (I’ve been looking to squish this bug for a while now!)
    • Small logic changes to fix things that you probably didn’t notice
I usually do this occasionally with all of my programs… go through them line by line, or block by block, and see what I have overlooked. Usually I do find something small that can be changed or improved somehow. This time I potentially found, and fixed, a big bug.
If you DO run into an issue where the app doesn’t seem to be sending responses correctly (or any other bugs for that matter,) please let me know via email, Google+, Twitter, whatever.
As usual, I JUST published this update, so it may be a couple hours before it’s live on the Play Store.

Google Analytics

Yesterday I started playing around with Google Analytics, and figuring out how to build it into Auto Respond.

The versions that are out now do not include Google Analytics in any manner, but I am looking into possibly building it into future versions. That would mean that the paid app would once again need internet permission in order to send the data back to Google, but this would be the ONLY information sent and there would be no personal information transmitted.

For those who aren’t aware, Google Analytics helps developers understand how users are interacting with their products. It will tell me how many times specific screens are viewed, how many active users I have, and potentially which buttons and other elements are interacted with most often.

This information can help me understand how you, as users, interact with my app. It can tell me which things you use often, which things you never really use, whether you tend to click buttons more than list views, and possibly even what settings are used most often.

I’m not sure of the exact information I can get, as I have just started playing with it, but rest assured that I will NOT be able to see that John Smith opened the app x times, or click this button, or has these settings set. I simply get a report for ALL of my users and cannot tell the difference between interactions from one user to the other. (I do not need, or care about, statistics on a per user basis in order to get useful information.)

I can then use this information to improve the parts of the app that are used most often. If people tend to use the scheduler a lot, I can spend some extra time with new features to give you more of what you want. Or if people use the preset messages a lot, maybe I can add more information to the list view, or create new sorting options, etc.

Or, on the other hand, if people tend to not click on my list views, I can make it more obvious to the user that clicking on the object will cause some action.

Overall I’m very excited to see what I can do with this tool! And once it’s set up I think it can greatly help me improve interactions in my app. The ONLY downfall is that the paid version will require permission to access the internet, which I think is a small price to pay for an improved app.

Let me know your thoughts, and if you have any experience with Google Analytics, feel free to let me know how it worked out for you!

TL;DR – Google Analytics will potentially help me understand how my users use my app, and help me improve the user experience.

Auto Respond 1.2.4.3

I just released a new Auto Respond, this is only for paid users. The only difference is a new sorting option for schedules.

Unfortunately, I was in the middle of working on this when I released 1.2.4.2, and included the incomplete code in that version, so I decided to finish this ASAP as to minimize problems. There will be even more sorting options in the future.

If you are using the paid version of 1.2.4.2 DO NOT sort your schedules until you update to 1.2.4.3. If you do sort them prior to updating you’ll likely end up with duplicate schedules, or missing schedules, and you’ll end up needing to delete them all and recreate them.

The new version was just published, and should be publicly available in an hour or 2.

Auto Respond 1.2.4

I just pushed an update to Auto Respond.

Here’s the changelog:

1.2.4.1:

(Paid)

  • Fixed an issue with the “Preset Messages” button in scheduler

1.2.4:

  • Changed how/when feedback window is displayed

(Free)

  • Interstitial ad should be less delayed when undocking
I realized after releasing 1.2.4 that the issue with the “Preset Messages” button in the paid version was still not fixed. So I looked at it again, fixed it for real, and released another update.
So if you are using the paid version, you should be looking for 1.2.4.1
if you’re using the free version, 1.2.4 is the latest.
These probably aren’t yet through Google’s servers yet, but they have been published and should be available shortly.

Auto Respond – Paid Features vs. Free Features

For those who are wondering how I’m distinguishing paid features from free features, I’ve come to the decision that anything that allows you to bypass seeing the ads will be a paid feature.

The whole point of a free version is to attempt to generate revenue from users clicking ads,  and to give the user a free “trial” of the app. But if you never see the ads, there is no chance of generating revenue. (I use “trial” for lack of a better word. But the free app is obviously fully functional, and without an expiration date. The paid app just has more features.)

This means that the following features will be paid only if/when they are completed:

  • Widgets
  • Timer
  • 4.2+ lock screen widgets
  • 4.2+ Quick Settings toggle (As stated before, not sure if this is even possible, but if it is, it will be paid only)
  • Any other new features that I come up with that bypass opening the app’s main screen
I will continue to improve the free version as well (as I have all along – I do have some improvement ideas that will apply to both) but the above features will not be available in the free app.
Although the ability to turn on Auto Respond via docking the phone DOES give the user the ability to bypass the ads, I’m going to leave it available for 2 reasons:

  • I don’t want to charge for a feature that once existed for free
    • other developers have done that in apps that I’ve used in the past and it soured me as a user, so I don’t want to do that to my users
  • It can be seen as a safety feature, so I want that to be available to all of my users.
    • Turning the app on when in a car dock can be seen as lessening distractions while driving, so I see it as a safety feature. I feel that everyone should have access to safety features for no extra charge.

To get the best of both worlds (allow users to use the dock feature, but also have them see an ad) I have added what is called an “interstitial” ad when you undock your phone. This will pop-up a full-page ad when you undock. It will only show up if Auto Respond is being turned off while undocking. This means that if you are not using the dock function, it will not randomly pop-up ads on you while removing your phone from a dock. (Of course, this ad only appears in the free app, not the paid app.)

This ad has been in the app for a couple versions now, so if you are using the dock feature, you should be seeing an ad when undocking.

I hope you agree with this decision, as it’s the best solution I could find that satisfies you as a user and me as a developer. If you have comments or questions, don’t be afraid to express them.

Auto Respond 1.2.3

I just pushed another update (lots of updates these last couple days!)

Change log is small, especially for free users:

  • Fixed an issue with the toggle button displaying incorrectly (sorry, old code that never got changed)

(Paid Only)

  • Added ability to start and stop schedules on demand
Here’s the new schedule screen:
This functionality came to me yesterday. My Monday meeting was moved, because my boss was out of the office for the day, so the meeting was Tuesday instead. It would have been nice to be able to click that button to start and stop the schedule at abnormal times. I started working on this last night, when I got home from work, and finished it up early this morning.
This layout was a pain to figure out a good way to display all of the information as well as the buttons, but I think this is good way to do it. Each individual row is a bit taller because of the buttons, but I feel that it was a necessary side effect. (Plus it gave me a new way to organize the text more effectively.) 
As usual, if you have input on how it can be improved feel free to talk to me. I’m always open to feedback.
This update was just recently published, so it may be a while before it’s live on Google’s servers.