mirror of https://github.com/MISP/misp-bump
improve poster
parent
1909cd95e3
commit
13e6190594
|
@ -27,6 +27,10 @@ import de.overview.wg.its.mispbump.model.SyncedPartner;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
**/
|
||||||
|
|
||||||
@SuppressWarnings("ConstantConditions")
|
@SuppressWarnings("ConstantConditions")
|
||||||
public class MainActivity extends AppCompatActivity {
|
public class MainActivity extends AppCompatActivity {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Simple JSON based API to communicate with MISP-Instances
|
* JSON based API to communicate with MISP-Instances
|
||||||
*/
|
*/
|
||||||
public class MispRequest {
|
public class MispRequest {
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ public class MispRequest {
|
||||||
private String serverUrl, automationKey;
|
private String serverUrl, automationKey;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param context for Volley and PreferenceManager
|
* @param context for Volley Request Q and PreferenceManager
|
||||||
*/
|
*/
|
||||||
private MispRequest(Context context, boolean loadSavedCredentials) {
|
private MispRequest(Context context, boolean loadSavedCredentials) {
|
||||||
requestQueue = Volley.newRequestQueue(context);
|
requestQueue = Volley.newRequestQueue(context);
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.7 MiB |
Loading…
Reference in New Issue