unifiedpush - first changes

This commit is contained in:
Thomas 2021-02-21 17:20:05 +01:00
parent f7702ecc12
commit cb9f31787c
4 changed files with 1 additions and 3 deletions

View File

@ -5780,7 +5780,6 @@ public class API {
apiResponse.setLists(lists);
return apiResponse;
}
/**
* Subscribe to push notifications
*

View File

@ -13,7 +13,6 @@ package app.fedilab.android.client.Entities;
*
* You should have received a copy of the GNU General Public License along with Fedilab; if not,
* see <http://www.gnu.org/licenses>. */
import java.util.HashMap;
public class PushSubscription {

View File

@ -8,6 +8,7 @@ import android.util.Log;
import androidx.preference.PreferenceManager;
import java.security.KeyFactory;
import java.security.KeyPair;
import java.security.KeyPairGenerator;

View File

@ -2,7 +2,6 @@ package app.fedilab.android.helper;
import android.content.Context;
import android.util.Base64;
import java.util.Random;
public class PushNotifications {