6 files changed
+6
-6
lines changed- .imgbotconfig-3
- .imgbotconfig.json+6
- .restyled.yaml+5
- dart_test.yaml+1-1
- lib/api/toxcore/tox_events.dart+2-15
- lib/db/database.dart+1
- lib/l10n/app_lv.arb+170
- lib/models/attachment.dart-34
- lib/models/bytes.dart+11-2
- lib/models/content.dart+360
- lib/models/crypto.dart+6-2
- lib/models/messaging.dart+3-2
- lib/models/persistence.dart+2-1
- lib/packets/converters.dart+16
- lib/packets/message_packet.dart+4-4
- lib/packets/messagepack/message_data.dart+202
- lib/packets/messagepack/message_data_json_converter.dart+22
- lib/packets/messagepack/packer.dart+5
- lib/packets/messagepack/unpacker.dart+24-20
- lib/pages/chat_page.dart+3-2
- lib/pages/contact_list_page.dart+3-2
- lib/providers/map_tile.dart+10
- lib/widgets/attachment_selector.dart+16-10
- lib/widgets/chat_content.dart+126
- lib/widgets/chat_item.dart+10-7
- lib/widgets/chat_location_bubble.dart+70
- lib/widgets/chat_text.dart+7-102
- lib/widgets/message_input.dart+17-8
- pubspec.lock+83-11
- pubspec.yaml+3-1
- test/chat_page_test.dart+7-6
- test/mocks/fake_tile_provider.dart+19
- test/models/content_test.dart+37
- test/models/persistence_test.dart+17-16
- test/packets/messagepack/message_data_test.dart+76
- test/widgets/chat_content_test.dart+46
Submodule hs-tokstyle updated 27 files
- src/Tokstyle/Common.hs+11-9
- src/Tokstyle/Linter/DocComments.hs+18-2
- src/Tokstyle/Linter/MissingNonNull.hs+19
- src/Tokstyle/Linter/NonNull.hs+91-30
- src/Tokstyle/Linter/TypeCheck.hs+2
- stack.yaml+1-1
- test/Tokstyle/Linter/AssertSpec.hs+52
- test/Tokstyle/Linter/CallbackNamesSpec.hs+38
- test/Tokstyle/Linter/CallocArgsSpec.hs+89
- test/Tokstyle/Linter/DeclaredOnceSpec.hs+56
- test/Tokstyle/Linter/DeclsHaveDefnsSpec.hs+54
- test/Tokstyle/Linter/DocCommentsSpec.hs+49
- test/Tokstyle/Linter/EnumNamesSpec.hs+67
- test/Tokstyle/Linter/FuncPrototypesSpec.hs+43
- test/Tokstyle/Linter/FuncScopesSpec.hs+49
- test/Tokstyle/Linter/GlobalFuncsSpec.hs+43
- test/Tokstyle/Linter/LoggerCallsSpec.hs+43
- test/Tokstyle/Linter/LoggerConstSpec.hs+47
- test/Tokstyle/Linter/LoggerNoEscapesSpec.hs+41
- test/Tokstyle/Linter/MallocTypeSpec.hs+63
- test/Tokstyle/Linter/MemcpyStructsSpec.hs+52
- test/Tokstyle/Linter/MissingNonNullSpec.hs+46
- test/Tokstyle/Linter/NestingSpec.hs+57
- test/Tokstyle/Linter/NonNullSpec.hs+124
- test/Tokstyle/Linter/TypedefNameSpec.hs+64
- test/Tokstyle/Linter/UnsafeFuncSpec.hs+31
- tokstyle.cabal+1-1
0 commit comments