.. |
adapter
|
code clean up
|
2022-09-14 17:51:22 +02:00 |
forms
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
interfaces
|
Migrate from Android Support Library to AndroidX
|
2021-01-18 20:49:35 +01:00 |
service
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
text
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
util
|
preserve new lines when quoting. fixes #3876
|
2022-09-05 12:19:17 +02:00 |
widget
|
preserve new lines when quoting. fixes #3876
|
2022-09-05 12:19:17 +02:00 |
AboutActivity.java
|
Remove unused import
|
2021-08-24 07:15:30 +00:00 |
AboutPreference.java
|
Add User-Agent to all HTTP calls
|
2021-04-30 10:54:36 +02:00 |
AbstractSearchableListItemActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ActionBarActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
BlockContactDialog.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
BlocklistActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ChangePasswordActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ChannelDiscoveryActivity.java
|
make it easier to disable muclumbus in Config
|
2022-10-12 14:47:02 +02:00 |
ChooseAccountForProfilePictureActivity.java
|
use escaped jid for EXTRA_ACCOUNT
|
2020-05-20 20:14:13 +02:00 |
ChooseContactActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ConferenceDetailsActivity.java
|
bump appcompat, migrate to emoji2 and get rid of emoji flavor
|
2022-02-23 10:37:03 +01:00 |
ContactDetailsActivity.java
|
leave code comment about xmpp vs jabber vcard entry
|
2021-10-04 15:18:37 +02:00 |
ConversationActivity.java
|
Remove unused import
|
2021-08-24 07:15:30 +00:00 |
ConversationFragment.java
|
issue self ping + rejoin on muc status code 333
|
2022-08-25 17:12:39 +02:00 |
ConversationsActivity.java
|
Show battery dialogue always
|
2022-07-09 09:21:46 +02:00 |
ConversationsOverviewFragment.java
|
Revert "Migrate Fragments to AndroidX"
|
2021-09-21 11:41:35 +02:00 |
CreatePrivateGroupChatDialog.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
CreatePublicChannelDialog.java
|
refactor SASL choice into factory; remove unused TagWriter
|
2022-09-06 09:25:23 +02:00 |
EditAccountActivity.java
|
pipeline sasl2 directly after stream start
|
2022-09-25 14:13:04 +02:00 |
EnterJidDialog.java
|
fix rare npe
|
2022-02-23 09:40:47 +01:00 |
JoinConferenceDialog.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
LocationActivity.java
|
Optionally prevent taking screenshots
|
2021-08-24 07:15:30 +00:00 |
MediaBrowserActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
MemorizingActivity.java
|
Remove unused import
|
2021-08-24 07:15:30 +00:00 |
MucUsersActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
OmemoActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
PublishGroupChatProfilePictureActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
PublishProfilePictureActivity.java
|
fix very rare NPE (race condition)
|
2022-08-30 08:21:32 +02:00 |
RecordingActivity.java
|
bump recording wait for write to 8s
|
2022-09-14 12:27:02 +02:00 |
RtpSessionActivity.java
|
minor code clean up
|
2022-10-01 09:26:07 +02:00 |
ScanActivity.java
|
Remove unused import
|
2021-08-24 07:15:30 +00:00 |
SearchActivity.java
|
Show the name of the sender in search results (#4379)
|
2022-09-14 17:13:17 +02:00 |
SettingsActivity.java
|
make it easier to disable muclumbus in Config
|
2022-10-12 14:47:02 +02:00 |
SettingsFragment.java
|
initial work toward api 26+
|
2018-09-05 21:37:12 +02:00 |
ShareLocationActivity.java
|
include uncertainty into shared geo uri
|
2021-11-18 11:24:10 +01:00 |
ShareWithActivity.java
|
take intent type into account when sharing with conversations
|
2021-11-07 11:35:00 +01:00 |
ShortcutActivity.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ShowLocationActivity.java
|
use resolveActivityInfo to display nagivate to button
|
2022-09-09 16:55:50 +02:00 |
StartConversationActivity.java
|
copy bookmarks before passing them to other parts of the app for read
|
2022-09-14 12:49:18 +02:00 |
TimePreference.java
|
removed unecessary code in time preference
|
2018-11-22 10:07:10 +01:00 |
TrustKeysActivity.java
|
Add variable app name in res strings
|
2021-02-10 11:35:49 +00:00 |
UiCallback.java
|
attempt to unregister when receiving push for channel no longer joined
|
2019-06-26 17:40:12 +02:00 |
UiInformableCallback.java
|
transcode videos before sharing. change storage location
|
2017-01-24 20:17:36 +01:00 |
UriHandlerActivity.java
|
attempt to parse Link header from https url scanned from welcome screen
|
2021-10-07 09:48:49 +02:00 |
XmppActivity.java
|
fix crash in buggy connection manager. fixes #4368
|
2022-09-03 12:33:27 +02:00 |
XmppFragment.java
|
Revert "Migrate Fragments to AndroidX"
|
2021-09-21 11:41:35 +02:00 |