0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added formatter documentation as markdown file. More... about 8 years ago
Incorporated PR feedback. More... about 8 years ago
Be explicit when requiring formatters. More... about 8 years ago
Update version to 0.9.1 More... about 8 years ago
Remote empty sections before joining them together More... about 8 years ago
Added documentation assets. More... about 8 years ago
Renamed commands to get rid of more 'string' ambiguities. More... about 8 years ago
Merge pull request #148 from sebastianludwig/ubuntu_fix More... about 8 years ago
Fixed #145 by requiring abstract formatter before requiring any other formatter to ensure it's loaded first, in case files are not required in alphabetical order. More... about 8 years ago
Updated README More... about 8 years ago
Renamed StringsFile to TwineFile, StringsSection to TwineSection and StringsRow to TwineDefinition. More... about 8 years ago
Merge pull request #146 from paulvi/patch-1 More... about 8 years ago
README - colorize example More... about 8 years ago
Update version to 0.9.0 More... about 8 years ago
Merge pull request #143 from sebastianludwig/option_parsing More... about 8 years ago
Merge pull request #142 from sebastianludwig/unified_reading More... about 8 years ago
Relying on and using more features of OptionParser and improved --help formatting. More... about 8 years ago
Merge pull request #141 from sebastianludwig/android_output_folders More... about 8 years ago
Merge pull request #140 from sebastianludwig/empty_results More... about 8 years ago
Fixed #137 by allowing unquoted keys in Apple string files. More... about 8 years ago
Moved heavily redundant file opening logic (necessary to read string files) from formatters to Runner and unified the encoding handling. More... about 8 years ago
Removed Ruby 1.9 leftovers since Twine requires Ruby 2.0. More... about 8 years ago
Cleaned up Runner::consume_loc_drop More... about 8 years ago
Properly prefixing Android output path with `values-`. More... about 8 years ago
Logging a warning, if a file is skipped because it would be empty while generating a loc drop. More... about 8 years ago
Logging a warning, if a file is skipped because it would be empty while generating all string files. More... about 8 years ago
Inlined method that was only used once. More... about 8 years ago
Moved write_all_files from Abstract formatter to Runner. More... about 8 years ago
Raising an error if generate_string_file would create an empty file. More... about 8 years ago
Removed Abstract::write_file, since formatters should focus on formatting. format_file is used directly instead. More... about 8 years ago