-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4447433
commit 244a81e
Showing
12 changed files
with
105 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
app/src/nightly/java/org/thoughtcrime/securesms/billing/GooglePlayBillingFactory.kt
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
app/src/play/java/org/thoughtcrime/securesms/billing/GooglePlayBillingFactory.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package org.signal.billing | ||
|
||
import android.content.Context | ||
import org.signal.core.util.billing.BillingApi | ||
|
||
/** | ||
* Website builds do not support google play billing. | ||
*/ | ||
object BillingFactory { | ||
@JvmStatic | ||
fun create(context: Context): BillingApi { | ||
return BillingApi.Empty | ||
} | ||
} |
13 changes: 0 additions & 13 deletions
13
app/src/website/java/org/thoughtcrime/securesms/billing/GooglePlayBillingFactory.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.