Skip to content

Commit 52ebb3d

Browse files
committed
fix member edits bug + base url
1 parent 92c74a2 commit 52ebb3d

12 files changed

Lines changed: 9 additions & 5 deletions

File tree

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apk/blank_space.apk

10.7 MB
Binary file not shown.

app logo.jpg

-130 KB
Binary file not shown.

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ dependencies {
4747
implementation 'com.google.android.material:material:1.6.0'
4848
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
4949

50+
51+
testImplementation 'junit:junit:4.13.2'
52+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
53+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
54+
5055
// Lifecycle
5156
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
5257
implementation 'com.google.firebase:firebase-storage-ktx:20.0.1'

app/src/main/java/com/spongycode/blankspace/api/ApiService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface ApiInterface {
2424

2525
companion object {
2626

27-
var BASE_URL = "https://meme-api.herokuapp.com"
27+
var BASE_URL = "https://meme-api.com/"
2828

2929
fun create() : ApiInterface {
3030

app/src/main/java/com/spongycode/blankspace/ui/main/fragments/base/MemberEditsDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import com.spongycode.blankspace.util.userdata
4141
import java.io.ByteArrayOutputStream
4242
import java.util.*
4343

44-
private const val MEMBEREDITS = "memberedits"
44+
private const val MEMBEREDITS = "memberEdits"
4545
private const val IMAGE_URL = "IMAGE_URL"
4646
private const val UPDLOAD_IMAGE_URL = "UPLOAD_IMAGE_URL"
4747
class MemberEditsDialog : DialogFragment() {

categories.jpg

-558 KB
Binary file not shown.

edit screen.jpg

-355 KB
Binary file not shown.

fTemplates.jpg

-347 KB
Binary file not shown.

0 commit comments

Comments
 (0)