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

Hhhh #366

Open
wants to merge 130 commits into
base: v.0.2.0
Choose a base branch
from
Open

Hhhh #366

wants to merge 130 commits into from

Commits on Apr 11, 2017

  1. Merge pull request stfalcon-studio#21 from stfalcon-studio/v.0.2.0

    sample main screen update
    troy379 authored Apr 11, 2017
    Configuration menu
    Copy the full SHA
    2fb3ebf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. google play badge

    troy379 authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    0ae005e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Allow the user to get the current position of a DIALOG

    This should close issue stfalcon-studio#29. I believe that providing the user with the whole list of DIALOG objects is a bit "dangerous", users can modify that collection and feed it back to the adapter and given the current implementation that's not something we might want. So having a ```getDialogPosition()``` method should solve the case when the user needs to have the current adapter position of a certain dialog.
    mradzinski authored May 2, 2017
    Configuration menu
    Copy the full SHA
    87a0eea View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. exceptions on holder creating

    troy379 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    2b8e57a View commit details
    Browse the repository at this point in the history
  2. setAdapter with reverse layout mode

    troy379 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    3c4c85e View commit details
    Browse the repository at this point in the history
  3. view click listeners

    troy379 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    bcdc6bb View commit details
    Browse the repository at this point in the history
  4. minSdk 14

    troy379 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    7d77639 View commit details
    Browse the repository at this point in the history
  5. stfalcon-studio#23 fixed

    troy379 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    ddfb6e4 View commit details
    Browse the repository at this point in the history
  6. set background for lower sdk

    troy379 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    3850704 View commit details
    Browse the repository at this point in the history
  7. gradle update

    troy379 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    8664290 View commit details
    Browse the repository at this point in the history
  8. 0.2.1 release

    troy379 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    4c20300 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    troy379 authored May 3, 2017
    Configuration menu
    Copy the full SHA
    c2a471d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Update COMPONENT_DIALOGS_LIST.MD

    Just small change here 
    
    `* adapter.addItem(DIALOG dialog) - adds one dialog to the end of the list
    * adapter.addItem(int position, DIALOG dialog) -  adds a new dialog to the specified position.`
    ynagarjuna2012 authored May 9, 2017
    Configuration menu
    Copy the full SHA
    b75ae62 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Add TypingListener to MessageInput

    Add sample
    toanpv committed May 19, 2017
    Configuration menu
    Copy the full SHA
    43d816d View commit details
    Browse the repository at this point in the history
  2. Remove spaces

    toanpv committed May 19, 2017
    Configuration menu
    Copy the full SHA
    f1f9e6d View commit details
    Browse the repository at this point in the history
  3. Add delay typing to attr

    Add TypingListener to docs
    toanpv committed May 19, 2017
    Configuration menu
    Copy the full SHA
    9be17d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    3ca0aa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423f15c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da8fe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0da3d74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9891521 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    bevzaanton authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    e1f6ef8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0987b4d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Update README.md

    troy379 authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    4bdd984 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. tiny refactoring

    troy379 committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    14c84e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Added upsert(Message) method to add or update message to adapter as a…

    …ppropriate
    
    Useful when connecting adapter directly to streaming data source
    Changed update methods to return boolean
    hbmartin committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    7e3148c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b2a86 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Merge pull request stfalcon-studio#39 from ynagarjuna1995/patch-1

    Update COMPONENT_DIALOGS_LIST.MD
    bevzaanton authored Jul 31, 2017
    Configuration menu
    Copy the full SHA
    a5b7309 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

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

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    25ec6be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80f3a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e5cc7 View commit details
    Browse the repository at this point in the history
  4. Revert "test jitpack compile"

    This reverts commit f2e5cc7.
    philippeauriach committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    f906bb2 View commit details
    Browse the repository at this point in the history
  5. please codebeat

    philippeauriach committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    f268da6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Made correction to DialogList documentation

    A typographic error was made in the documentation for the DialogList component under the 'Prepare your model' section.
    "IDialog" was written as "IDealog".
    This pull request corrects that error.
    SeunAdelekan authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    a0c43a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Add nullable for getImageUrl()

    Add the option for nullable to distinguish between a message and image. Useful for when using Kotlin.
    dmathewwws authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    ca015bb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. fix link in docs

    alouanemed authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    1044829 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. wording

    Tibolte committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    2fbf4dc View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

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

