Skip to content

Commit

Permalink
Display extended times as normal when possible, code simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 23, 2018
1 parent a934920 commit 352f3b7
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 373 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master

0.4.0: When displaying extended times use "normal" times when possible

0.3.5: Make dialog fill all available space, update support lib and build target

0.3.4: Protect again NPE
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
apply plugin: "jacoco"

version = '0.3.5'
version = '0.4.1'
def libName = "OpeningHoursFragment"

task updateTranslations(type: Exec) {
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
compile "com.android.support:preference-v7:$supportLibVersion"
compile "com.android.support:design:$supportLibVersion"
compile "com.android.support:support-annotations:23.4.0"
compile "ch.poole:OpeningHoursParser:0.11.0"
compile "ch.poole:OpeningHoursParser:0.13.0"
compile "ch.poole:rangebar:0.1.1"
compile 'cn.carbswang.android:NumberPickerView:1.1.1'

Expand Down
Loading

0 comments on commit 352f3b7

Please sign in to comment.