Recent content by Ravrahn

  1. Ravrahn

    Post [Q] adding event to android calendar without showing the calendar

    You'll need to use the CalendarContract API, and add a certain permission. This is only possible in 4.0 and up, however.
  2. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    I've been having trouble fitting it in with uni, but I just got an awesome laptop (and I've got next week off) so I might be able to get some more done now.
  3. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    Added a DashClock extension for the next release! Looks very similar to the regular notification. Expanded Normal
  4. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    Fixed that annoying bug that was causing us to get empty timetables every time we opened the app. Turns out it was setting the current week to week 0 under some very specific, but not unusual circumstances. You needed to exit the app in week 1 with week 2 being empty. This is fixed, it was a...
  5. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    Hm... I suppose I should set the name textview to have a maximum width and ellipsis out. I'll do that. Actually, this is possible! It's a stock Android feature, a bit hidden away. Tap on any of the numbers and you can enter them with the keyboard. This should be easy to fix! I'll give it a...
  6. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    Yeah, colour-coding is pretty much going to happen, but I'm saving it for a future version because I don't want to make too many changes to the database right now.
  7. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    I'll be working on some of the uni stuff you mentioned, because I'm now a uni student! Are you using the beta or the Play Store version? I can't remember if you can create new classes in the Play Store version, but you definitely can in the beta. Same with auto-rotate and class end times. Still...
  8. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    The first beta! There's some neat improvements here. The most important thing is that the week system works a lot better. You can add weeks from the Action Bar dropdown, and they are removed automatically if they're empty. You can have any amount of weeks in your timetable now! Changelog...
  9. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    I've decided that I'm not going to implement tasks in Timetable 1. This means there aren't any new features to implement and I can focus on bug fixes from now on. Tasks may come in a 1.X update, as will several other features, but I really want to get Timetable 1 out ASAP. No more alphas, we're...
  10. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    Doing a B.Comp Sci, and trying to fit some design courses in alongside the programming and maths. Should be fun!
  11. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    I'm a bit busy enrolling in university =D Probably won't be able to do much work on it until Monday. I may try to make it better for university students soon, since I now am one.
  12. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    I'm using stock Android drawables for the widget background, and as far as I know there's no white version. I will be redesigning the widgets soon-ish, and there may be light themes to fit with the rest of the app.
  13. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    This link should be the one: https://www.box.com/s/lshhfjobswuc32cfbgk8 (I copy-pasted the address bar link instead of using the share button, sorry) Yeah, I'll put a warning in if it's overwriting. I'm also going to put in a default name, probably just the date or something. By the way, the...
  14. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    So it looks like alpha13 didn't compile properly, or something went wrong when I signed it. All of the errors are 'class not found', so basically, Android doesn't want to acknowledge that the code exists. I think the problem is that ViewPagerIndicator didn't build properly. I'm going to try...
  15. Ravrahn

    Post [APP][1.6+][24/01/13] Timetable 1.0-beta1

    If you have the Android SDK installed, you can create a txt file containing the stack trace by navigating to the platform-tools folder of the sdk in a terminal/cmd window, and performing the following steps: 1. Connect your device 2. Run "./adb logcat -c" 3. Crash Timetable 4. Run "./adb logcat...