New material design icons
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 11 KiB |
@ -22,7 +22,7 @@
|
|||||||
<img width="100" height="100" src="itxtech_logo.png"/><br>
|
<img width="100" height="100" src="itxtech_logo.png"/><br>
|
||||||
<div style="font-size:25px">iTX Technologies</div>
|
<div style="font-size:25px">iTX Technologies</div>
|
||||||
<br>
|
<br>
|
||||||
<img width="92" height="70" src="ic_launcher.png"><br>
|
<img width="100" height="100" src="ic_launcher.png"><br>
|
||||||
<div style="font-size: 25px;">Daedalus</div>
|
<div style="font-size: 25px;">Daedalus</div>
|
||||||
<div id="version" style="font-size: 10px;">null</div>
|
<div id="version" style="font-size: 10px;">null</div>
|
||||||
<div id="build_time" style="font-size: 10px;">null</div>
|
<div id="build_time" style="font-size: 10px;">null</div>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<img width="100" height="100" src="itxtech_logo.png"/><br>
|
<img width="100" height="100" src="itxtech_logo.png"/><br>
|
||||||
<div style="font-size:25px">iTX Technologies</div>
|
<div style="font-size:25px">iTX Technologies</div>
|
||||||
<br>
|
<br>
|
||||||
<img width="92" height="70" src="ic_launcher.png"><br>
|
<img width="100" height="100" src="ic_launcher.png"><br>
|
||||||
<div style="font-size: 25px;">Daedalus</div>
|
<div style="font-size: 25px;">Daedalus</div>
|
||||||
<div id="version" style="font-size: 10px;">null</div>
|
<div id="version" style="font-size: 10px;">null</div>
|
||||||
<div id="build_time" style="font-size: 10px;">null</div>
|
<div id="build_time" style="font-size: 10px;">null</div>
|
||||||
|
@ -56,14 +56,14 @@ public class DaedalusVpnService extends VpnService implements Runnable {
|
|||||||
PendingIntent pIntent = PendingIntent.getActivity(this, 0, nIntent, PendingIntent.FLAG_UPDATE_CURRENT);
|
PendingIntent pIntent = PendingIntent.getActivity(this, 0, nIntent, PendingIntent.FLAG_UPDATE_CURRENT);
|
||||||
builder.setContentTitle(getResources().getString(R.string.notification_activated))
|
builder.setContentTitle(getResources().getString(R.string.notification_activated))
|
||||||
.setDefaults(NotificationCompat.DEFAULT_LIGHTS)
|
.setDefaults(NotificationCompat.DEFAULT_LIGHTS)
|
||||||
.setSmallIcon(R.mipmap.ic_launcher)
|
.setSmallIcon(R.mipmap.ic_security_black_18dp)
|
||||||
.setAutoCancel(true)
|
.setAutoCancel(true)
|
||||||
.setOngoing(true)
|
.setOngoing(true)
|
||||||
.setContentIntent(pIntent)
|
.setContentIntent(pIntent)
|
||||||
.addAction(R.mipmap.ic_launcher, getResources().getString(R.string.button_text_deactivate),
|
.addAction(R.mipmap.ic_security_black_18dp, getResources().getString(R.string.button_text_deactivate),
|
||||||
PendingIntent.getBroadcast(this, 0,
|
PendingIntent.getBroadcast(this, 0,
|
||||||
new Intent(StatusBarBroadcastReceiver.STATUS_BAR_BTN_DEACTIVATE_CLICK_ACTION), 0))
|
new Intent(StatusBarBroadcastReceiver.STATUS_BAR_BTN_DEACTIVATE_CLICK_ACTION), 0))
|
||||||
.addAction(R.mipmap.ic_launcher, getResources().getString(R.string.action_settings),
|
.addAction(R.mipmap.ic_security_black_18dp, getResources().getString(R.string.action_settings),
|
||||||
PendingIntent.getBroadcast(this, 0,
|
PendingIntent.getBroadcast(this, 0,
|
||||||
new Intent(StatusBarBroadcastReceiver.STATUS_BAR_BTN_SETTINGS_CLICK_ACTION), 0));
|
new Intent(StatusBarBroadcastReceiver.STATUS_BAR_BTN_SETTINGS_CLICK_ACTION), 0));
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 11 KiB |