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

Detecting and blocking scam #394

Merged
merged 11 commits into from
Apr 5, 2022
Merged

Detecting and blocking scam #394

merged 11 commits into from
Apr 5, 2022

Commits on Mar 29, 2022

  1. Adding UserInteractor to the core system

    it basically moves getName(), onButtonClick() and onSelectionMenu() from SlashCommand one level higher - so that also non-slash-commands can use it
    Zabuzard committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b288238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    051526b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    259f3a6 View commit details
    Browse the repository at this point in the history
  4. CR Tais

    * collection instead of list
    * newlines between some lines for readability
    * removed nameToSlashCommand as extra map
    Zabuzard committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    d1bd022 View commit details
    Browse the repository at this point in the history
  5. unit tests for ScamDetector

    * also added junit parametrized test dependency
    * removed a useless gradle dep that was duplicated
    Zabuzard committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    44fb777 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3445e33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f77e12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cd6905 View commit details
    Browse the repository at this point in the history
  9. missing Javadoc (CR Tais)

    Zabuzard committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    2d9bac7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db95417 View commit details
    Browse the repository at this point in the history
  11. Fixed issues after rebase

    Zabuzard committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    4134e41 View commit details
    Browse the repository at this point in the history