Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mobile
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Agendador
Mobile
Merge requests
!18
Added Notifications
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added Notifications
notification
into
develop
Overview
0
Commits
9
Pipelines
0
Changes
44
Merged
Lucas Braz Cunha
requested to merge
notification
into
develop
7 years ago
Overview
0
Commits
9
Pipelines
0
Changes
44
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
da5258bb
9 commits,
7 years ago
44 files
+
2137
−
298
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
44
Search (e.g. *.vue) (Ctrl+P)
app/src/main/java/br/ufpr/c3sl/agendador/agendador/helpers/adapters/SchedulesExpandableListAdapter.java
+
1
−
1
Options
@@ -37,7 +37,7 @@ public class SchedulesExpandableListAdapter extends BaseExpandableListAdapter {
this
.
context
=
context
;
this
.
expandableListTitle
=
expandableListTitle
;
this
.
expandableListDetail
=
expandableListDetail
;
dateFormat
=
new
SimpleDateFormat
(
Utils
.
DATE_FORMAT
,
Locale
.
getDefault
());
dateFormat
=
new
SimpleDateFormat
(
Utils
.
DATE_
HOUR_
FORMAT
,
Locale
.
getDefault
());
}
@Override
Loading