Skip to content

Releases: FredHappyface/Android.Brainf

20240826

26 Aug 12:37

Choose a tag to compare

  • Update version, screenshots
  • Add escape sequences supporting two notation types for ASCII control characters: hexadecimal notation (\xNN) and control character notation (@NAME;)
  • Update UI - add byte representation for input and output

20240330

30 Mar 21:58

Choose a tag to compare

20240330

  • Update version, screenshots
  • Update UI - add buffer representation

20230828

28 Aug 16:43

Choose a tag to compare

20230828

  • Update app description
  • Update version, screenshots
  • Update UI

20230820

20 Aug 18:45

Choose a tag to compare

20230820 - 2023/08/20

  • Update dependencies

20220311

11 Mar 20:46

Choose a tag to compare

20220311 - 2022/03/11

  • New Feature: Add Gradle tasks
    • ktlintCheck (gradlew ktlintCheck): run ktlint over the codebase
    • genDocs (gradlew genDocs): generate the api reference using dokka
  • New Feature: Update navbar theme (dark/light rather than the app accent colour)
  • Bugfix: Empty input is no longer considered an error #4
    • For example, the cat program
       ,[.,]
      Input: hello, output is now as expected
  • Removed included apks, use github releases instead

20220110

10 Jan 22:23

Choose a tag to compare

20220110 - 2022/01/10

  • Update dependencies
  • Set file size limit to 1Mb to defend against java.lang.OutOfMemoryError
  • Fix BrainfInterpreter.gt and BrainfInterpreter.leftBracket to defend against java.lang.StringIndexOutOfBoundsException

20211104

04 Nov 21:23

Choose a tag to compare

20211104 - 2021/11/04

  • Refactor brainfInterpreter function to BrainfInterpreter
  • Rebase on FHCode
    • Add feature description
    • Use cards (similar style to EweSticker)
    • Add comments to TextHighlight
    • Update fonts
    • Code clean up + documentation improvements
    • The new target SDK version is 31 (Android 12) - previously 30 (Android 11)
    • Add launcher Shortcuts for Settings, About, New File
  • Update app icon
  • Update screenshots

20210501

01 May 15:36

Choose a tag to compare

20210430

30 Apr 17:55

Choose a tag to compare

20210430