Signal-Android/app/src/main/java/org/thoughtcrime/securesms/groups
Greyson Parrelli 2a3f85008b
Do not use View.getLayoutDirection().
This value doesn't populate until after the first layout pass. Instead,
it appears to be safer to just read it from the Configuration.
2021-02-11 10:41:40 -05:00
..
ui Do not use View.getLayoutDirection(). 2021-02-11 10:41:40 -05:00
v2 Ensure ProfileKeyCredentials match ProfileKey. 2021-01-06 17:03:20 -04:00
BadGroupIdException.java
GroupAccessControl.java
GroupAlreadyExistsException.java
GroupChangeBusyException.java
GroupChangeException.java
GroupChangeFailedException.java
GroupDoesNotExistException.java
GroupId.java
GroupInsufficientRightsException.java
GroupJoinAlreadyAMemberException.java
GroupManager.java Invite Friends bottom sheet. 2021-01-08 21:10:40 -04:00
GroupManagerV1.java
GroupManagerV2.java Fix missing UUID crash, get group recipients direct from V2 group record. 2021-02-10 15:21:03 -05:00
GroupMigrationMembershipChange.java
GroupMutation.java
GroupNotAMemberException.java
GroupProtoUtil.java
GroupsV1MigrationUtil.java Skip automigration of nameless groups. 2021-02-02 15:30:20 -04:00
GroupsV2Authorization.java
GroupsV2AuthorizationMemoryValueCache.java
GroupsV2CapabilityChecker.java Increase profile timeouts. 2021-01-11 17:18:46 -04:00
GroupsV2ProcessingLock.java
GroupV1MessageProcessor.java Drop sync messages with bad GV1 lengths. 2020-12-15 12:10:42 -04:00
GV2AccessLevelUtil.java
LiveGroup.java
MembershipNotSuitableForV2Exception.java
SelectionLimits.java