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

Milestones module development #343

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

Milestones module development #343

wants to merge 121 commits into from

Commits on Nov 21, 2017

  1. Started implementation of create and edit function

    Added layouts
    Added menu items
    Added classes, activities, fragments
    arepina committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    081cf03 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. Add List view of all repository milestones

    #7 Closed
    UEvgeniy committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    ae5596c View commit details
    Browse the repository at this point in the history
  2. Milestones list localization

    UEvgeniy committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    2d6fe3f View commit details
    Browse the repository at this point in the history
  3. Add create milestone button

    UEvgeniy committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    2c8f445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56e2ae2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #44 from AndreySBer/milestones_list_view

    Milestones list view
    phansier authored Dec 16, 2017
    Configuration menu
    Copy the full SHA
    970e2d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2017

  1. Configuration menu
    Copy the full SHA
    f7ba846 View commit details
    Browse the repository at this point in the history
  2. Added date picker

    arepina committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    e2a05c3 View commit details
    Browse the repository at this point in the history
  3. Added 2 weeks and 1 month

    arepina committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    0f89372 View commit details
    Browse the repository at this point in the history
  4. Milestones Service

    tsnik committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    1d4b946 View commit details
    Browse the repository at this point in the history
  5. Fixed the dates in piker

    arepina committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    3c2e2f3 View commit details
    Browse the repository at this point in the history
  6. CreateMilestoneTask

    tsnik committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    97ef560 View commit details
    Browse the repository at this point in the history
  7. Display closed milestone in repo

    Remove redundant code
    phansier committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    177aff9 View commit details
    Browse the repository at this point in the history
  8. EditMilestone Task

    tsnik committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    f789379 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcff329 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61d168e View commit details
    Browse the repository at this point in the history
  11. Chage tag in editMilestone

    tsnik committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    fe86c30 View commit details
    Browse the repository at this point in the history
  12. DeleteMilestone task

    tsnik committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    095bbf9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be4ea89 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e98304c View commit details
    Browse the repository at this point in the history
  15. Fix layout

    phansier committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    a49d793 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25634e3 View commit details
    Browse the repository at this point in the history
  17. Refactor adding 1 month

    phansier committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    46b674a View commit details
    Browse the repository at this point in the history
  18. Merge pull request #47 from AndreySBer/create_and_edit_milestone

    Create and edit milestone
    phansier authored Dec 17, 2017
    Configuration menu
    Copy the full SHA
    7f9bcc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. mockup classes

    Motoaleks committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    98123ee View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Initial detailed milestone view

    View include:
    - title
    - due to date
    - description
    - progress
    - back to milestones list button
    Motoaleks committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    3e97b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd188da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc378c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe6404 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e2c675 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Configuration menu
    Copy the full SHA
    0bddafe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from AndreySBer/iss8_milestine_view_page

    Iss8 milestine view page part implementation
    phansier authored Dec 28, 2017
    Configuration menu
    Copy the full SHA
    ce9fb35 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Tried to fix the menu

    arepina committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    ee9cd86 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. Added view of milestone

    arepina committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    01ed3cc View commit details
    Browse the repository at this point in the history
  2. Changed imports to new

    arepina committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    59a4f43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    233d72c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

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

Commits on Jan 6, 2018

  1. Crush fixed.

    Motoaleks committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    620200e View commit details
    Browse the repository at this point in the history
  2. Time left/past badge added

    Motoaleks committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    d1137ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f19b59f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Fixed the date bug

    arepina committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    255aef7 View commit details
    Browse the repository at this point in the history
  2. Added edit

    arepina committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    9df359c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Added onActivityResult

    arepina committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    ff7665e View commit details
    Browse the repository at this point in the history
  2. Colorize issues in milestone item

    Colse #48
    UEvgeniy committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    19429a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Fixed the back button bug

    arepina committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    db30f03 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Merge pull request #58 from AndreySBer/ms_item_colorize_issues

    Colorize issues in milestone item
    phansier authored Jan 15, 2018
    Configuration menu
    Copy the full SHA
    7affe5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8d5aaf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57 from AndreySBer/edit_milestone

    Edit milestone added
    phansier authored Jan 15, 2018
    Configuration menu
    Copy the full SHA
    5a29dc2 View commit details
    Browse the repository at this point in the history
  4. Milestone view translated to russian.

    Unused code deleted.
    Milestone view padding.
    Values renamed.
    Motoaleks committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    6fa48a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80c2d1a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    411a16b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from AndreySBer/milestone_view

    Added time badge
    phansier authored Jan 16, 2018
    Configuration menu
    Copy the full SHA
    ff8356f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc7da89 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

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

