-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated to XE16 #4
base: master
Are you sure you want to change the base?
Conversation
Changed Timecard API calls for match GDK 19 Moved openOptionsMenu to onAttachedToWindow
Changed Timeline api calls to GDK19
Thanks! |
My pleasure :-) |
A good start, as it does show now in the timeline, but it still won't start...immediate crash unfortunately. |
Odd.. the patch in MenuActivity should address that. Can you give me a stacktrace ? |
Already shut it down...headed to bed. Would be happy to in the morning :) On Wed, Apr 16, 2014 at 2:50 AM, Mad Beggar notifications@github.comwrote:
|
Jtxr mentioned he's on it so hopefully we'll see a fix soon |
Thanks for the pull request, the changes look extremely similar to what I ended up doing. tehDrew, did you get it working? |
This is still not working for me. It compiles, but there's no sign of its UI anywhere (no live card, not in voice menu). |
You need to run the app manually at least once before it will show up. adb shell am start -n On Thu, Apr 17, 2014 at 2:18 PM, jimrandomh notifications@github.comwrote:
|
I compiled and ran with eclipse at the same time, so it worked perfectly on
|
Justin, This disappears even after the intent is run once - it has to be run again. Can't seem to make it stick, despite compiling using the latest source. Any ideas? |
Interesting. I noticed it disappeared once on me, but I couldn't reproduce it so I assumed my device was running low on memory and the process was killed. I'll try to test it a bit more. |
Thanks! On Thu, May 1, 2014 at 10:35 PM, justindriggers notifications@github.comwrote:
|
Minor updates to match GDK19 changes and make Glass Launcher work on XE16