Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-04-29 | some location rework | Christian Schneppe | 2 | -10/+14 | |
2018-04-29 | fixed npe when conversation in multi mode had jid w/o local part | Christian Schneppe | 1 | -2/+2 | |
2018-04-29 | removed 'received' prefix from description | Christian Schneppe | 2 | -21/+5 | |
2018-04-29 | replace use file as is blacklist with general don't use app data rule | Christian Schneppe | 1 | -15/+6 | |
2018-04-29 | some more theme fixes | Christian Schneppe | 2 | -0/+11 | |
2018-04-29 | catch dead object exceptions when acquiring wake locks | Christian Schneppe | 7 | -129/+166 | |
2018-04-29 | wrap all calls to notification manager in exception handler to catch dead ↵ | Christian Schneppe | 1 | -12/+44 | |
object exception | |||||
2018-04-29 | fix some colors | Christian Schneppe | 1 | -1/+2 | |
2018-04-29 | make text clickable in openkeychain missing message | Christian Schneppe | 1 | -17/+16 | |
2018-04-29 | get real file name for files shared from Conversations | Christian Schneppe | 2 | -10/+16 | |
2018-04-29 | add fdroid fennec to use file as is blacklist | Christian Schneppe | 1 | -1/+2 | |
2018-04-29 | always include omemo fallback message | Christian Schneppe | 1 | -3/+1 | |
2018-04-28 | fix ShareWithActivity | Christian Schneppe | 1 | -47/+7 | |
2018-04-27 | add missing import | Christian Schneppe | 1 | -0/+1 | |
2018-04-27 | include node when requesting disco features | Christian Schneppe | 2 | -17/+28 | |
2018-04-27 | display avatar in groups | Christian Schneppe | 4 | -62/+59 | |
2018-04-25 | add some more buttons to ConferenceDetailsActivity and bug fixes | Christian Schneppe | 2 | -49/+65 | |
* add to/remove from contact list * leave room | |||||
2018-04-25 | some theme fixes | Christian Schneppe | 1 | -14/+6 | |
2018-04-24 | fixed condition to accept lmc if user reference exists | Christian Schneppe | 2 | -9/+3 | |
2018-04-24 | keep track of user object in messages | Christian Schneppe | 2 | -1/+15 | |
2018-04-24 | code cleanup in AxolotlService.fetchDeviceIds() | Christian Schneppe | 1 | -25/+29 | |
2018-04-24 | load currently open conversation faster | Christian Schneppe | 4 | -6/+81 | |
2018-04-24 | all contacts in roster are 'trusted' | Christian Schneppe | 1 | -1/+1 | |
2018-04-24 | fixed up button refresh in start conversation activity | Christian Schneppe | 1 | -1/+7 | |
2018-04-24 | fixed mixing symbols and letters in unicode detector on pre N | Christian Schneppe | 1 | -1/+4 | |
2018-04-24 | change opacity on emoji only messages | Christian Schneppe | 1 | -2/+2 | |
2018-04-24 | fixed redownload | Christian Schneppe | 1 | -9/+8 | |
2018-04-24 | fixed exception handler | Christian Schneppe | 1 | -1/+1 | |
2018-04-24 | no WelcomeActivity if MAGIC_CREATE_DOMAIN is unset | Christian Schneppe | 2 | -2/+3 | |
2018-04-24 | migrate the RecyclerView | Christian Schneppe | 4 | -48/+108 | |
2018-04-23 | provide fallback in case synchronizing around message list fails for some reason | Christian Schneppe | 1 | -27/+32 | |
2018-04-23 | fixed some dark theme issues in message view | Christian Schneppe | 2 | -1/+13 | |
2018-04-23 | synchronize around getting last visibile uuid | Christian Schneppe | 1 | -12/+14 | |
2018-04-23 | get escaped localpart as username. should fixed sasl | Christian Schneppe | 1 | -1/+1 | |
2018-04-23 | make error message for 'not encrypted for this device' | Christian Schneppe | 7 | -3/+32 | |
2018-04-23 | change icon size | Christian Schneppe | 1 | -23/+25 | |
2018-04-23 | support contact shortcuts | Christian Schneppe | 3 | -8/+137 | |
* support contact shortcuts * make ShortcutActivity extends AbstractSearchableListItemActivity * Draw the app icon in the corner of the icon and modify the name of the widget * updated label and icon size | |||||
2018-04-23 | create dedicated exception for not encrypted for this device | Christian Schneppe | 2 | -1/+36 | |
2018-04-23 | provide up navigation in start conversation activity | Christian Schneppe | 1 | -7/+30 | |
2018-04-23 | update unreadCount | Christian Schneppe | 1 | -4/+5 | |
2018-04-23 | UriHandlerActivity: Always check for XMPP URI validity | Christian Schneppe | 1 | -4/+6 | |
Also check for XMPP URI validity if there are no configured accounts and the WelcomeActivity is active. | |||||
2018-04-23 | made font size selectable | Christian Schneppe | 5 | -25/+64 | |
2018-04-22 | made checkboxes and radiobuttons stylable | Christian Schneppe | 1 | -2/+2 | |
2018-04-22 | made all text styleable | Christian Schneppe | 1 | -4/+0 | |
2018-04-22 | show account chooser for new conferences / join conferences | Christian Schneppe | 3 | -6/+11 | |
2018-04-22 | in case fragment starts after activity is bound to service; fetch ↵ | Christian Schneppe | 1 | -14/+25 | |
conversation from uuid | |||||
2018-04-22 | fixed muc detection for rare cases where muc is hosted on primary domain | Christian Schneppe | 2 | -1/+7 | |
2018-04-22 | fixed read event when status messages are displayed | Christian Schneppe | 1 | -1/+7 | |
2018-04-22 | code cleanup | Christian Schneppe | 1 | -2/+2 | |
2018-04-22 | fixed read event when using fab scroll down | Christian Schneppe | 1 | -43/+47 | |