Commit Graph

119 Commits

Author SHA1 Message Date
Ammar Githam 841c3bdbda Convert to kotlin 2021-05-25 01:58:37 +09:00
Ammar Githam ebe6a176f1 Rename .java to .kt 2021-05-25 01:58:37 +09:00
Ammar Githam eab6fea0ab Convert to kotlin 2021-05-25 01:22:59 +09:00
Ammar Githam 54a03e0d2b Rename .java to .kt 2021-05-25 01:22:59 +09:00
Ammar Githam c18e1ddb93 Convert to kotlin 2021-05-25 00:41:07 +09:00
Austin Huang 7e00dcc1b7
more #1309 2021-05-23 21:34:19 -04:00
Austin Huang 2395b3b892
remake date formatter 2021-05-23 20:51:29 -04:00
Ammar Githam b273bff738 Replace some usages of Date with LocalDateTime. austinhuang0131/barinsta#1309 2021-05-23 21:58:19 +09:00
Ammar Githam c784ca937d Fix FriendshipStatus variable names 2021-05-23 20:17:52 +09:00
Ammar Githam d7462109db Convert to kotlin 2021-05-23 16:48:27 +09:00
Ammar Githam 333e0faed5 Rename .java to .kt 2021-05-23 16:48:27 +09:00
Ammar Githam 742b696d17 Share posts via DM. Resolves part of austinhuang0131/barinsta#537 2021-05-23 15:57:01 +09:00
Ammar Githam 0986f2fb71 Remove pk from Caption constructor, to resolve deserialization exception when pk sent by api is a string 2021-05-23 12:09:54 +09:00
Ammar Githam 13bfc9cb84 Convert some retrofit response classes to kotlin 2021-05-23 06:26:33 +09:00
Austin Huang 98d7260927
fix archive viewing bug 2021-05-21 14:21:44 -04:00
Austin Huang 62f63a33a3
retire PostFetcher 2021-05-19 12:38:29 -04:00
Austin Huang 4161c7bc4d
close #1271 2021-05-18 16:21:30 -04:00
Austin Huang fc70129c96
close #1040 (probably) 2021-05-15 12:53:00 -04:00
Austin Huang f89f0ef542
add a simple user constructor 2021-05-15 12:52:31 -04:00
Ammar Githam 3cc4f7b7bc Check null url. Fixes austinhuang0131/barinsta#1192 2021-05-10 21:22:35 +09:00
Ammar Githam 2f4fe657e9 Allow reacting direct item with any emoji. Fixes austinhuang0131/barinsta#1137 2021-05-09 03:57:47 +09:00
Ammar Githam 074ee18c9d Improve comments viewer ui and ux. Update ui for likes viewer and follows viewer. 2021-05-02 18:16:25 +09:00
Ammar Githam 732153f8bb Fix some codefactor warnings 2021-04-15 23:40:55 +09:00
Ammar Githam 1ee12f71f4 Merge branch 'master' into feature/search-history 2021-04-15 22:35:31 +09:00
Ammar Githam 34e54837d5 Create new caption object if null. Fixes https://github.com/austinhuang0131/barinsta/issues/1030 2021-04-14 20:17:00 +09:00
Ammar Githam e69fc28ab2 Merge branch 'master' into feature/search-history 2021-04-14 00:18:25 +09:00
Ammar Githam c859669ac1 Add search fragment with recent searches 2021-04-14 00:17:23 +09:00
Austin Huang 84d82e92d3
made play in background an option per https://redd.it/mmpeg9 2021-04-11 09:45:38 -04:00
Austin Huang 1774ce8af0
Merge branch 'master' into bottombar_redesign 2021-04-02 09:35:25 -04:00
Ammar Githam a89cdfebf1 Add XMA type direct item and fix default viewholder not visible. Fixes https://github.com/austinhuang0131/barinsta/issues/891 2021-03-30 00:47:28 +09:00
Austin Huang dc1119c604
Merge branch 'master' into pr/850 2021-03-26 22:27:47 -04:00
Ammar Githam 8b54eec29b Make TextRange serializable. Fixes https://github.com/austinhuang0131/barinsta/issues/858 2021-03-25 21:28:50 +09:00
Austin Huang 74be5a5caf
Merge pull request #836 from MeLlamoPablo/fix/archive-story-viewer-crash
Fix crashes on the story archive viewer
2021-03-24 13:12:31 -04:00
Ammar Githam b9d75af03c Merge branch 'master' into bottombar_redesign 2021-03-24 23:40:31 +09:00
Austin Huang fa1f5d2b72
retire LocationFetcher and enforce consistency 2021-03-22 18:04:45 -04:00
Austin Huang 1cee2cd4c0
improve search
1. separate logged-in and anonymous endpoints
2. migrate to retrofit + gson, retire SuggestionsFetcher
3. prefixing search with @ or # will only return users or hashtags, respectively
4. add subtitles for locations (address) and hashtags (rough post count)
2021-03-22 16:48:35 -04:00
Austin Huang 0f996f88ba
remove avatar from hashtag
avatars don't exist on app api, and there's no pattern... so bye bye
2021-03-22 15:33:43 -04:00
Austin Huang 1dd78b7d91
reorganize responses 2021-03-22 14:51:44 -04:00
Austin Huang 442903eaf9
make archives usable and also some marginal improvements 2021-03-21 19:11:33 -04:00
Austin Huang 6fec6f5c86
convert HashtagFetcher 2021-03-20 13:37:17 -04:00
Ammar Githam 839e30a4e5 Add delete option in post view. Fixes 1 part of https://github.com/austinhuang0131/barinsta/issues/289 2021-03-21 01:14:57 +09:00
Ammar Githam 6f67dadb31 Handle new created threads using inbox manager 2021-03-20 12:40:51 +09:00
Austin Huang 74d3e1ad7d
literally 4f6039b, part 2 2021-03-17 14:28:27 -04:00
Ammar Githam dfa3a50893 Auto mark dm seen if enabled in settings. Fixes https://github.com/austinhuang0131/barinsta/issues/797 2021-03-18 01:41:29 +09:00
Ammar Githam 321af4cad4 Pause post video in background. Fixes https://github.com/austinhuang0131/barinsta/issues/413 2021-03-17 22:35:49 +09:00
Austin Huang 05156442cc
hashtag backend fix 2021-03-16 21:16:06 -04:00
Austin Huang 6a524b7616
support fb thread members 2021-03-16 20:24:19 -04:00
Austin Huang d65fbd4193
revamp notifications; close #796 2021-03-16 17:57:57 -04:00
Ammar Githam 6d73528387 Send stickers and gifs in DM 2021-03-16 01:48:39 +09:00
Austin Huang 0b8545c0e1
Merge branch 'master' into pr/753 2021-03-14 22:54:51 -04:00