Merge branch '6.6-MAINT'
|
@ -20,7 +20,7 @@ class ReplyActionStrategy(private val replyRoParser: ReplyToParser) {
|
|||
ReplyActions(defaultAction = ReplyAction.REPLY)
|
||||
}
|
||||
} else {
|
||||
ReplyActions(defaultAction = ReplyAction.REPLY_ALL, additionalActions = listOf(ReplyAction.REPLY))
|
||||
ReplyActions(defaultAction = ReplyAction.REPLY, additionalActions = listOf(ReplyAction.REPLY_ALL))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,8 +39,8 @@ class ReplyActionStrategyTest {
|
|||
|
||||
val replyActions = replyActionStrategy.getReplyActions(account, message)
|
||||
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY_ALL)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY)
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY_ALL)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -52,8 +52,8 @@ class ReplyActionStrategyTest {
|
|||
|
||||
val replyActions = replyActionStrategy.getReplyActions(account, message)
|
||||
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY_ALL)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY)
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY_ALL)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -66,8 +66,8 @@ class ReplyActionStrategyTest {
|
|||
|
||||
val replyActions = replyActionStrategy.getReplyActions(account, message)
|
||||
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY_ALL)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY)
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY_ALL)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -80,8 +80,8 @@ class ReplyActionStrategyTest {
|
|||
|
||||
val replyActions = replyActionStrategy.getReplyActions(account, message)
|
||||
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY_ALL)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY)
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY_ALL)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -93,8 +93,8 @@ class ReplyActionStrategyTest {
|
|||
|
||||
val replyActions = replyActionStrategy.getReplyActions(account, message)
|
||||
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY_ALL)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY)
|
||||
assertThat(replyActions.defaultAction).isEqualTo(ReplyAction.REPLY)
|
||||
assertThat(replyActions.additionalActions).containsExactly(ReplyAction.REPLY_ALL)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
<change>Fixed various crashes</change>
|
||||
<change>Updated translations</change>
|
||||
</release>
|
||||
<release version="6.602" versioncode="36002" date="2023-05-11">
|
||||
<change>Change primary action in message view header from "reply all" to "reply"</change>
|
||||
</release>
|
||||
<release version="6.601" versioncode="36001" date="2023-04-18">
|
||||
<change>Reverted changes to home screen widgets because apparently not every device vendor has incorporated the relevant fixes in Android 12+</change>
|
||||
</release>
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/36002.txt
Normal file
|
@ -0,0 +1 @@
|
|||
- Change primary action in message view header from "reply all" to "reply"
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 403 KiB After Width: | Height: | Size: 341 KiB |
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 321 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 369 KiB |
Before Width: | Height: | Size: 657 KiB After Width: | Height: | Size: 485 KiB |