Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Add second activity to example app #37

Merged
merged 5 commits into from
Oct 25, 2016
Merged

Add second activity to example app #37

merged 5 commits into from
Oct 25, 2016

Commits on Oct 20, 2016

  1. Add second activity to example app

    MainActivity contains a two textviews, title and freeform text, whose
    text is controlled by a String list Variable and a String Variable,
    respectively.
    
    Box activity contains a title text and a box. The box has a color
    controlled by a Color list Variable and it is hidden or shown based on
    a Boolean variable.
    
    Both activities’ title text share a Range Variable that dictates their
    size, this is meant to showcase Remixer keeping values across different
    contexts, but this depends on #36
    Miguel Yanez Barreto committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    b43374c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Fix wrong Remixer key on shared Variable

    Miguel Yanez Barreto committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    0ea8303 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Use RecyclerView instead of ListView in MenuActivity

    Miguel Yanez Barreto committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    2268b2f View commit details
    Browse the repository at this point in the history
  2. Make BoxActivity use the Annotation-based API, improve keys.

    Miguel Yanez Barreto committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    eede4ac View commit details
    Browse the repository at this point in the history
  3. Clear blank spaces, fix documentation and fix access modifiers in Mai…

    …nActivity
    Miguel Yanez Barreto committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    30de063 View commit details
    Browse the repository at this point in the history