Auto Respond 1.0.1

I’ve published Auto Respond 1.0.1 to the Play Store.

The only difference is that it now handles responses over 160 characters, and it has a character counter under the text input on the main window to show you how many characters you have left. If you go over 160, it will display something like “142/2” showing that you are on your 2nd set of 160 characters, and that you have 142 characters left before going over another 160.

For most modern phones these messages will be received as 1 piece. But for users with older phones, or non-smart phones, they will be received as multiple messages, each containing 160 characters or less.

As usual, this update has been published, but may not be live on Google’s severs for a an hour or more.

If anyone runs into another issue such as this, please let me know so that I can correct it.

Auto Respond – Long Message Issue

Just to let you all know, I’ve been working with a user who was having problems with Auto Respond not sending his response message. I added some diagnostic code to try to figure out what the issue was.

He just got back to me, saying that he shortened his message and now it works fine. This leads me to believe that in its current state, Auto Respond may have issues sending long response messages. Usually the limit for each SMS message is 160 characters, so I’m assuming he went above this limit.

I will be looking into this issue, testing and finding the actual limit that causes the issue, and then finding a way to work around this limit. I may have to break the messages up into smaller blocks and send multiple messages, or there may be a way for me to send it that allows for a larger character limit. (I know that above 480 characters, sending as an MMS is usually recommended.)

Once I figure out what this limit is for sure, I may put a character counter under the message telling the user how many characters remain before entering unsafe territory.

Bottom line – I will be working on fixing this, and will hopefully release an update within a couple days to address this issue. I just wanted all of you to be aware that there IS a limit, and if your responses are not being sent correctly you may need to temporarily shorten your response message.

Auto Respond 1.0

I just pushed Auto Respond 1.0 to the play store!

Change log:

(Common)

  • Fixed some lingering bugs
  • Updated “Help” and “Do Not Respond List Description” screens
  • User can now swipe left and right to change between tabs on main screen (This is kinda laggy, so it may be improved upon later)
  • removed some incomplete settings from the menu (They were deactivated so you couldn’t use them anyways)
  • removed “OK” and “Cancel” buttons from main page. Back button saves and exits.

(Paid Only)

  • Added scheduler
  • WAKE_LOCK permission needed for scheduler

(Free Only)

  • Moved ad locations
As usual, it may take some time for the new version to be pushed through Google’s servers, but it should be available in an hour or so. 
I’m also currently working with a user to fix a potential bug. It may have already been fixed in this version, but if not I may be pushing another update soon.
PLEASE put this scheduler to the test! I did my best, testing all sorts of things, but I’m sure that there may be some small issues lingering. If you find any, let me know! (Remember, the scheduler is ONLY available in the paid version!)

Scheduler Testing Progress

Late last night and today I’ve been doing a lot of testing of the scheduler.

As expected, there were a lot of bugs in the initial version, but I fixed a TON of them last night, and some more this morning.

As far as I can tell, everything seems to be working flawlessly on Android 4.1.2. I haven’t tested other OS versions yet, but over the next couple days I will start testing on 2.3.

As of now, I expect to release the new version on Monday or Tuesday.

Scheduler Done!

It’s done!  The scheduler is done!

I spent almost all day today working on understanding how the alarms are scheduled, as well as how they are triggered, and how to deal with time zone offsets. It took me hours just to understand the flow of control with alarms. But after many hours, and a drawing of program flow, it seems to be working very well.

I’ve only tested a schedule that occurs every day, not yet testing whether the day of week selections or month selections work properly. I have built in checks for those things, but they aren’t yet verified to be working properly. I will test both of those things throughout the week across multiple OS versions.

I have already set up 1 schedule that I will be using on a weekly basis, and I will find out Monday morning if that is triggered properly.

As stated in my last post, I expect to have this fully tested and released before the end of next week. With any luck, it’ll be early to mid next week.  🙂

Thanksgiving Update

I’ve spent a LOT of time the last few days, making what seems like minimal progress.  Some things get exceedingly complicated when you start using more complicated views to display things. The upside is that it makes things look and feel better for the user.

All of that being said, I got the checkbox on the schedules working. It took me almost an entire work day to do it, but I did it. Schedules can now be activated/deactivated from the checkbox on the list of schedules, OR from within the edit screen for each individual schedule.

While doing this, I also found and fixed some bugs in the editing/deleting process for the schedules (luckily I found them before releasing the scheduler as a feature.)

All that is left now is creating the alarm activity to trigger the start and end of the schedule, then acting on that alarm to actually enable/disable Auto Respond.

ETA:

I don’t like giving an actual ETA, but I’m hoping to have the scheduler done by the end of this weekend. I probably won’t do any programming today, but I might get some done tomorrow, and I’ll likely spend some time on it on Saturday and possibly Sunday as well.

That being said, if it’s completed by the end of the weekend, I’ll probably test it during the week, and hopefully release it near the end of the week (assuming I don’t run into many bugs.)

As I’ve stated before, this will be a PAID ONLY feature. If you click on “New Schedule” in the free version, it will prompt you to purchase the paid version.



