summaryrefslogtreecommitdiffhomepage
path: root/android/translations-converter
AgeCommit message (Expand)AuthorFilesLines
2025-10-01Bump minimum `htmlize` version to `1.0.6`Markus Pettersson1-1/+1
2025-07-10Run `cargo fmt`Sebastian Holmin2-2/+2
2025-07-09Remove trailing whitespaceSebastian Holmin1-3/+3
2025-07-09Inline format argumentsLinus Färnstrand3-7/+7
2025-06-30Fix issue with normalization in the translation scriptJonatan Rhodin1-2/+6
2025-05-28Fix arg order lost when adding to messages.potKalle Lindström4-72/+154
2025-04-04Add support for different orderings of arguments for translationsJonatan Rhodin7-45/+240
2025-03-24Prevent duplicate string values in Android xmlDavid Göransson2-0/+29
2024-11-14Update android gui referencesOskar2-4/+4
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager3-11/+11
2024-08-21Support generating relay locationsDavid Göransson1-5/+108
2024-08-07Promote serde(_json) to workspace dependenciesJoakim Hulthe1-1/+1
2024-04-03Enable single-use-lifetimes rustc lintLinus Färnstrand1-1/+1
2024-02-27Replace err_derive with thiserrorJoakim Hulthe4-21/+15
2024-02-08Fix `clippy` lint `ineffective_open_options`Markus Pettersson1-4/+1
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
2024-01-04Add workspace level lintsLinus Färnstrand2-2/+3
2023-10-11Make `once_cell` a workspace dependencyMarkus Pettersson1-1/+1
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson3-20/+11
2023-08-03Migrate translation-converter to err_deriveLinus Färnstrand4-25/+28
2023-07-27Update translations coverter with new resource pathAlbin2-3/+3
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+7
2023-05-23Make Android translations-converter compat with rust_2018_idiomsLinus Färnstrand4-8/+8
2023-05-23Deny rust 2018 idioms in translations-converterLinus Färnstrand1-0/+2
2023-03-13Update htmlize to version 1.0Daniel Parks2-2/+2
2023-01-31Replace serde-xml-rs with quick-xml in translations-converterLinus Färnstrand5-6/+13
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand6-16/+16
2023-01-19Create dedicated translations converter readmeAlbin1-0/+23
2022-12-21Fix rust formattingAlbin1-2/+1
2022-12-21Apply more clippy fixes.Emīls2-4/+2
2022-10-05Prevent normalization of apostrophes in translation-converterOskar Nyberg1-4/+1
2022-09-27Fix clippy complaintsEmīls Piņķis1-1/+1
2022-08-29Fix Clippy errorsDavid Lönnhager1-2/+2
2022-07-05Fix unnecessary allocsDavid Lönnhager1-2/+2
2022-06-21Fix the large majority of clippy warningsJonathan1-7/+0
2022-06-13Perform a clippy --fixjonathan3-14/+11
2022-05-13Remove unused macro expressionsEmīls1-50/+0
2021-12-16Split Android project and app moduleAlbin1-1/+1
2021-11-08Prevent the Android translations converter crate from being publishedLinus Färnstrand1-2/+1
2021-11-08Set all Rust crates to edition 2021Linus Färnstrand1-1/+1
2021-10-07Remove logic for generating translated URLsAlbin1-37/+2
2021-05-28Remove obsolete `parse_line` helper functionJanito Vaqueiro Ferreira Filho1-11/+0
2021-05-28Fix handling of multi-line messagesJanito Vaqueiro Ferreira Filho1-15/+162
2021-05-28Test `MsgString` concatenationJanito Vaqueiro Ferreira Filho1-0/+36
2021-05-28Implement `Add` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+21
2021-05-28Implement `AddAssign` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+16
2021-05-28Refactor parser into a clearer state machineJanito Vaqueiro Ferreira Filho1-73/+322
2021-05-28Return errors from parser methodsJanito Vaqueiro Ferreira Filho2-22/+50