aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications/src/main/java/com/juick/components/Notifications.java
AgeCommit message (Expand)Author
2018-05-10notifications: do not process message read event twiceGravatar Vitaly Takmazov
2018-05-10message read event loggingGravatar Vitaly Takmazov
2018-05-10notifications: update APNS badge number on message read eventGravatar Vitaly Takmazov
2018-05-08notifications: add badge counter to APNS payloadGravatar Vitaly Takmazov
2018-04-23server: ConcurrentWebSocketSessionDecoratorGravatar Vitaly Takmazov
2018-04-12notifications: pushserver is the only websocket component for nowGravatar Vitaly Takmazov
2018-04-12server: MessageEvent now have list of subscribersGravatar Vitaly Takmazov
2018-04-08notifications: push uname to APNS for PMsGravatar Vitaly Takmazov
2018-04-04server: PMs in emailGravatar Vitaly Takmazov
2018-03-26notifications: Notifications is ComponentGravatar Vitaly Takmazov
2018-03-13core: cleanup unused message propertiesGravatar Vitaly Takmazov
2018-01-30notifications: drop xmppGravatar Vitaly Takmazov
2018-01-17prevent nulls with StringUtils.defaultString()Gravatar Vitaly Takmazov
2017-12-04notifications: add mid to APNS notificationGravatar Vitaly Takmazov
2017-10-24crosspost: refactoringGravatar Vitaly Takmazov
2017-10-23notifications: fix mpns deeplinkGravatar Vitaly Takmazov
2017-10-18notifications: format APNS notificationGravatar Vitaly Takmazov
2017-10-17notifications: APNS HTTP APIGravatar Vitaly Takmazov
2017-06-29notifications and configurations refactoringGravatar Vitaly Takmazov
2017-06-25commons-lang3 deprecated classes -> commons-text and commons-codecGravatar Vitaly Takmazov
2017-03-29juick-notifications: no need to authenticate MPNS twiceGravatar Vitaly Takmazov
2017-03-29juick-notifications: refactor using with Spring annotationsGravatar Vitaly Takmazov
2017-03-27juick-notifications: fix typoGravatar Vitaly Takmazov
2017-02-05juick-api: update notifications apiGravatar Vitaly Takmazov
2016-12-20StringUtils.EMPTYGravatar Vitaly Takmazov
2016-12-16juick-notifications: MPNS cleanupGravatar Vitaly Takmazov
2016-12-16juick-notifications: RestService and GCM cleanupGravatar Vitaly Takmazov
2016-12-14juick-notifications: components should not depend on databaseGravatar Vitaly Takmazov
2016-11-30prevent string concatenation for disabled loggersGravatar Alexander Alexeev
2016-11-28configure json serialization propertiesGravatar Vitaly Takmazov
2016-11-28all components using jackson now, org.json serializer moved to compatibility tests packageGravatar Vitaly Takmazov
2016-11-22add APNS feedback componentGravatar Vitaly Takmazov
2016-11-18one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ...Gravatar Alexander Alexeev
2016-11-18correct closing babble components implementedGravatar Alexander Alexeev
2016-11-16formatMessage moved to core, remove copy-paste from juick-rssGravatar Vitaly Takmazov
2016-11-15juick-notifications: fix pmsGravatar Vitaly Takmazov
2016-11-15all components using babbler now, only juick-xmpp uses ugnich xmppGravatar Vitaly Takmazov
2016-11-15core classes are now serializeable with JAXB (to use as babbler extension)Gravatar Vitaly Takmazov
2016-11-12extracted application configuration from Mvc configuration with application specific beans;Gravatar Alexander Alexeev
2016-11-10using slf4j + logback for loggingGravatar Alexander Alexeev
2016-11-09components: remove @Component annotation to prevent double initializationGravatar Vitaly Takmazov
2016-11-08reorganize structure againGravatar Vitaly Takmazov