Commits on Mar 13, 2018

  1. Avoid Crash on empty list

    If some empty list passed to insert at the end, will crash with a indexOutOfBounds.
    
    To avoid this, it's recomended to add a check to see if the list is empty or not. And adding a @NotNull anotation to the param will be useful to use it with Kotlin.
    
    If you don't like a "fast" return, do it with a tipical if.
    Sulfkain authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    d93d0de View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    2b806f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a7287f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c310348 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8511efd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from anymol/library_version

    Upgrade Library and Gradle version
    anymol authored Jul 3, 2018
    Configuration menu
    Copy the full SHA
    3efbc75 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Merge pull request stfalcon-studio#164 from anymol/master

    Upgrade Library and Gradle version
    alexz89ua authored Jul 4, 2018
    Configuration menu
    Copy the full SHA
    236097d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    bafd2e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request stfalcon-studio#146 from Sulfkain/patch-2

    Avoid Crash on empty list in addToEnd
    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    a5e2c12 View commit details
    Browse the repository at this point in the history
  3. Merge pull request stfalcon-studio#134 from alouanemed/patch-1

    Fix link typo in docs
    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    fab9a70 View commit details
    Browse the repository at this point in the history
  4. Merge pull request stfalcon-studio#119 from dmathewwws/dmathewwws-pat…

    …ch-1
    
    Add nullable for getImageUrl()
    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    1414342 View commit details
    Browse the repository at this point in the history
  5. Merge pull request stfalcon-studio#112 from SeunAdelekan/master

    Made correction to DialogList documentation
    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    fe3d1af View commit details
    Browse the repository at this point in the history
  6. Merge pull request stfalcon-studio#70 from philippeauriach/allow-movi…

    …ng-item
    
    Allow moving Dialog item and get Dialog by id
    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    0bef64c View commit details
    Browse the repository at this point in the history
  7. Merge pull request stfalcon-studio#32 from mradzinski/patch-2

    Allow the user to get the current position of a DIALOG
    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    da60852 View commit details
    Browse the repository at this point in the history
  8. Version 0.2.3

    bevzaanton committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    bad7494 View commit details
    Browse the repository at this point in the history
  9. hot fix

    bevzaanton committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    91fd699 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    784766c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f3ebe2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5612f4b View commit details
    Browse the repository at this point in the history
  13. Create LICENSE

    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    5a22499 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc881f4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request stfalcon-studio#61 from hbmartin/master

    Added upsert(Message) method to add or update message to adapter as appropriate
    bevzaanton authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    97a6c1d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Merge pull request stfalcon-studio#75 from kirvis250/npe-fix

    npe check in DialofsListAdapter.java when there is no last message (is null)
    bevzaanton authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    8de7ef1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_typing_listener' of https://github.com/toanpv/ChatKit

    … into toanpv-add_typing_listener
    
    # Conflicts:
    #	docs/STYLES_ATTR.md
    #	sample/src/main/java/com/stfalcon/chatkit/sample/features/demo/def/DefaultMessagesActivity.java
    bevzaanton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    53616b0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add_typing_listener' of https://github.com/toanpv/ChatKit

    … into toanpv-add_typing_listener
    
    # Conflicts:
    #	docs/STYLES_ATTR.md
    #	sample/src/main/java/com/stfalcon/chatkit/sample/features/demo/def/DefaultMessagesActivity.java
    bevzaanton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    9b0abf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aefbf0f View commit details
    Browse the repository at this point in the history
  5. Update LICENSE

    bevzaanton authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    da51c5f View commit details
    Browse the repository at this point in the history
  6. Update README.md

    bevzaanton authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    6848a6e View commit details
    Browse the repository at this point in the history
  7. Fixed artifacts with bubble background in message list.

    DialogList: reverseLayout=false for default
    bevzaanton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    95fc88e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b814b66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    208e3e8 View commit details
    Browse the repository at this point in the history
  10. Fixed bug "The totalItemsCount parameter in OnLoadMore callback conta…

    …ins date header." Issue stfalcon-studio#86
    
    Added separate method MessagesListAdapter.clear(notifyDataSetChanged). Method MessagesListAdapter.clear() does notifyDataSetChanged by default. Issue stfalcon-studio#89
    bevzaanton committed Jul 11, 2018
    1 Configuration menu
    Copy the full SHA
    3461ab3 View commit details
    Browse the repository at this point in the history
  11. v0.3.0

    bevzaanton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    351e23c View commit details
    Browse the repository at this point in the history
  12. Update README.md

    bevzaanton authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    160dff9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Update CHANGELOG.md

    bevzaanton authored Jul 13, 2018
    Configuration menu
    Copy the full SHA
    0c3083a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

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

