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

New Lib tableviewutil; reduce number of required app specific Classes; added generic parameter POJO; Updated Demo-App #406

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

Commits on Mar 1, 2023

  1. Removed id from ColumnHeader

    k3b committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    71d8e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3342e90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    622575c View commit details
    Browse the repository at this point in the history
  4. Removed CellBase

    k3b committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a58ad24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f22340 View commit details
    Browse the repository at this point in the history
  6. reverted changes in Cell

    k3b committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    fb773c9 View commit details
    Browse the repository at this point in the history
  7. Fixed inline docs

    k3b committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f3d32a7 View commit details
    Browse the repository at this point in the history
  8. Fixed inline docs

    k3b committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    35360c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fd73ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca97dea View commit details
    Browse the repository at this point in the history
  11. Revert "refactored colors: renamed to default_table_xxx and moved to …

    …lib"
    
    This reverts commit ca97dea.
    k3b committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ae0cdb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    2028ad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b569ddb View commit details
    Browse the repository at this point in the history
  3. Introduced (I)Row as a replacement for List(i.e. List<List<Cell<Pojo>…

    …>> becomes List<iRow<Pojo>>)
    k3b committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    80044dd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Introduced (I)Row as a replacement for List(i.e. List<List<Cell<Pojo>…

    …>> becomes List<iRow<Pojo>>)
    k3b committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    71f2ca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799fe06 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. refactored:

    k3b committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e9eb42f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5507a57 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    a2e7ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fb3f4 View commit details
    Browse the repository at this point in the history
  3. renamed modell to model; moved com.evrencoskun.tableviewsample.holder…

    … to com.evrencoskun.tableviewutil.holder
    k3b committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    1abb020 View commit details
    Browse the repository at this point in the history
  4. moved TableViewAdapterBase + holder.ColumnHeaderViewHolder from com.e…

    …vrencoskun.tableviewsample to com.evrencoskun.tableviewutil
    k3b committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0ae521b View commit details
    Browse the repository at this point in the history
  5. introduced ColumnDefinition

    k3b committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    20462f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7fb62f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaa11ab View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 10, 2023

  1. Made TableViewAdapter generic. All column definitions come from Colum…

    …nDefinition<POJO>.
    k3b committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7fa68d6 View commit details
    Browse the repository at this point in the history
  2. Updated docs

    k3b committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    dc4f95f View commit details
    Browse the repository at this point in the history
  3. Updated docs

    k3b committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    aad1660 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c87e22 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Removed obsolete (I)Row

    k3b committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    0219600 View commit details
    Browse the repository at this point in the history
  2. Fixed Rowheader-pojo

    k3b committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    1b90399 View commit details
    Browse the repository at this point in the history
  3. Fixed ColumnHeader

    k3b committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    d724d1e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Mar 17, 2023

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