pocmo / Yaaic

Yaaic (Yet Another Android IRC Client) is as the name already says an Internet Relay Chat (IRC) client for Android devices.
http://www.yaaic.org
GNU General Public License v3.0
331 stars 120 forks source link

Public method to override the notification pending intent #213

Closed Chrysweel closed 8 years ago

Chrysweel commented 8 years ago

We need a public method to override the notification pending intent to launch our custom Activity

pocmo commented 8 years ago

I don't really like adding unused code - is this just for using Yaaic as a library? The notification code is something that I would like to replace completely.

Chrysweel commented 8 years ago

Yes, it is to use the Yaaic as library. The get and set methods are to launch our own activity from the notification. I know that is unused code, but it is essential for use yaaic as library.

You can modify the notification code, only is necessary keep the get and set methods for launch any custom activity.