Commits on Aug 15, 2018

  1. Merge pull request stfalcon-studio#178 from joostfunkekupper/master

    Removal of forced software layer rendering
    bevzaanton authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a3d2ace View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    123f9ac View commit details
    Browse the repository at this point in the history
  2. Update documentation

    bevzaanton authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    36e4cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d213ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0f5ca1 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    bevzaanton authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    4a810bb View commit details
    Browse the repository at this point in the history
  6. add proguard rules

    bevzaanton committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    769eb0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5fc9d9 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    bevzaanton authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    37b1695 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    bevzaanton authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    067b6a0 View commit details
    Browse the repository at this point in the history
  10. fix in proguard rules

    bevzaanton committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    e0ee1eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6e3ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

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

Commits on Aug 28, 2018

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

Commits on Sep 25, 2018

  1. Merge pull request stfalcon-studio#191 from mathroule/upsert-dialog

    Add upsert method to dialogs list
    bevzaanton authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    9918fa4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request stfalcon-studio#190 from mathroule/clear-last-mess…

    …age-if-null-in-dialog-list
    
    Clear last message if null in dialog list (Fix issue stfalcon-studio#189)
    bevzaanton authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    615ae36 View commit details
    Browse the repository at this point in the history
  3. ver 0.3.2

    bevzaanton committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b4a84be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd0eb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ff552e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    719b67a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

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

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    3a10017 View commit details
    Browse the repository at this point in the history
  2. Merge pull request stfalcon-studio#185 from mweathers/master

    Enable payloads for custom content types
    bevzaanton authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    70d935b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3bcc47 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

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

Commits on Oct 1, 2018

  1. Merge pull request stfalcon-studio#208 from mathroule/add-upsert-to-d…

    …ocumentation
    
    Update documentation to add upsertItem method
    bevzaanton authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    afb7da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca51b2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3561042 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

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

Commits on Oct 11, 2018

  1. Changed access modifier from public to protected for:

    - List<Wrapper> items
    - method `generateDateHeaders`
    Primoz committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    e1b9332 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Update CHANGELOG.md

    bevzaanton authored Oct 12, 2018
    Configuration menu
    Copy the full SHA
    947aded View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    bevzaanton authored Oct 12, 2018
    Configuration menu
    Copy the full SHA
    5edd804 View commit details
    Browse the repository at this point in the history
  3. Merge pull request stfalcon-studio#209 from PrimozPernat/move_to_star…

    …t_if_update
    
    Added upsert method to move a specific item to the start.
    bevzaanton authored Oct 12, 2018
    Configuration menu
    Copy the full SHA
    c143b4a View commit details
    Browse the repository at this point in the history
  4. version 0.3.3-SNAPSHOT

    bevzaanton committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    c48ace0 View commit details
    Browse the repository at this point in the history
  5. version 0.3.3

    bevzaanton committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    a660b7a View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    bevzaanton authored Oct 12, 2018
    Configuration menu
    Copy the full SHA
    6b9072b View commit details
    Browse the repository at this point in the history
  7. Update README.md

    bevzaanton authored Oct 12, 2018
    Configuration menu
    Copy the full SHA
    2cfc138 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

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

Commits on Jul 8, 2019

  1. Update README.md

    andriizhumela authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    47c2ca3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

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

Commits on Oct 7, 2020

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

Commits on Jan 28, 2021

  1. Updated broken link

    muankit authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    f10254b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Merge pull request stfalcon-studio#338 from gazman-sdk/master

    Migrated to AndroidX and Java 8
    bevzaanton authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6977471 View commit details
    Browse the repository at this point in the history
  2. update Picasso version

    bevzaanton committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    f966d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d4baf0 View commit details
    Browse the repository at this point in the history
  4. add gradle-wrapper.jar

    bevzaanton committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ee44d13 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. v0.4.1

    bevzaanton committed Feb 12, 2021
    2 Configuration menu
    Copy the full SHA
    3db6396 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    bevzaanton authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    1ebe23d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    bevzaanton authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    51430f5 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    bevzaanton authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6a2677c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Update README.md

    bevzaanton authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    725a796 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Merge pull request stfalcon-studio#345 from muankit/patch-1

    Updated broken link
    bevzaanton authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d10cfe3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Create android.yml

    BEATVAL authored May 23, 2022
    Configuration menu
    Copy the full SHA
    1faec82 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    BEATVAL authored May 23, 2022
    Configuration menu
    Copy the full SHA
    4bc86df View commit details
    Browse the repository at this point in the history