index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
pixart
/
messenger
/
ui
/
ConversationsActivity.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
code cleanup, null check not necessary when using instance of
Christian Schneppe
1
-9
/
+10
2018-10-24
don't use internal updater if store != null
Christian Schneppe
1
-17
/
+3
2018-10-20
Do not insert text shared over XMPP uri when already drafting message
Christian Schneppe
1
-0
/
+1
2018-09-27
fixed text sharing in direct sharing
Christian Schneppe
1
-1
/
+0
2018-09-26
clear parent activities pending view intent before calling startAcitvityForRe...
Christian Schneppe
1
-0
/
+7
2018-09-23
preview media before sending them and allow sharing and attaching of multiple...
Christian Schneppe
1
-4
/
+11
2018-09-12
start new conversations by long press on avatar
Christian Schneppe
1
-1
/
+24
2018-09-11
catch illegal state not illegal argument on popBackStack()
Christian Schneppe
1
-1
/
+1
2018-09-11
improve Updater a bit and try to catch NPE
Christian Schneppe
1
-2
/
+4
2018-08-23
catch NPE while detecting installedFrom()
Christian Schneppe
1
-1
/
+1
2018-08-05
don't use internal updater if installed from F-Droid or Google Play Store
Christian Schneppe
1
-4
/
+4
2018-08-05
introduced config flag to show attachment button instead of quick actions
Christian Schneppe
1
-15
/
+12
2018-08-03
some changes in Updater
Christian Schneppe
1
-9
/
+8
2018-07-29
fix crash during lookup for updates
Christian Schneppe
1
-2
/
+2
2018-07-09
catch rare state loss exception when hitting home button to pop back stack
Christian Schneppe
1
-1
/
+5
2018-07-09
use emoji transform for toolbar, muc name and contacts name
Christian Schneppe
1
-3
/
+4
2018-06-29
linkify subject + open xmpp directly w/o going through start conv activity
Christian Schneppe
1
-0
/
+13
2018-06-01
add more logging to setIsInForeground
Christian Schneppe
1
-0
/
+1
2018-05-05
add animators for more activities
Christian Schneppe
1
-0
/
+9
2018-05-05
add custom animation to ConversationsActivity
Christian Schneppe
1
-0
/
+4
2018-05-03
hide record audio feature if mircophone is not available
Christian Schneppe
1
-0
/
+2
2018-05-02
added search result context menu + date separators
Christian Schneppe
1
-0
/
+1
2018-04-29
properly catch and ignore IllegalStateException instead of using commitAllowS...
Christian Schneppe
1
-2
/
+13
2018-04-29
some OTR fixes
Christian Schneppe
1
-6
/
+0
2018-04-22
only mark visible messages as read
Christian Schneppe
1
-2
/
+2
2018-04-22
integrate invite to Pix-Art Messenger
Christian Schneppe
1
-0
/
+3
2018-04-13
end view if conversation was archived
Christian Schneppe
1
-1
/
+1
2018-04-13
introduced tri state omemo setting (off by default, on by default, always)
Christian Schneppe
1
-0
/
+2
2018-04-12
commit allowing state loss
Christian Schneppe
1
-1
/
+1
2018-04-12
prevent double tapping on overflow menu
Christian Schneppe
1
-0
/
+4
2018-04-11
replace deprecated action bar with toolbar
Christian Schneppe
1
-0
/
+3
2018-04-08
make camera feature optional
Christian Schneppe
1
-5
/
+9
2018-04-08
create interface for onBackendConnected
Christian Schneppe
1
-2
/
+3
2018-04-08
fix menu entries
Christian Schneppe
1
-0
/
+6
2018-04-03
added splash screen
Christian Schneppe
1
-10
/
+10
2018-04-02
migrate to xmpp-addr
Christian Schneppe
1
-3
/
+3
2018-04-01
audio player now requests permission when hitting play
Christian Schneppe
1
-0
/
+4
2018-04-01
request storage permission when opening message
Christian Schneppe
1
-0
/
+12
2018-04-01
fixed take photo for activties that do not get destroyed
Christian Schneppe
1
-2
/
+2
2018-04-01
made conference invite work again
Christian Schneppe
1
-0
/
+6
2018-04-01
made publish pgp work from conversation view
Christian Schneppe
1
-10
/
+45
2018-03-31
skip background connect when changing theme
Christian Schneppe
1
-1
/
+5
2018-03-31
simplified reInit logic
Christian Schneppe
1
-1
/
+1
2018-03-31
fixed openDialogs call when poping back stack
Christian Schneppe
1
-2
/
+6
2018-03-31
always scroll if viewing intent
Christian Schneppe
1
-0
/
+4
2018-03-31
integrate qr code scanner. temporarily break omemo activity scan
Christian Schneppe
1
-2
/
+18
2018-03-31
some menu fixes
Christian Schneppe
1
-0
/
+13
2018-03-31
save scroll state across rotations
Christian Schneppe
1
-0
/
+2
2018-03-30
show warning dialogs
Christian Schneppe
1
-1
/
+294
2018-03-30
skip unnecessary loading of conversation overview fragment
Christian Schneppe
1
-4
/
+8
[next]