index
:
Juick
juick-commands
killy-responsive
killy-responsive-2
mark_read
master
sans_branch
x
Juick development tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
juick-notifications
/
src
/
main
/
java
/
com
/
juick
/
components
/
Notifications.java
Age
Commit message (
Expand
)
Author
2017-12-04
notifications: add mid to APNS notification
Vitaly Takmazov
2017-10-24
crosspost: refactoring
Vitaly Takmazov
2017-10-23
notifications: fix mpns deeplink
Vitaly Takmazov
2017-10-18
notifications: format APNS notification
Vitaly Takmazov
2017-10-17
notifications: APNS HTTP API
Vitaly Takmazov
2017-06-29
notifications and configurations refactoring
Vitaly Takmazov
2017-06-25
commons-lang3 deprecated classes -> commons-text and commons-codec
Vitaly Takmazov
2017-03-29
juick-notifications: no need to authenticate MPNS twice
Vitaly Takmazov
2017-03-29
juick-notifications: refactor using with Spring annotations
Vitaly Takmazov
2017-03-27
juick-notifications: fix typo
Vitaly Takmazov
2017-02-05
juick-api: update notifications api
Vitaly Takmazov
2016-12-20
StringUtils.EMPTY
Vitaly Takmazov
2016-12-16
juick-notifications: MPNS cleanup
Vitaly Takmazov
2016-12-16
juick-notifications: RestService and GCM cleanup
Vitaly Takmazov
2016-12-14
juick-notifications: components should not depend on database
Vitaly Takmazov
2016-11-30
prevent string concatenation for disabled loggers
Alexander Alexeev
2016-11-28
configure json serialization properties
Vitaly Takmazov
2016-11-28
all components using jackson now, org.json serializer moved to compatibility tests package
Vitaly Takmazov
2016-11-22
add APNS feedback component
Vitaly Takmazov
2016-11-18
one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ...
Alexander Alexeev
2016-11-18
correct closing babble components implemented
Alexander Alexeev
2016-11-16
formatMessage moved to core, remove copy-paste from juick-rss
Vitaly Takmazov
2016-11-15
juick-notifications: fix pms
Vitaly Takmazov
2016-11-15
all components using babbler now, only juick-xmpp uses ugnich xmpp
Vitaly Takmazov
2016-11-15
core classes are now serializeable with JAXB (to use as babbler extension)
Vitaly Takmazov
2016-11-12
extracted application configuration from Mvc configuration with application specific beans;
Alexander Alexeev
2016-11-10
using slf4j + logback for logging
Alexander Alexeev
2016-11-09
components: remove @Component annotation to prevent double initialization
Vitaly Takmazov
2016-11-08
reorganize structure again
Vitaly Takmazov