Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add color / category to foreground notification | Sam Whited | 2015-01-20 | 1 | -7/+14 |
| | |||||
* | fixed legacy translation of image received | iNPUTmice | 2015-01-19 | 1 | -1/+3 |
| | |||||
* | Add some Android 21 notification features | Sam Whited | 2015-01-17 | 1 | -0/+4 |
| | |||||
* | Correct the download file string on notifications | Sam Whited | 2015-01-17 | 1 | -5/+2 |
| | | | | Fixes #896 | ||||
* | Add download button on notification if applicable | Sam Whited | 2015-01-16 | 1 | -17/+50 |
| | |||||
* | added dedicated button to disable foreground service in perma notification | iNPUTmice | 2015-01-15 | 1 | -2/+9 |
| | |||||
* | fixed #888 | iNPUTmice | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Ensure type safety in Pebble notifications | Sam Whited | 2015-01-13 | 1 | -15/+30 |
| | | | | Also use forward-compatible screen-on detection | ||||
* | reworked message preview / message meta information (ie file offered, ↵ | Daniel Gultsch | 2015-01-12 | 1 | -34/+7 |
| | | | | | | received * file) fixed #837 | ||||
* | 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 |