Skip to content

Commit

Permalink
Update Australs format to match online repository
Browse files Browse the repository at this point in the history
  • Loading branch information
czlee committed Jan 22, 2023
1 parent 9a77da3 commit 2eb2626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/assets/formats/australs.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<debate-format schema-version="2.2">
<name>Australs</name>
<version>1</version>
<version>2</version>
<info>
<region>Australasia</region>
<level>University</level>
Expand Down Expand Up @@ -39,10 +39,10 @@
<name>3rd Negative</name>
</speech>
<speech type="reply">
<name>Negative Leader's Reply</name>
<name>Negative Reply</name>
</speech>
<speech type="reply">
<name>Affirmative Leader's Reply</name>
<name>Affirmative Reply</name>
</speech>
</speeches>
</debate-format>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Most strings are in fragment-specific files:
<string name="changelogDialog_message">
• Updated to target Android 13
\n• Fixed the colour of the navigation bar
\n• Renamed "Leader's Reply" to just "Reply" (download the new styles under Downloads)
\n• Removed legacy support for debate formats in the \"debatekeeper\" directory
\n• Removed legacy support for debate formats written in schema version 1.0
</string>
Expand Down

0 comments on commit 2eb2626

Please sign in to comment.