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

Convert some class Java to Kotlin with Refactoring #175

Merged
merged 6 commits into from
Oct 7, 2019

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    cc3da8f View commit details
    Browse the repository at this point in the history
  2. Convert "FishBunCreator", "FishBun" from java to kotlin

    feature:
       * WeakReference<(activity, fragment)> in FishBun >>> WeakReference<Activity>
          - Just runs startActivityForResult method
    laco-dev committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    54ba5cc View commit details
    Browse the repository at this point in the history
  3. Convert "Fishton" from java to kotlin

    feature:
       * Add getter and setter where using the fields in "Fishton" When complete of converting, do resolves (for kotlin property) [Adapter, Activity, etc...]
       * Add ContextUtil for take String resources
       *
    laco-dev committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3f78ce9 View commit details
    Browse the repository at this point in the history
  4. Fixed bug in "WithFragmentActivity". It could not receive "onActivity…

    …Result" from fragment.
    laco-dev committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d0b5571 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

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

Commits on Oct 4, 2019

  1. Merge branch 'develop' of https://github.com/sangcomz/FishBun into fe…

    …ature/java-to-kotlin/core
    
    # Conflicts:
    #	FishBun/src/main/java/com/sangcomz/fishbun/ui/picker/PickerActivity.java
    laco-dev committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    e40c1a9 View commit details
    Browse the repository at this point in the history