LalitMaganti / HoloIRC

Open source IRC client for Android.
GNU General Public License v3.0
131 stars 32 forks source link

Unable to clear "connected to 1 server" notification #121

Closed chreekat closed 9 years ago

chreekat commented 9 years ago

Please use notifications for alerting events, not for showing statuses.

LalitMaganti commented 9 years ago

To keep the app running as a background service Android requires a notification to be displayed - there's no way around it.

chreekat commented 9 years ago

Thanks for the info. How do apps like Twitter and hangouts run in the background? I apologize, I am unfamiliar with android development.

LalitMaganti commented 9 years ago

Twitter and Hangouts use push notifications. They are not actually running in the background - they simply register with the system to push a notification when one arrives. However, IRC requires a persistent TCP connection which requires the use of a service to prevent the system from killing the app and closing the connection.

chreekat commented 9 years ago

Dear Android,

:|

Sincerely,