Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send notification to Pebble on new message | Olivier Mehani | 2015-01-05 | 1 | -2/+28 |
| | | | | | | | | | | | | | This implements basic notifications to the Pebble through the app (using an intent). This simply hooks into NotificationService.notify(). This is pretty basic, but it works (I haven't tested to see how the intent is received when the Pebble app is not around, though). More fancy stuff could probably be added to avoid getting flooded, but the Pebble app already does a good job a filtering notification (e.g., screen on or quiet times). Signed-off-by: Olivier Mehani <shtrom@ssji.net> | ||||
* | put Conversations into background mode earlier | Daniel Gultsch | 2015-01-02 | 1 | -0/+4 |
| | |||||
* | Handle time comparisons using longs | Sam Whited | 2014-12-16 | 1 | -12/+7 |
| | |||||
* | Make some magic number constants final | Sam Whited | 2014-12-15 | 1 | -3/+3 |
| | |||||
* | Make silent notification when quiet hours are on | Sam Whited | 2014-12-15 | 1 | -68/+64 |
| | | | | | Notify, just don't play a sound or vibrate Also make the Java annoyingly verbose... I can't help myself... ahh! | ||||
* | Add quiet hours feature | Sam Whited | 2014-12-14 | 1 | -27/+48 |
| | |||||
* | put error notification into notification service | iNPUTmice | 2014-11-18 | 1 | -0/+39 |
| | |||||
* | Make account status an enum | Sam Whited | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/file_transfer' into development | iNPUTmice | 2014-11-15 | 1 | -2/+10 |
|\ | | | | | | | | | Conflicts: src/main/res/values/strings.xml | ||||
| * | fixed description in notifications and conversation overview | iNPUTmice | 2014-11-15 | 1 | -2/+10 |
| | | |||||
* | | added low priority and removed date in foreground noticfication | iNPUTmice | 2014-11-15 | 1 | -0/+2 |
| | | |||||
* | | turn on foreground service in expert settings | iNPUTmice | 2014-11-15 | 1 | -4/+23 |
|/ | |||||
* | fixed notifications for images | iNPUTmice | 2014-11-05 | 1 | -13/+34 |
| | |||||
* | Merge branch 'gradle' into development | Sam Whited | 2014-10-30 | 1 | -68/+164 |
| | | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib | ||||
* | Make conversations the root project | Sam Whited | 2014-10-22 | 1 | -0/+237 |