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

Implemented Selection.set_font() for Android #2130

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2023

  1. implemented TogaSpinnerAdapter

    t-arn committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    37d6551 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fixed some bugs; applied black

    t-arn committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f8d428c View commit details
    Browse the repository at this point in the history
  2. added remaining Adapter methods

    t-arn committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e95e04d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Renamed TogaSpinnerAdapter to TogaArrayAdapter

    Added ArrayAdapter methods insert, remove, clear
    Increased default textsize
    t-arn committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    e94c038 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Fixed logic to get the default values

    Modified selection example to demo setting the font
    t-arn committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    057afb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e93cc View commit details
    Browse the repository at this point in the history
  3. Added news fragment

    t-arn committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    c5f1378 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    e3e95a6 View commit details
    Browse the repository at this point in the history
  2. cleanup;

    caching textsize and typeface
    t-arn committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7a26027 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge branch 'main' into selection_setfontV2_5b94842

    # Conflicts:
    #	android/src/toga_android/libs/android/widget.py
    #	android/src/toga_android/widgets/selection.py
    t-arn committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d019817 View commit details
    Browse the repository at this point in the history
  2. added testbed probes

    t-arn committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    67a16fd View commit details
    Browse the repository at this point in the history
  3. fixed testbed probe

    t-arn committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    99644e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c172e07 View commit details
    Browse the repository at this point in the history
  5. Fixed set_font(), so get_textsize() and get_typeface() return the cor…

    …rect values on font change after widget creation;
    
    Removed implementation specific stuff from example app
    t-arn committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    19951dd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Removed impl.get_textsize() and impl.get_typeface();

    Fixed the probe, so it uses default_font_size=16;
    Corrected the news fragment;
    Removed the "Print font attrs" button from the example
    t-arn committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c8a34db View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Removed cache font values;

    Testbed probe gets fonts values directly from the native control
    t-arn committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9a50e01 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    aa1b2d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5afcc4c View commit details
    Browse the repository at this point in the history
  3. Changed testbed to reset changed attributes one by one to avoid trigg…

    …ering several widget updates on Android
    t-arn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5417c42 View commit details
    Browse the repository at this point in the history
  4. fixups

    t-arn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    de8694a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Reverted changes in testbed properties.py

    Changed example to reveal problem in widget height
    t-arn committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a8207cd View commit details
    Browse the repository at this point in the history