Commits on Jan 19, 2018

  1. Bug fix

    If milestone has no due to date, list will show empty string instead of exception
    UEvgeniy committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    548d9fd View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Update milestones list after changes

    Activity is refreshing after new ms or edited ms added.
    UEvgeniy committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    5377028 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from AndreySBer/ms_list_dueto_fix

    Bug found & fixed
    phansier authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    2757d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b45e03c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #67 from AndreySBer/new_milestone

    New milestone
    phansier authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    c73bfad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2e7240 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #69 from AndreySBer/fix_crash_61

    Crash at repositories issues & commits & projects FIXED
    phansier authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    45e45df View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Update API

    tsnik committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    1f78dbd View commit details
    Browse the repository at this point in the history
  2. Add issue dialog

    tsnik committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4f5ff22 View commit details
    Browse the repository at this point in the history
  3. Add issue to dialog logic

    tsnik committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    fdfe8f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Minor code style fixed

    phansier committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    d03ed67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from AndreySBer/feature-addIssueToMilestone

    Add issue to milestone #10
    phansier authored Jan 26, 2018
    Configuration menu
    Copy the full SHA
    5f549cc View commit details
    Browse the repository at this point in the history
  3. Fast fix. No crush anymore.

    Motoaleks committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    8c0ed93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bcf70e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaeb72d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Configuration menu
    Copy the full SHA
    4719e9e View commit details
    Browse the repository at this point in the history
  2. Fix bug #77

    tsnik committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    33e9980 View commit details
    Browse the repository at this point in the history
  3. Fixed!?

    changed create activity to finish, and now transitions are fine.
    Motoaleks committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    c21e65b View commit details
    Browse the repository at this point in the history
  4. Fix bug #64

    + fix crash with null date in milestoneView
    tsnik committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    9a3f483 View commit details
    Browse the repository at this point in the history
  5. Fix bug #60

    tsnik committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    f3928f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Refactor

    tsnik committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    af5a5a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from AndreySBer/bugfix-77

    Fix bug #77
    phansier authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    8e2b5db View commit details
    Browse the repository at this point in the history
  3. Extract constant values

    phansier authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    7043b70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    135d903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9aeb8a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8fecea View commit details
    Browse the repository at this point in the history
  7. Merge pull request #79 from AndreySBer/bug-transition-iss-ms

    Bug transition iss ms
    phansier authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    25824b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f80cc2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b39189c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25bd40d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    90b08e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from AndreySBer/Fix_X_pattern_crash_API24

    Fix X pattern crash on Android API <24
    tsnik authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    6073cbc View commit details
    Browse the repository at this point in the history
  3. Fix bug #82

    + fix #89
    tsnik committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f8a2b01 View commit details
    Browse the repository at this point in the history
  4. Fix codestyle

    phansier committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    fb43465 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae70857 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Fixed the test

    arepina committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    02863ad View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Saving MS with empty title logic changed

    #91 closed
    Before: make save button unable
    Now: button alwayas able, show toast, cancel saving
    Localisation implemented (English & Russian)
    UEvgeniy committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    69ccc84 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    ed44be6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from AndreySBer/enhancement-91

    Saving MS with empty title logic changed
    phansier authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    d61237d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf31ab7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #98 from AndreySBer/test_run

    Fixed the test
    phansier authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    e860b82 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    c57c96b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6a50a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #100 from AndreySBer/bugfix-73-milestoneNotDisplaying

    Added milestone support in old issue class
    phansier authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    e518b7c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #101 from AndreySBer/bugfix-88-filterNotUpdating

    Fragment replace with updated milestone
    phansier authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    e4602e6 View commit details
    Browse the repository at this point in the history
  5. Fix & add russian translations

    Remove unnecessary string (login_or_email)
    phansier committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    baa1bd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cc54a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00d3e2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd41a4a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #26 from jonan/master

    Merge commits from Jonan repository
    UEvgeniy authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    6e47980 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Milestone list

    phansier committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    bf37592 View commit details
    Browse the repository at this point in the history
  2. Dialog issue list

    Split layouts for different places
    phansier committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    ab0329d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d3159 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    4b87e74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a85c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5ae56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30048f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0883b55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f493fe9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3658ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19d4db3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Remove redundant headers

    tsnik committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    f2044a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Merge pull request #105 from AndreySBer/ui_changes

    Ui changes
    phansier authored Feb 25, 2018
    Configuration menu
    Copy the full SHA
    42f616c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from AndreySBer/pr_comments_fix

    PR comments fix
    phansier authored Feb 25, 2018
    Configuration menu
    Copy the full SHA
    d2b391c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    68a24e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60a50e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107 from AndreySBer/pr_comments_fix

    Revert Incorrect transition between issue and milestone activities
    phansier authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    4b38c89 View commit details
    Browse the repository at this point in the history