Skip to content

2.1

Compare
Choose a tag to compare
@tibagni tibagni released this 21 Sep 16:47
· 158 commits to master since this release
  • fix RIGHT_BLACK_POINTER symbol
  • Update README.md
  • Fix layout of buttons pane on some dialogs
  • Update some icons
  • Add expand/collapse button
  • Align buttons pane to the right
  • Add more tests
  • Exclude some files from coverage report
  • Workaround for coveralls plugin - For details see: kt3k/coveralls-gradle-plugin#85
  • Update README.md
  • Add test coverage
  • Allow filtered logs to be saved (filtered files) #20
  • Add 2 test cases for 'filterEdited'
  • Only reapply removed filters/group if they were previously applied
  • Deleting selected filter does not reflect on filtered logs #21
  • suppress unchecked cast warnings from logViewerPresenterTests on interop of kotlin an Java's ArgumentCaptor class
  • Update README.md
  • Remove old release script and fix travis yaml file
  • Update README.md
  • Create travis CI yaml file
  • Modify Gradle to build LogViewer
  • .gitignore fix
  • untrack some gradle files
  • increase gradle version
  • Convert LogViewerView from .form to java code
  • organize code
  • Refactor buttons pane
  • Convert preferences dialog from .form to java code
  • Convert edit filter dialog from .form to Java code
  • Convert regex dialog from .form to Java code
  • Convert update dialog dialog from .form to Java code
  • Change About dialog from .form to Java code
  • Write tests for 'removeGroup' in LogViewerPresenter
  • Write LogViewerPreferences in kotlin
  • Adding option to save filter groups before removing it and changing the close button character <Vinícius Franco>
  • Adding delete group button
  • Convert test files to Kotlin <Crístian Deives>