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

#3222 Merge Structured Data branch into master #3553

Merged
merged 39 commits into from
Apr 21, 2020
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
942cef5
#3222 Merge master into Structured Data branch, fix conflicts (#3447)
macgills Mar 10, 2020
66e195d
#3482 Use Room in Structured Data branch - remove unused code (#3483)
macgills Mar 18, 2020
fb751c6
#3490 Depiction Search in upload shows No Results before it gets resu…
macgills Mar 19, 2020
719f32c
Merge remote-tracking branch 'origin/master' into structured-data
macgills Mar 20, 2020
e992ed4
fix unit test compilation
macgills Mar 20, 2020
02a0042
Merge remote-tracking branch 'origin/master' into structured-data
macgills Mar 20, 2020
bc8b29b
#3222 remove lingering reference to depiction content provider
macgills Mar 20, 2020
f1f0f4a
Fix Crash
macgills Mar 20, 2020
1404bb0
Merge remote-tracking branch 'origin/master' into structured-data
macgills Mar 20, 2020
895b343
#3222 Merge master into Structured Data branch, fix conflicts - revie…
macgills Mar 23, 2020
2e43995
Merge remote-tracking branch 'origin/master' into structured-data
macgills Mar 24, 2020
d5b62be
Merge remote-tracking branch 'origin/master' into structured-data
macgills Mar 24, 2020
2854f6a
Fix method invocations
macgills Mar 24, 2020
587d977
Merge branch 'master' into structured-data
macgills Mar 25, 2020
23b8c2e
#3529 Captions/depictions are not saved to Commons (#3574)
macgills Mar 25, 2020
dec68ed
#3503 Remove Title/Caption From MediaUploadDetail and only use Captio…
macgills Mar 26, 2020
00e9357
fix thumbnail issue 3526 (#3617)
vvijayalakshmi21 Apr 2, 2020
5d2c786
Merge remote-tracking branch 'origin/master' into structured-data
macgills Apr 7, 2020
a9797a7
#3222 Merge master into Structured Data branch, fix conflicts - fix b…
macgills Apr 7, 2020
3f6d26c
Merge branch 'master' into structured-data
macgills Apr 9, 2020
628a605
#3529 Captions/depictions are not saved to Commons (#3588)
macgills Apr 9, 2020
62f1764
Fix issue 3526 Unlike "Items" tab, "child classes" tab does not displ…
vvijayalakshmi21 Apr 10, 2020
46847f0
Fix issue 3137 (#3637)
vvijayalakshmi21 Apr 10, 2020
94da061
#3222 Merge master into Structured Data branch, fix conflicts - rever…
macgills Apr 10, 2020
752d634
Merge branch 'master' into structured-data
maskaravivek Apr 14, 2020
dee9638
Fix build
maskaravivek Apr 15, 2020
d8f9809
#3661 No Depictions Selected Dialog has reversed buttons - fix button…
macgills Apr 16, 2020
e9cd3b4
Revert "#3661 No Depictions Selected Dialog has reversed buttons - fi…
macgills Apr 16, 2020
c9e6788
Merge branch 'master' into structured-data
macgills Apr 16, 2020
92d6848
#3222 Merge master into Structured Data branch, fix conflicts - remov…
macgills Apr 16, 2020
d2e7652
#3661 No Depictions Selected Dialog has reversed buttons - fix button…
macgills Apr 16, 2020
b7384b3
#3653 Many Mnull requests - stop requesting captions for null ids (#3…
macgills Apr 16, 2020
590a7ed
#3633 [structured-data branch] In depictions selection screen, sugges…
macgills Apr 16, 2020
194d31e
#3666 Crash when uploading on structured-data branch - revert cleanup…
macgills Apr 17, 2020
41f3076
Merge branch 'master' into structured-data
macgills Apr 20, 2020
25bcff2
#3222 Merge Structured Data branch into master - fix caption renderin…
macgills Apr 20, 2020
fe9d6ca
Merge remote-tracking branch 'origin/master' into structured-data
macgills Apr 20, 2020
b20dec0
#3222 Merge Structured Data branch into master - upgrade retrofit + o…
macgills Apr 20, 2020
f7b1b14
#3664 Stop using JsonObject on StructuredData (#3672)
macgills Apr 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into structured-data
# Conflicts:
#	build.gradle
  • Loading branch information
macgills committed Apr 9, 2020
commit 3f6d26c296928b524a7d92c52956d95ff44072cb
26 changes: 13 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath "com.hiya:jacoco-android:0.2"
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath 'org.codehaus.groovy:groovy-all:2.4.15'
}
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath "com.hiya:jacoco-android:0.2"
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath 'org.codehaus.groovy:groovy-all:2.4.15'
}
}

allprojects {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.