diff --git a/app/src/main/java/me/ccrama/redditslide/ImgurAlbum/AlbumImage.java b/app/src/main/java/me/ccrama/redditslide/ImgurAlbum/AlbumImage.java index 973fd562b7..bd337c4f57 100644 --- a/app/src/main/java/me/ccrama/redditslide/ImgurAlbum/AlbumImage.java +++ b/app/src/main/java/me/ccrama/redditslide/ImgurAlbum/AlbumImage.java @@ -29,7 +29,7 @@ public class AlbumImage { private Map additionalProperties = new HashMap<>(); /** - * + * * @return * The data */ @@ -39,7 +39,7 @@ public Data getData() { } /** - * + * * @param data * The data */ @@ -49,7 +49,7 @@ public void setData(Data data) { } /** - * + * * @return * The success */ @@ -59,7 +59,7 @@ public Boolean getSuccess() { } /** - * + * * @param success * The success */ @@ -69,7 +69,7 @@ public void setSuccess(Boolean success) { } /** - * + * * @return * The status */ @@ -79,7 +79,7 @@ public Integer getStatus() { } /** - * + * * @param status * The status */ diff --git a/app/src/main/java/me/ccrama/redditslide/ImgurAlbum/Data.java b/app/src/main/java/me/ccrama/redditslide/ImgurAlbum/Data.java index 827df5cd91..975f560f77 100644 --- a/app/src/main/java/me/ccrama/redditslide/ImgurAlbum/Data.java +++ b/app/src/main/java/me/ccrama/redditslide/ImgurAlbum/Data.java @@ -28,7 +28,7 @@ public class Data { private Map additionalProperties = new HashMap<>(); /** - * + * * @return * The count */ @@ -38,7 +38,7 @@ public Integer getCount() { } /** - * + * * @param count * The count */ @@ -48,7 +48,7 @@ public void setCount(Integer count) { } /** - * + * * @return * The images */ @@ -58,7 +58,7 @@ public List getImages() { } /** - * + * * @param images * The images */ diff --git a/app/src/main/java/me/ccrama/redditslide/Synccit/SynccitTask.java b/app/src/main/java/me/ccrama/redditslide/Synccit/SynccitTask.java index 42ff0d0f7d..3726b5c9ea 100644 --- a/app/src/main/java/me/ccrama/redditslide/Synccit/SynccitTask.java +++ b/app/src/main/java/me/ccrama/redditslide/Synccit/SynccitTask.java @@ -58,7 +58,7 @@ protected SynccitResponse doInBackground(String... linkIds) { /** * https://github.com/drakeapps/synccit#example-json-update-call - * + * * { "username" : "james", "auth" : "9m89x0", @@ -82,7 +82,7 @@ protected SynccitResponse doInBackground(String... linkIds) { } ] } - * @throws JSONException + * @throws JSONException */ private String buildJson(String... linkIds) throws JSONException { JSONObject rootOb = new JSONObject(); diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/AltSize.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/AltSize.java index c627d01965..94fa6f5cc3 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/AltSize.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/AltSize.java @@ -30,7 +30,7 @@ public class AltSize { private Map additionalProperties = new HashMap(); /** - * + * * @return * The url */ @@ -40,7 +40,7 @@ public String getUrl() { } /** - * + * * @param url * The url */ @@ -50,7 +50,7 @@ public void setUrl(String url) { } /** - * + * * @return * The width */ @@ -60,7 +60,7 @@ public Integer getWidth() { } /** - * + * * @param width * The width */ @@ -70,7 +70,7 @@ public void setWidth(Integer width) { } /** - * + * * @return * The height */ @@ -80,7 +80,7 @@ public Integer getHeight() { } /** - * + * * @param height * The height */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Blog.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Blog.java index 7bf17ff099..a587baca1d 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Blog.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Blog.java @@ -60,7 +60,7 @@ public class Blog { private Map additionalProperties = new HashMap(); /** - * + * * @return * The title */ @@ -70,7 +70,7 @@ public String getTitle() { } /** - * + * * @param title * The title */ @@ -80,7 +80,7 @@ public void setTitle(String title) { } /** - * + * * @return * The name */ @@ -90,7 +90,7 @@ public String getName() { } /** - * + * * @param name * The name */ @@ -100,7 +100,7 @@ public void setName(String name) { } /** - * + * * @return * The totalPosts */ @@ -110,7 +110,7 @@ public Integer getTotalPosts() { } /** - * + * * @param totalPosts * The total_posts */ @@ -120,7 +120,7 @@ public void setTotalPosts(Integer totalPosts) { } /** - * + * * @return * The posts */ @@ -130,7 +130,7 @@ public Integer getPosts() { } /** - * + * * @param posts * The posts */ @@ -140,7 +140,7 @@ public void setPosts(Integer posts) { } /** - * + * * @return * The url */ @@ -150,7 +150,7 @@ public String getUrl() { } /** - * + * * @param url * The url */ @@ -160,7 +160,7 @@ public void setUrl(String url) { } /** - * + * * @return * The updated */ @@ -170,7 +170,7 @@ public Double getUpdated() { } /** - * + * * @param updated * The updated */ @@ -180,7 +180,7 @@ public void setUpdated(Double updated) { } /** - * + * * @return * The description */ @@ -190,7 +190,7 @@ public String getDescription() { } /** - * + * * @param description * The description */ @@ -200,7 +200,7 @@ public void setDescription(String description) { } /** - * + * * @return * The isNsfw */ @@ -210,7 +210,7 @@ public Boolean getIsNsfw() { } /** - * + * * @param isNsfw * The is_nsfw */ @@ -220,7 +220,7 @@ public void setIsNsfw(Boolean isNsfw) { } /** - * + * * @return * The ask */ @@ -230,7 +230,7 @@ public Boolean getAsk() { } /** - * + * * @param ask * The ask */ @@ -240,7 +240,7 @@ public void setAsk(Boolean ask) { } /** - * + * * @return * The askPageTitle */ @@ -250,7 +250,7 @@ public String getAskPageTitle() { } /** - * + * * @param askPageTitle * The ask_page_title */ @@ -260,7 +260,7 @@ public void setAskPageTitle(String askPageTitle) { } /** - * + * * @return * The askAnon */ @@ -270,7 +270,7 @@ public Boolean getAskAnon() { } /** - * + * * @param askAnon * The ask_anon */ @@ -280,7 +280,7 @@ public void setAskAnon(Boolean askAnon) { } /** - * + * * @return * The shareLikes */ @@ -290,7 +290,7 @@ public Boolean getShareLikes() { } /** - * + * * @param shareLikes * The share_likes */ @@ -300,7 +300,7 @@ public void setShareLikes(Boolean shareLikes) { } /** - * + * * @return * The likes */ @@ -310,7 +310,7 @@ public Integer getLikes() { } /** - * + * * @param likes * The likes */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Blog_.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Blog_.java index 6e216ef795..4d38ff3906 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Blog_.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Blog_.java @@ -36,7 +36,7 @@ public class Blog_ { private Map additionalProperties = new HashMap(); /** - * + * * @return * The name */ @@ -46,7 +46,7 @@ public String getName() { } /** - * + * * @param name * The name */ @@ -56,7 +56,7 @@ public void setName(String name) { } /** - * + * * @return * The active */ @@ -66,7 +66,7 @@ public Boolean getActive() { } /** - * + * * @param active * The active */ @@ -76,7 +76,7 @@ public void setActive(Boolean active) { } /** - * + * * @return * The theme */ @@ -86,7 +86,7 @@ public Theme getTheme() { } /** - * + * * @param theme * The theme */ @@ -96,7 +96,7 @@ public void setTheme(Theme theme) { } /** - * + * * @return * The shareLikes */ @@ -106,7 +106,7 @@ public Boolean getShareLikes() { } /** - * + * * @param shareLikes * The share_likes */ @@ -116,7 +116,7 @@ public void setShareLikes(Boolean shareLikes) { } /** - * + * * @return * The shareFollowing */ @@ -126,7 +126,7 @@ public Boolean getShareFollowing() { } /** - * + * * @param shareFollowing * The share_following */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Meta.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Meta.java index 5f6264cc75..a6bd3540ad 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Meta.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Meta.java @@ -27,7 +27,7 @@ public class Meta { private Map additionalProperties = new HashMap(); /** - * + * * @return * The status */ @@ -37,7 +37,7 @@ public Integer getStatus() { } /** - * + * * @param status * The status */ @@ -47,7 +47,7 @@ public void setStatus(Integer status) { } /** - * + * * @return * The msg */ @@ -57,7 +57,7 @@ public String getMsg() { } /** - * + * * @param msg * The msg */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/OriginalSize.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/OriginalSize.java index f36c8b0489..59423d730a 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/OriginalSize.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/OriginalSize.java @@ -30,7 +30,7 @@ public class OriginalSize { private Map additionalProperties = new HashMap(); /** - * + * * @return * The url */ @@ -40,7 +40,7 @@ public String getUrl() { } /** - * + * * @param url * The url */ @@ -50,7 +50,7 @@ public void setUrl(String url) { } /** - * + * * @return * The width */ @@ -60,7 +60,7 @@ public Integer getWidth() { } /** - * + * * @param width * The width */ @@ -70,7 +70,7 @@ public void setWidth(Integer width) { } /** - * + * * @return * The height */ @@ -80,7 +80,7 @@ public Integer getHeight() { } /** - * + * * @param height * The height */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Photo.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Photo.java index 11f9f438b3..e518c3a141 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Photo.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Photo.java @@ -32,7 +32,7 @@ public class Photo { private Map additionalProperties = new HashMap(); /** - * + * * @return * The caption */ @@ -42,7 +42,7 @@ public String getCaption() { } /** - * + * * @param caption * The caption */ @@ -52,7 +52,7 @@ public void setCaption(String caption) { } /** - * + * * @return * The altSizes */ @@ -62,7 +62,7 @@ public List getAltSizes() { } /** - * + * * @param altSizes * The alt_sizes */ @@ -72,7 +72,7 @@ public void setAltSizes(List altSizes) { } /** - * + * * @return * The originalSize */ @@ -82,7 +82,7 @@ public OriginalSize getOriginalSize() { } /** - * + * * @param originalSize * The original_size */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Post.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Post.java index 4afc4d490f..3281f66184 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Post.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Post.java @@ -101,7 +101,7 @@ public class Post { private Map additionalProperties = new HashMap(); /** - * + * * @return * The blogName */ @@ -111,7 +111,7 @@ public String getBlogName() { } /** - * + * * @param blogName * The blog_name */ @@ -121,7 +121,7 @@ public void setBlogName(String blogName) { } /** - * + * * @return * The id */ @@ -131,7 +131,7 @@ public Double getId() { } /** - * + * * @param id * The id */ @@ -141,7 +141,7 @@ public void setId(Double id) { } /** - * + * * @return * The postUrl */ @@ -151,7 +151,7 @@ public String getPostUrl() { } /** - * + * * @param postUrl * The post_url */ @@ -161,7 +161,7 @@ public void setPostUrl(String postUrl) { } /** - * + * * @return * The slug */ @@ -171,7 +171,7 @@ public String getSlug() { } /** - * + * * @param slug * The slug */ @@ -181,7 +181,7 @@ public void setSlug(String slug) { } /** - * + * * @return * The type */ @@ -191,7 +191,7 @@ public String getType() { } /** - * + * * @param type * The type */ @@ -201,7 +201,7 @@ public void setType(String type) { } /** - * + * * @return * The date */ @@ -211,7 +211,7 @@ public String getDate() { } /** - * + * * @param date * The date */ @@ -221,7 +221,7 @@ public void setDate(String date) { } /** - * + * * @return * The timestamp */ @@ -231,7 +231,7 @@ public Double getTimestamp() { } /** - * + * * @param timestamp * The timestamp */ @@ -241,7 +241,7 @@ public void setTimestamp(Double timestamp) { } /** - * + * * @return * The state */ @@ -251,7 +251,7 @@ public String getState() { } /** - * + * * @param state * The state */ @@ -261,7 +261,7 @@ public void setState(String state) { } /** - * + * * @return * The format */ @@ -271,7 +271,7 @@ public String getFormat() { } /** - * + * * @param format * The format */ @@ -281,7 +281,7 @@ public void setFormat(String format) { } /** - * + * * @return * The reblogKey */ @@ -291,7 +291,7 @@ public String getReblogKey() { } /** - * + * * @param reblogKey * The reblog_key */ @@ -301,7 +301,7 @@ public void setReblogKey(String reblogKey) { } /** - * + * * @return * The tags */ @@ -311,7 +311,7 @@ public List getTags() { } /** - * + * * @param tags * The tags */ @@ -321,7 +321,7 @@ public void setTags(List tags) { } /** - * + * * @return * The shortUrl */ @@ -331,7 +331,7 @@ public String getShortUrl() { } /** - * + * * @param shortUrl * The short_url */ @@ -341,7 +341,7 @@ public void setShortUrl(String shortUrl) { } /** - * + * * @return * The summary */ @@ -351,7 +351,7 @@ public String getSummary() { } /** - * + * * @param summary * The summary */ @@ -361,7 +361,7 @@ public void setSummary(String summary) { } /** - * + * * @return * The recommendedSource */ @@ -371,7 +371,7 @@ public Object getRecommendedSource() { } /** - * + * * @param recommendedSource * The recommended_source */ @@ -381,7 +381,7 @@ public void setRecommendedSource(Object recommendedSource) { } /** - * + * * @return * The recommendedColor */ @@ -391,7 +391,7 @@ public Object getRecommendedColor() { } /** - * + * * @param recommendedColor * The recommended_color */ @@ -401,7 +401,7 @@ public void setRecommendedColor(Object recommendedColor) { } /** - * + * * @return * The highlighted */ @@ -411,7 +411,7 @@ public List getHighlighted() { } /** - * + * * @param highlighted * The highlighted */ @@ -421,7 +421,7 @@ public void setHighlighted(List highlighted) { } /** - * + * * @return * The noteCount */ @@ -431,7 +431,7 @@ public Integer getNoteCount() { } /** - * + * * @param noteCount * The note_count */ @@ -441,7 +441,7 @@ public void setNoteCount(Integer noteCount) { } /** - * + * * @return * The caption */ @@ -451,7 +451,7 @@ public String getCaption() { } /** - * + * * @param caption * The caption */ @@ -461,7 +461,7 @@ public void setCaption(String caption) { } /** - * + * * @return * The reblog */ @@ -471,7 +471,7 @@ public Reblog getReblog() { } /** - * + * * @param reblog * The reblog */ @@ -481,7 +481,7 @@ public void setReblog(Reblog reblog) { } /** - * + * * @return * The trail */ @@ -491,7 +491,7 @@ public List getTrail() { } /** - * + * * @param trail * The trail */ @@ -501,7 +501,7 @@ public void setTrail(List trail) { } /** - * + * * @return * The photosetLayout */ @@ -511,7 +511,7 @@ public String getPhotosetLayout() { } /** - * + * * @param photosetLayout * The photoset_layout */ @@ -521,7 +521,7 @@ public void setPhotosetLayout(String photosetLayout) { } /** - * + * * @return * The photos */ @@ -531,7 +531,7 @@ public List getPhotos() { } /** - * + * * @param photos * The photos */ @@ -541,7 +541,7 @@ public void setPhotos(List photos) { } /** - * + * * @return * The canSendInMessage */ @@ -551,7 +551,7 @@ public Boolean getCanSendInMessage() { } /** - * + * * @param canSendInMessage * The can_send_in_message */ @@ -561,7 +561,7 @@ public void setCanSendInMessage(Boolean canSendInMessage) { } /** - * + * * @return * The canLike */ @@ -571,7 +571,7 @@ public Boolean getCanLike() { } /** - * + * * @param canLike * The can_like */ @@ -581,7 +581,7 @@ public void setCanLike(Boolean canLike) { } /** - * + * * @return * The canReblog */ @@ -591,7 +591,7 @@ public Boolean getCanReblog() { } /** - * + * * @param canReblog * The can_reblog */ @@ -601,7 +601,7 @@ public void setCanReblog(Boolean canReblog) { } /** - * + * * @return * The displayAvatar */ @@ -611,7 +611,7 @@ public Boolean getDisplayAvatar() { } /** - * + * * @param displayAvatar * The display_avatar */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Reblog.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Reblog.java index 93d8d237bf..15d3e1c655 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Reblog.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Reblog.java @@ -1,4 +1,3 @@ - package me.ccrama.redditslide.Tumblr; import com.fasterxml.jackson.annotation.JsonAnyGetter; @@ -27,7 +26,7 @@ public class Reblog { private Map additionalProperties = new HashMap(); /** - * + * * @return * The treeHtml */ @@ -37,7 +36,7 @@ public String getTreeHtml() { } /** - * + * * @param treeHtml * The tree_html */ @@ -47,7 +46,7 @@ public void setTreeHtml(String treeHtml) { } /** - * + * * @return * The comment */ @@ -57,7 +56,7 @@ public String getComment() { } /** - * + * * @param comment * The comment */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Response.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Response.java index 0967aff918..946431621a 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Response.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Response.java @@ -32,7 +32,7 @@ public class Response { private Map additionalProperties = new HashMap(); /** - * + * * @return * The blog */ @@ -42,7 +42,7 @@ public Blog getBlog() { } /** - * + * * @param blog * The blog */ @@ -52,7 +52,7 @@ public void setBlog(Blog blog) { } /** - * + * * @return * The posts */ @@ -62,7 +62,7 @@ public List getPosts() { } /** - * + * * @param posts * The posts */ @@ -72,7 +72,7 @@ public void setPosts(List posts) { } /** - * + * * @return * The totalPosts */ @@ -82,7 +82,7 @@ public Integer getTotalPosts() { } /** - * + * * @param totalPosts * The total_posts */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Theme.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Theme.java index 66a1727293..5cb2fee1e3 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Theme.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Theme.java @@ -81,7 +81,7 @@ public class Theme { private Map additionalProperties = new HashMap(); /** - * + * * @return * The headerFullWidth */ @@ -91,7 +91,7 @@ public Integer getHeaderFullWidth() { } /** - * + * * @param headerFullWidth * The header_full_width */ @@ -101,7 +101,7 @@ public void setHeaderFullWidth(Integer headerFullWidth) { } /** - * + * * @return * The headerFullHeight */ @@ -111,7 +111,7 @@ public Integer getHeaderFullHeight() { } /** - * + * * @param headerFullHeight * The header_full_height */ @@ -121,7 +121,7 @@ public void setHeaderFullHeight(Integer headerFullHeight) { } /** - * + * * @return * The headerFocusWidth */ @@ -131,7 +131,7 @@ public Integer getHeaderFocusWidth() { } /** - * + * * @param headerFocusWidth * The header_focus_width */ @@ -141,7 +141,7 @@ public void setHeaderFocusWidth(Integer headerFocusWidth) { } /** - * + * * @return * The headerFocusHeight */ @@ -151,7 +151,7 @@ public Integer getHeaderFocusHeight() { } /** - * + * * @param headerFocusHeight * The header_focus_height */ @@ -161,7 +161,7 @@ public void setHeaderFocusHeight(Integer headerFocusHeight) { } /** - * + * * @return * The avatarShape */ @@ -171,7 +171,7 @@ public String getAvatarShape() { } /** - * + * * @param avatarShape * The avatar_shape */ @@ -181,7 +181,7 @@ public void setAvatarShape(String avatarShape) { } /** - * + * * @return * The backgroundColor */ @@ -191,7 +191,7 @@ public String getBackgroundColor() { } /** - * + * * @param backgroundColor * The background_color */ @@ -201,7 +201,7 @@ public void setBackgroundColor(String backgroundColor) { } /** - * + * * @return * The bodyFont */ @@ -211,7 +211,7 @@ public String getBodyFont() { } /** - * + * * @param bodyFont * The body_font */ @@ -221,7 +221,7 @@ public void setBodyFont(String bodyFont) { } /** - * + * * @return * The headerBounds */ @@ -231,7 +231,7 @@ public String getHeaderBounds() { } /** - * + * * @param headerBounds * The header_bounds */ @@ -241,7 +241,7 @@ public void setHeaderBounds(String headerBounds) { } /** - * + * * @return * The headerImage */ @@ -251,7 +251,7 @@ public String getHeaderImage() { } /** - * + * * @param headerImage * The header_image */ @@ -261,7 +261,7 @@ public void setHeaderImage(String headerImage) { } /** - * + * * @return * The headerImageFocused */ @@ -271,7 +271,7 @@ public String getHeaderImageFocused() { } /** - * + * * @param headerImageFocused * The header_image_focused */ @@ -281,7 +281,7 @@ public void setHeaderImageFocused(String headerImageFocused) { } /** - * + * * @return * The headerImageScaled */ @@ -291,7 +291,7 @@ public String getHeaderImageScaled() { } /** - * + * * @param headerImageScaled * The header_image_scaled */ @@ -301,7 +301,7 @@ public void setHeaderImageScaled(String headerImageScaled) { } /** - * + * * @return * The headerStretch */ @@ -311,7 +311,7 @@ public Boolean getHeaderStretch() { } /** - * + * * @param headerStretch * The header_stretch */ @@ -321,7 +321,7 @@ public void setHeaderStretch(Boolean headerStretch) { } /** - * + * * @return * The linkColor */ @@ -331,7 +331,7 @@ public String getLinkColor() { } /** - * + * * @param linkColor * The link_color */ @@ -341,7 +341,7 @@ public void setLinkColor(String linkColor) { } /** - * + * * @return * The showAvatar */ @@ -351,7 +351,7 @@ public Boolean getShowAvatar() { } /** - * + * * @param showAvatar * The show_avatar */ @@ -361,7 +361,7 @@ public void setShowAvatar(Boolean showAvatar) { } /** - * + * * @return * The showDescription */ @@ -371,7 +371,7 @@ public Boolean getShowDescription() { } /** - * + * * @param showDescription * The show_description */ @@ -381,7 +381,7 @@ public void setShowDescription(Boolean showDescription) { } /** - * + * * @return * The showHeaderImage */ @@ -391,7 +391,7 @@ public Boolean getShowHeaderImage() { } /** - * + * * @param showHeaderImage * The show_header_image */ @@ -401,7 +401,7 @@ public void setShowHeaderImage(Boolean showHeaderImage) { } /** - * + * * @return * The showTitle */ @@ -411,7 +411,7 @@ public Boolean getShowTitle() { } /** - * + * * @param showTitle * The show_title */ @@ -421,7 +421,7 @@ public void setShowTitle(Boolean showTitle) { } /** - * + * * @return * The titleColor */ @@ -431,7 +431,7 @@ public String getTitleColor() { } /** - * + * * @param titleColor * The title_color */ @@ -441,7 +441,7 @@ public void setTitleColor(String titleColor) { } /** - * + * * @return * The titleFont */ @@ -451,7 +451,7 @@ public String getTitleFont() { } /** - * + * * @param titleFont * The title_font */ @@ -461,7 +461,7 @@ public void setTitleFont(String titleFont) { } /** - * + * * @return * The titleFontWeight */ @@ -471,7 +471,7 @@ public String getTitleFontWeight() { } /** - * + * * @param titleFontWeight * The title_font_weight */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/Trail.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/Trail.java index 35ac23af1d..3c7494547c 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/Trail.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/Trail.java @@ -39,7 +39,7 @@ public class Trail { private Map additionalProperties = new HashMap(); /** - * + * * @return * The blog */ @@ -49,7 +49,7 @@ public Blog_ getBlog() { } /** - * + * * @param blog * The blog */ @@ -59,7 +59,7 @@ public void setBlog(Blog_ blog) { } /** - * + * * @return * The post */ @@ -69,7 +69,7 @@ public Post_ getPost() { } /** - * + * * @param post * The post */ @@ -79,7 +79,7 @@ public void setPost(Post_ post) { } /** - * + * * @return * The contentRaw */ @@ -89,7 +89,7 @@ public String getContentRaw() { } /** - * + * * @param contentRaw * The content_raw */ @@ -99,7 +99,7 @@ public void setContentRaw(String contentRaw) { } /** - * + * * @return * The content */ @@ -109,7 +109,7 @@ public String getContent() { } /** - * + * * @param content * The content */ @@ -119,7 +119,7 @@ public void setContent(String content) { } /** - * + * * @return * The isCurrentItem */ @@ -129,7 +129,7 @@ public Boolean getIsCurrentItem() { } /** - * + * * @param isCurrentItem * The is_current_item */ @@ -139,7 +139,7 @@ public void setIsCurrentItem(Boolean isCurrentItem) { } /** - * + * * @return * The isRootItem */ @@ -149,7 +149,7 @@ public Boolean getIsRootItem() { } /** - * + * * @param isRootItem * The is_root_item */ diff --git a/app/src/main/java/me/ccrama/redditslide/Tumblr/TumblrPost.java b/app/src/main/java/me/ccrama/redditslide/Tumblr/TumblrPost.java index e2bec5a636..d838f3471e 100644 --- a/app/src/main/java/me/ccrama/redditslide/Tumblr/TumblrPost.java +++ b/app/src/main/java/me/ccrama/redditslide/Tumblr/TumblrPost.java @@ -20,7 +20,7 @@ public class TumblrPost { private Response response; /** - * + * * @return * The meta */ @@ -30,7 +30,7 @@ public Meta getMeta() { } /** - * + * * @param meta * The meta */ @@ -40,7 +40,7 @@ public void setMeta(Meta meta) { } /** - * + * * @return * The response */ @@ -50,7 +50,7 @@ public Response getResponse() { } /** - * + * * @param response * The response */ diff --git a/app/src/main/java/me/ccrama/redditslide/util/OnSingleClickListener.java b/app/src/main/java/me/ccrama/redditslide/util/OnSingleClickListener.java index 6b561906ac..7574a9cafc 100644 --- a/app/src/main/java/me/ccrama/redditslide/util/OnSingleClickListener.java +++ b/app/src/main/java/me/ccrama/redditslide/util/OnSingleClickListener.java @@ -9,7 +9,7 @@ * To use this class, implement {@link #onSingleClick(View)} instead of {@link View.OnClickListener#onClick(View)}. */ public abstract class OnSingleClickListener implements View.OnClickListener { - + private static final long MIN_DELAY_MS = 300; private static final String TAG = OnSingleClickListener.class.getSimpleName(); private static long mLastClickTime; diff --git a/app/src/main/res/layout/swipeback_layout.xml b/app/src/main/res/layout/swipeback_layout.xml index 2875445e0b..437dfd124a 100644 --- a/app/src/main/res/layout/swipeback_layout.xml +++ b/app/src/main/res/layout/swipeback_layout.xml @@ -2,4 +2,3 @@ - diff --git a/app/src/main/res/layout/toolbox_removal_dialog.xml b/app/src/main/res/layout/toolbox_removal_dialog.xml index 638e271eb6..6c277e489e 100644 --- a/app/src/main/res/layout/toolbox_removal_dialog.xml +++ b/app/src/main/res/layout/toolbox_removal_dialog.xml @@ -149,10 +149,10 @@ android:textColor="?attr/fontColor"/> - + diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml index 43f13fac7f..f104103812 100644 --- a/app/src/main/res/values-in-rID/strings.xml +++ b/app/src/main/res/values-in-rID/strings.xml @@ -540,8 +540,7 @@ Pemberitahuan dinonaktifkan Bar navigasi berwarna Warna ikon apl (eksperimental) - Mungkin perlu memulai lagi telepon untuk bekerja. -ini juga akan menghapus ikon dari layar depan anda. + Mungkin perlu memulai lagi telepon untuk bekerja. ini juga akan menghapus ikon dari layar depan anda. Filter domain Filter Selftext Filter judul