The Wayback Machine - https://web.archive.org/web/20211026110735/https://github.com/AshampooSystems/boden/commits/master
Skip to content
Permalink
master

Commits on Jan 6, 2020

  1. Merge branch 'sryze-boden-path-fix'

    maddimax
    maddimax committed Jan 6, 2020

Commits on Dec 5, 2019

  1. Made android::NativeInit::baseInit public

    stakemura authored and maddimax committed Dec 5, 2019

Commits on Oct 14, 2019

  1. Update company address (#381)

    gitoby committed Oct 14, 2019

Commits on Oct 10, 2019

  1. Fixed linkage and Window background color for iOS 13 (#379)

    * Fixed linkage and Window background color for iOS 13
    * Updated ios toolchain file
    * Updated documentation to reflect cmake min 3.15
    * Removed VERSION from targets for iOS
    * Added ios configuration to testBoden to allow running from Xcode
    maddimax
    maddimax committed Oct 10, 2019
  2. Added iOS 13 support

    * Fixed std::filesystem detection
    * Fixed ios::ListViewCore cell sizing
    * Added DarkMode LaunchScreens for examples
    * Replaced all Checkbox controls with switches in examples
    * Added rowHeight Slider to ListView example page
    * Fixed Colors for iOS DarkMode
    * Replaced deprecated iOS functions used
    * Fixed UIView+Helper name
    maddimax
    maddimax committed Oct 10, 2019
  3. Fixed application template cmake file

    maddimax
    maddimax committed Oct 10, 2019
  4. Clang-format

    maddimax
    maddimax committed Oct 10, 2019
  5. Added ListViewDataSource::isSelectable()

    maddimax
    maddimax committed Oct 10, 2019
  6. Fixed changelog

    maddimax
    maddimax committed Oct 10, 2019

Commits on Oct 7, 2019

  1. Fixing source code formatting

    maddimax
    maddimax committed Oct 7, 2019
  2. linux.md: Fixed typo in the IDE name (#21)

    mcraveiro authored and maddimax committed Oct 7, 2019

Commits on Sep 17, 2019

Commits on Sep 16, 2019

  1. Added workaround to downgrade android platform-tools (#375)

    Android platform-tools 29.0.3 broke the ability to debug native apps in android studio. This workaround manually downloads 29.0.2 which is not affected by the issue.
    maddimax
    maddimax committed Sep 16, 2019

Commits on Sep 9, 2019

  1. Added ListView::rowIndexForView function (#369)

    * Added ListView::rowIndexForView function
    * Changed ListViewDataSource::viewForRowIndex to provide a ListView pointer
    * Deprecated the old ListViewDataSource::viewForRowIndex function
    maddimax
    maddimax committed Sep 9, 2019

Commits on Sep 6, 2019

Commits on Sep 4, 2019

  1. BDN-712 Use std::filesystem for path concatenation (#364)

    * Added polyfills for platforms that don’t yet include std::filesystem by default
    maddimax
    maddimax committed Sep 4, 2019

Commits on Aug 29, 2019

Commits on Aug 23, 2019

  1. More doc fixes

    gitoby committed Aug 23, 2019
Older