Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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-27 | Changed activity_muc_details.xml layout: Moved JID TextView etc. to upper ↵ | s4Ne1 | 1 | -41/+41 | |
CardView. (#197) | |||||
2018-04-27 | Changed activity_muc_details.xml layout: Moved JID TextView etc. to upper ↵ | s4Ne1 | 1 | -52/+51 | |
CardView. (#197) | |||||
2018-04-25 | add some more buttons to ConferenceDetailsActivity and bug fixes | Christian Schneppe | 4 | -67/+89 | |
* add to/remove from contact list * leave room | |||||
2018-04-25 | some theme fixes | Christian Schneppe | 6 | -18/+16 | |
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 | 4 | -2/+13 | |
2018-04-24 | fixed redownload | Christian Schneppe | 1 | -9/+8 | |
2018-04-24 | solve fab shadow bug on pre api 19 devices | Christian Schneppe | 1 | -2/+4 | |
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 | changed messageinput style | Christian Schneppe | 1 | -3/+3 | |
2018-04-24 | migrate the RecyclerView | Christian Schneppe | 7 | -60/+114 | |
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 | use a bit brighter blue for bubbles in dark theme | Christian Schneppe | 1 | -1/+1 | |
2018-04-23 | make error message for 'not encrypted for this device' | Christian Schneppe | 8 | -3/+33 | |
2018-04-23 | change icon size | Christian Schneppe | 1 | -23/+25 | |
2018-04-23 | support contact shortcuts | Christian Schneppe | 5 | -8/+148 | |
* 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 | remove unused resources | Christian Schneppe | 100 | -369/+42 | |
2018-04-23 | update unreadCount | Christian Schneppe | 4 | -25/+16 | |
2018-04-23 | update libs in about | Christian Schneppe | 1 | -1/+2 | |
2018-04-23 | use font size in action view | Christian Schneppe | 2 | -4/+8 | |
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 | 10 | -45/+142 | |
2018-04-22 | made checkboxes and radiobuttons stylable | Christian Schneppe | 8 | -2/+20 | |
2018-04-22 | made all text styleable | Christian Schneppe | 28 | -244/+355 | |
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 | |
2018-04-22 | only mark visible messages as read | Christian Schneppe | 5 | -31/+64 | |
2018-04-22 | fixed regression in StartConversationActivity that ignored welcome jid | Christian Schneppe | 1 | -4/+3 | |
2018-04-22 | null check for conversation | Christian Schneppe | 1 | -0/+3 | |
2018-04-22 | show scroll down button instantly when scrolling up | Christian Schneppe | 1 | -7/+8 | |
2018-04-22 | introduced sroll to bottom button | Christian Schneppe | 8 | -13/+252 | |
2018-04-22 | make it possible to switch back to single account if only one account available | Christian Schneppe | 1 | -3/+2 | |