• demo build was adding -std=g++11 to cflags in scripts calling library.
    demo app also had -std=g++11 in own C++ CMakeLists.txt _and_ in gradle.
    
    Changed everything to use std=c++17.
    
    Change-Id: Id46801a812c043db41514be17e8bd8da2ec97845
    David Steele authored
     
    Browse Code »









  • Since the text labels are supposed to be aligned to a grid, the
    new target position is calculated based on this instead of getting
    the position of the supposedly related text label, which might be
    midway through an animation at the time.
    
    Change-Id: Id83e89c13f2e03325966ab890aa5ca00e94fa100
    Signed-off-by: György Straub <g.straub@partner.samsung.com>
    György Straub authored
     
    Browse Code »