I probably tried for over 4 hours by now to get intents working.
i tried setting breakpoints at my intents handeling which should recieve all calls buts its just not. The NotificationShowcase.java also has some example notifications i tried to use including a function to make one with a intent like normal. as you can see there i tell it to use MainActivity.class but that class is just not receiveing them for whatever reason and i dont understand why.
the full code is available here: https://github.com/HacktheTime/HypeNotify
In my opinion the important files are:
MainActivity.java
Intents.java
AndroidManifest.xml
EnumIntentReceiver.java