aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe22-72/+70
2020-02-16fix user adapter view recycling bugChristian Schneppe1-0/+2
2020-02-16correct AbstractGeneratorChristian Schneppe1-1/+1
2020-02-16some changes to XmppConnectionServiceChristian Schneppe1-20/+19
2020-02-16add ability to delete own files from MediaViewerActivityChristian Schneppe1-27/+63
2020-02-14add 'show avatar' to context menu in chat viewChristian Schneppe4-5/+37
2020-02-13happy eyeball: fix NPE on connecting without dns (#460)genofire1-1/+1
2020-02-12set filter to MediaBrowserActivityChristian Schneppe2-13/+117
2020-02-12show PDF preview in MediaBrowserActivityChristian Schneppe2-2/+5
2020-02-11fix NPE in resolverChristian Schneppe1-31/+30
2020-02-11make colored muc names configurableChristian Schneppe5-43/+25
2020-02-11rework PDF previewChristian Schneppe2-72/+118
2020-02-10fix colored nickname failure on single chats the 2ndChristian Schneppe1-1/+4
2020-02-10fix colored nickname failure on single chatsChristian Schneppe1-0/+3
2020-02-10catch more exceptions in JingleSocks5TransportChristian Schneppe1-1/+1
2020-02-10use colored usernames in group chats/channelsChristian Schneppe4-8/+22
2020-02-10Revert "Networkstack: drop own implementation of DNS-Server selection"genofire3-0/+186
2020-02-10[BUGFIX] Resolver: fallback for invalid SRV CNAME entriesgenofire1-2/+39
2020-02-09[BUGFIX] Resolver: allow srv entry with priority 0genofire1-1/+1
2020-02-09improve logging of happy eyeball (v2)genofire1-6/+18
2020-02-09integrate alternative codec for voice recorder via attachment settingsChristian Schneppe3-4/+19
2020-02-09introduce preview for PDF files in chatChristian Schneppe3-19/+79
2020-02-09improve logging of happy eyeballgenofire1-8/+15
2020-02-09[BUGFIX] happy eyeball: concurrents resolve connectgenofire1-6/+2
2020-02-08add more logging and fix typo in Resolver.javaChristian Schneppe1-3/+9
2020-02-08add preferece to use unicolored backgroundChristian Schneppe3-0/+20
2020-02-08catch some more NPE in Resolver.javaChristian Schneppe1-1/+6
2020-02-08[BUGFIX] happy eye: null pointer if no connection was etablishedgenofire1-0/+4
2020-02-08[BUGFIX] happy eye: null pointer on closed socket if no connection was etabli...genofire1-1/+4
2020-02-07rework RecordingActivityChristian Schneppe2-2/+10
2020-02-07[BUGFIX] crash on resolve.toString if hostname is null (#444)genofire1-1/+1
2020-02-06fix some button colorsChristian Schneppe1-7/+3
2020-02-06show me name instead of name part from own jid in mapsChristian Schneppe1-1/+1
2020-02-06fix crash/stacktrace in Share/ShowLocationActivityChristian Schneppe2-2/+2
2020-02-06fix NPE in AboutActivityChristian Schneppe1-6/+16
2020-02-05Networkstack: easy happy eyeball (#411)genofire5-392/+158
2020-02-05limit artist - title in messages to 128 charsChristian Schneppe1-2/+3
2020-02-05add device to crash reportChristian Schneppe1-0/+12
2020-02-03update MetaDataExtractorChristian Schneppe1-4/+17
2020-02-02don't crash if player == nullChristian Schneppe1-3/+3
2020-02-02show audio artist and title for audio filesChristian Schneppe4-2/+63
2020-02-01fix showing progressBarChristian Schneppe1-19/+14
2020-02-01update theme in SettingsActivity correctlyChristian Schneppe1-0/+1
2020-02-01show progressbar instead of percentages while up-/downloading filesChristian Schneppe3-17/+51
2020-02-01add ability to reply on private messages in notificationsChristian Schneppe2-5/+13
2020-01-31small jingle fixesChristian Schneppe1-2/+2
2020-01-31release video player onStopChristian Schneppe1-2/+4
2020-01-31fix showing presence colored namesChristian Schneppe2-26/+27
2020-01-31change updater a bitChristian Schneppe1-3/+4
2020-01-31use ToastCompat instead of ToastChristian Schneppe34-138/+170