Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic screenshot taking, add german translation and fully integrate it in Android #36

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2015

  1. Adding shared app strings localization and integrating it fully in iO…

    …S and partially in Android
    Alex Itelman authored and intrigus committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    6534ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62295e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Improve UX

    Improves the UX a little, names, addresses, states and cities are auto-capitalized now.
    Adds easy switching from one form field to another.
    The text field before the send button, can now also be used to send the formular, so you don't have to click the send button.
    intrigus committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    ce3064c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9811a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c93c2d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Add support, to automatically take screenshots

    Invoke "gradle pullScreenshots", this will take the screenshots, save them to $EXTERNAL_STORAGE/screenshots and
    transfer them to $projectRoot/android/screenshots.
    intrigus committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    7c57dcf View commit details
    Browse the repository at this point in the history
  2. Minor layout fixes

    Use 'start' in layout_gravity instead of 'left', to support RTL a little bit more.
    Same goes for 'right' and 'end'
    Don't use wrap_content in LinearLayout if will take the available space anyway.
    intrigus committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    75a4520 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. Configuration menu
    Copy the full SHA
    f5568e4 View commit details
    Browse the repository at this point in the history