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

added support for other than '#' chars #23

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

Commits on Mar 2, 2020

  1. project update

    sergeykuchin committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    7ae31df View commit details
    Browse the repository at this point in the history
  2. added support for other than '#' chars

    sergeykuchin committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    cef4c54 View commit details
    Browse the repository at this point in the history
  3. CharacterStyle changed to ClickableForegroundColorSpan just to not er…

    …ase all other spans in a text
    sergeykuchin committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    32db7d0 View commit details
    Browse the repository at this point in the history
  4. Added first character to onHashTagClicked method just to determine …

    …which part of the text was clicked
    
    if there several starting characters
    sergeykuchin committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    94d9125 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Added possibility to determine own style

    sergeykuchin committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    afe9697 View commit details
    Browse the repository at this point in the history
  2. small bug fixing

    added small check just to avoid highlighting in case when 2 or more start chars follows (###)
    sergeykuchin committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    77fbe04 View commit details
    Browse the repository at this point in the history
  3. added trim to the string

    sergeykuchin committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    4166c6a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. added check for a new line

    sergeykuchin committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    9e33cd9 View commit details
    Browse the repository at this point in the history
  2. added forbidden chars list to avoid highlighting start char when new …

    …line symbol or space and etc is following it
    sergeykuchin committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    fa29183 View commit details
    Browse the repository at this point in the history