Merge pull request #1755 from mfietz/shrink_images
Remove unused resources and shrink images
|
@ -1,55 +0,0 @@
|
||||||
package de.danoeh.antennapod.core.util.gui;
|
|
||||||
|
|
||||||
import android.os.Parcel;
|
|
||||||
import android.os.Parcelable;
|
|
||||||
import de.danoeh.antennapod.core.feed.FeedItem;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used by an UndoBarController for saving a removed FeedItem
|
|
||||||
*/
|
|
||||||
public class FeedItemUndoToken implements Parcelable {
|
|
||||||
private long itemId;
|
|
||||||
private long feedId;
|
|
||||||
private int position;
|
|
||||||
|
|
||||||
public FeedItemUndoToken(FeedItem item, int position) {
|
|
||||||
this.itemId = item.getId();
|
|
||||||
this.feedId = item.getFeed().getId();
|
|
||||||
this.position = position;
|
|
||||||
}
|
|
||||||
|
|
||||||
private FeedItemUndoToken(Parcel in) {
|
|
||||||
itemId = in.readLong();
|
|
||||||
feedId = in.readLong();
|
|
||||||
position = in.readInt();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final Parcelable.Creator<FeedItemUndoToken> CREATOR = new Parcelable.Creator<FeedItemUndoToken>() {
|
|
||||||
public FeedItemUndoToken createFromParcel(Parcel in) {
|
|
||||||
return new FeedItemUndoToken(in);
|
|
||||||
}
|
|
||||||
|
|
||||||
public FeedItemUndoToken[] newArray(int size) {
|
|
||||||
return new FeedItemUndoToken[size];
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
public int describeContents() {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void writeToParcel(Parcel out, int flags) {
|
|
||||||
out.writeLong(itemId);
|
|
||||||
out.writeLong(feedId);
|
|
||||||
out.writeInt(position);
|
|
||||||
}
|
|
||||||
|
|
||||||
public long getFeedItemId() {
|
|
||||||
return itemId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getPosition() {
|
|
||||||
return position;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 124 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 408 B |
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 510 B After Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 167 B |
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 424 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 511 B |
Before Width: | Height: | Size: 727 B After Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 449 B |
Before Width: | Height: | Size: 636 B After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 638 B After Width: | Height: | Size: 511 B |
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 115 B |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 891 B |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 126 B |
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 124 B |
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 531 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 412 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 713 B After Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 703 B After Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 561 B After Width: | Height: | Size: 438 B |
Before Width: | Height: | Size: 513 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 446 B |
Before Width: | Height: | Size: 640 B |