REMINDER: If you purchase the paid version before the end of the month, all proceeds go to the Epilepsy Foundation for Epilepsy Awareness Month! I haven’t gotten many purchases this month, but I have gotten a few. I would be very grateful (and so would the Foundation) if some of you made a purchase before the end of the month.

If you do purchase after the end of the month, and would still like your purchase to be donated, email me and I will make the donation.

Side note: It would be nice to see some ratings and feedback in the Play Store too! 😉

For those of you who celebrate Thanksgiving today, I wish you all a happy and SAFE holiday! Please be careful while travelling, and use caution when cooking for yourselves, your families, and/or your guests.

Scheduler is almost there!

I’ve been working on the schedule for Auto Respond a lot recently. Today, I finished the ability to edit/delete the schedules.

It may sound like a minor victory to you as a reader, but it took a LOT of work to get this working properly. (Mostly because I couldn’t figure out why I wasn’t able to click/long-click the schedule list. Once I figured out what was going on there, it wasn’t too bad.)

Things that still need work:

  • The checkbox on the list of schedules currently does nothing
    • Eventually it will activate/deactivate individual schedules
  • The schedules themselves still do nothing
    • When the schedules are activated/deactivated I need to set an “alarm” which is acted upon
    • When the “alarm” is triggered, I need to enable/disable auto respond and change the current message
While doing this, I think I may have figured out what my problem was when trying to build a widget. Just like the list items, I couldn’t click on the widget once it was created. So if I apply the same logic to the widget, I may be able to get it working the way I want it. Right now I’m on a role with the scheduler, so I’m going to finish that before going back to the widgets.
With any luck, I’ll have the scheduler done in a week or so, maybe less. It depends on how much programming I want to do this holiday weekend, and how much trouble I run into with the alarm activity. (In theory, the alarm activity shouldn’t be too bad, but we’ll see what happens.)

Auto Respond 0.10.3

More bug fixes mostly with this update.

  • Fixed an issue that may make it impossible to edit the title of a message in the “Preset Messages” list
  • Fixed an issue with deleting preset messages
  • Changed layout of “Preset Messages” list
The “Preset Messages” list now shows the name of the message, and the actual message. As I work more with layouts I am learning how to do things like this, so I go back and improve existing features. 
As I was working on the new layout, and getting it to display properly, I realized that the way I was handling deleting messages was not correct. I was missing some important pieces of the process. I was deleting the message, but I was not decrementing the list properly if there were more messages after the one that was being deleted. This led to some VERY unexpected side effects if you did something like delete the first message in a list of 5 messages.
This has been taken care of. When you delete a message the list should do exactly as you expect it to do, regardless of the position of the message within the list of messages.
I eventually want to work on sorting this list, but that will come in the future. (I just officially put it on my to-do list)
As usual, I have published this update to the Play Store, but it may not be available for another hour or 2.

Progress on the Scheduler

I have made some good progress on the scheduler today and yesterday. Schedules are saving, and they are displaying correctly in a list on the scheduler tab.

I still have to work on editing and deleting the schedules once they are created, and actually scheduling an action once the day/time of the start and end of the schedule occur, but I did actually make a lot of progress. I also made a lot of changes to what the schedule list looks like (not that you guys know what it looked like before, but I spent a LOT of time perfecting it.)

Here’s what it looks like right now:

Those are all dummy schedules, setup to show a variety of different possible configurations for the schedule (and a variety of different use cases.)

The End Goal:

Each of those schedules has a message specific to the schedule, which is set at the creation of each individual schedule. Therefore, you can set the meeting message to say “I’m in a meeting, I’ll be out at 9.” and you can set the class message to say “Busy learning math,  I’ll be available around noon.” As stated above, I will be working on the ability to edit these messages, and the rest of the detail of each schedule. Editing and deleting will be available upon long-pressing the schedule, just like how the list of preset messages works. (At least, that’s the plan as of now.)

When the schedules trigger, they will set the current message and turn on Auto Respond. When the scheduled event ends, it will return Auto Respond to its previous on/off state, and return your message to whatever it was before the beginning of the scheduled event. (This behavior may end up becoming an option – whether you would prefer it to return to the previous state at the end of a scheduled event, or turn off at the end of the scheduled event regardless of the previous state.)

Unfortunately, none of that actually happens yet. What you see here is basically what is working, and nothing more. It displays, it doesn’t actually work yet.

I will continue to work on getting this working whenever I have free time. I have decided that this WILL be a paid-only feature. If you want the scheduler ability, you will have to pay $.99 for the paid app.

GUI Euchre 1.0.2.2

I didn’t mention it, but I also updated GUI Euchre last night. I fixed the few bugs that were there.

  1. Fixed a bug which caused 4-point hands statistics to not save after being cleared
  2. Fixed a small layout misalignment (Small enough that most of you probably wouldn’t notice, but I did)
  3. Possibly fixed an issue which caused the program to think an update is available if no internet connection is available. (I will test that at work today, to make sure it is working properly.)

get it here: bit.ly/GUIEuchre

If you find any more bugs, let me know. Other than that, I should be working on improving the AI of the computer players soon.