Ammar Githam
6b8df5fee2
Migrate to Room
4 years ago
Ammar Githam
126a0f7f4b
Preparing migration to Room
4 years ago
Ammar Githam
f94694fff3
Update/add dependencies and enable proguard (no obfuscation).
4 years ago
Ammar Githam
8c4ce111a4
finish activity when onbackpressed bug occurs
Required so the activity finishes when the bug occurs. Current workaround makes the back button unresponsive
4 years ago
Ammar Githam
951117c769
Remove usage of final arrays to hold values
4 years ago
Ammar Githam
8829f4a66e
Prevent DM button double click and check current fragment still attached before navigating. Fixes a crash reported in telegram group.
4 years ago
Ammar Githam
4ffab14ff3
Add activity finishing check before calling onBackPressed. May fix IllegalStateException: Can not perform this action after onSaveInstanceState
4 years ago
Ammar Githam
28dab3cf0f
Explicitly set navigation bar color for PostViewV2Fragment. Fixes https://github.com/austinhuang0131/barinsta/issues/326
4 years ago
Ammar Githam
06f4ab56c8
Set feed item as saved or not from response. Closes https://github.com/austinhuang0131/barinsta/issues/369
4 years ago
Ammar Githam
d7661f7cf6
Remove auto play videos setting for now. Closes https://github.com/austinhuang0131/barinsta/issues/361
4 years ago
Ammar Githam
e4c30c0389
Open urls in new browser tabs. Closes https://github.com/austinhuang0131/barinsta/issues/367
4 years ago
Austin Huang
9cf2b8a2d8
New Crowdin updates ( #366 )
* New translations arrays.xml (French)
* New translations arrays.xml (Portuguese, Brazilian)
* New translations strings.xml (Portuguese, Brazilian)
* New translations arrays.xml (Indonesian)
* New translations arrays.xml (Persian)
* New translations arrays.xml (Hindi)
* New translations arrays.xml (Odia)
* New translations arrays.xml (Catalan)
* New translations arrays.xml (Russian)
* New translations arrays.xml (Vietnamese)
* New translations arrays.xml (Chinese Traditional)
* New translations arrays.xml (Italian)
* New translations arrays.xml (Spanish)
* New translations arrays.xml (Czech)
* New translations arrays.xml (German)
* New translations arrays.xml (Macedonian)
* New translations arrays.xml (Polish)
* New translations arrays.xml (Turkish)
* New translations arrays.xml (Chinese Simplified)
* New translations arrays.xml (Portuguese, Brazilian)
* New translations strings.xml (Chinese Simplified)
* New translations arrays.xml (Chinese Simplified)
* New translations arrays.xml (French)
* New translations arrays.xml (Italian)
* New translations strings.xml (Italian)
4 years ago
Austin Huang
0dd5a77295
close #284
4 years ago
Austin Huang
38d0bd56f8
add new languages
Co-Authored-By: retiolus <[email protected] >
Co-Authored-By: rikishi0071 <[email protected] >
4 years ago
Austin Huang
58f7130e2d
New Crowdin updates ( #298 )
* New translations strings.xml (Spanish)
* New translations strings.xml (Spanish)
* New translations arrays.xml (German)
* New translations arrays.xml (Polish)
* New translations strings.xml (Polish)
* New translations arrays.xml (Russian)
* New translations strings.xml (Russian)
* New translations arrays.xml (Odia)
* New translations arrays.xml (Odia)
* New translations arrays.xml (Odia)
* New translations arrays.xml (Odia)
* New translations strings.xml (Odia)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Persian)
* New translations strings.xml (Odia)
* New translations strings.xml (Catalan)
* New translations strings.xml (Catalan)
* New translations strings.xml (Catalan)
* New translations arrays.xml (French)
* New translations strings.xml (French)
* New translations strings.xml (Catalan)
* New translations arrays.xml (Odia)
* New translations strings.xml (Odia)
* New translations strings.xml (Odia)
* New translations strings.xml (French)
* New translations arrays.xml (Persian)
* New translations strings.xml (Persian)
* New translations strings.xml (Russian)
* New translations arrays.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Persian)
* New translations strings.xml (Persian)
* New translations strings.xml (Russian)
* New translations arrays.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Odia)
* New translations strings.xml (Odia)
* New translations strings.xml (Persian)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Hindi)
* New translations strings.xml (Odia)
* New translations strings.xml (Catalan)
* New translations strings.xml (French)
* New translations strings.xml (Spanish)
* New translations strings.xml (Czech)
* New translations strings.xml (German)
* New translations strings.xml (Italian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Macedonian)
* New translations strings.xml (Polish)
* New translations strings.xml (Turkish)
* New translations strings.xml (Russian)
4 years ago
Austin Huang
b2e784deb8
close #306 and close #310
4 years ago
Ammar Githam
9887547363
Add default constructor for RestoreBackupDialogFragment. Should fix https://github.com/austinhuang0131/barinsta/issues/316
4 years ago
Ammar Githam
c72c4469f5
Handle null InboxThreadModel. Fixes https://github.com/austinhuang0131/barinsta/issues/329
4 years ago
Ammar Githam
dccfcaf78a
Handle multiple videos in PostViewV2Fragment. Should fix https://github.com/austinhuang0131/barinsta/issues/337 and also fix videos playing after closing view.
4 years ago
Ammar Githam
6b370ca251
Handle ActivityNotFoundException while opening URL. Fixes https://github.com/austinhuang0131/barinsta/issues/351
4 years ago
Ammar Githam
3dfbf23cc0
Fix no vc_id in VIDEO_CALL_EVENT
4 years ago
Ammar Githam
d1a9393249
FeedModel null checks. Fixes https://github.com/austinhuang0131/barinsta/issues/293
4 years ago
Ammar Githam
cc930c65b7
Null checks. Fixes https://github.com/austinhuang0131/barinsta/issues/303
4 years ago
Ammar Githam
41e5fecbea
Check if view is attached before animating controls. Should fix https://github.com/austinhuang0131/barinsta/issues/302
4 years ago
Ammar Githam
e449594253
Fix ProfileFragment for anon users
4 years ago
Ammar Githam
82e960d9fe
Fix item decoration add/remove logic and one null check
4 years ago
Ammar Githam
e3cc99f62f
Check highlight list before accessing. Fixes https://github.com/austinhuang0131/barinsta/issues/295
4 years ago
Ammar Githam
f01815f4ae
Profile model null checks. Fixes https://github.com/austinhuang0131/barinsta/issues/293
4 years ago
Ammar Githam
465627dd9c
Temp workaround to fix https://github.com/austinhuang0131/barinsta/issues/282
4 years ago
Ammar Githam
5fdeeb7301
Add null and cast checks. Should fix https://github.com/austinhuang0131/barinsta/issues/278
4 years ago
Ammar Githam
d0c8e9f28c
Comment out unused code
4 years ago
Ammar Githam
046152e30c
Add comments fragment to dm navigation. Fixes https://github.com/austinhuang0131/barinsta/issues/276
4 years ago
Ammar Githam
2f957da290
Navigate to profile using nav id to workaround different compiled NavDirections
4 years ago
Ammar Githam
a6a4b6292d
Make swipe up/down to dismiss post view more sensitive
4 years ago
Ammar Githam
23f3ef45c2
Fix binding change in ProfileFragment
4 years ago
Ammar Githam
e2bf09cc7f
Fix missing semicolon
4 years ago
Austin Huang
22ab48d84a
New Crowdin updates ( #272 )
* New translations strings.xml (French)
* New translations strings.xml (Spanish)
* New translations strings.xml (Czech)
* New translations strings.xml (German)
* New translations strings.xml (Italian)
* New translations strings.xml (Macedonian)
* New translations strings.xml (Polish)
* New translations strings.xml (Turkish)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Persian)
* New translations strings.xml (Hindi)
* New translations strings.xml (French)
* New translations strings.xml (Spanish)
* New translations strings.xml (Czech)
* New translations strings.xml (German)
* New translations strings.xml (Italian)
* New translations strings.xml (Macedonian)
* New translations strings.xml (Polish)
* New translations strings.xml (Turkish)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Persian)
* New translations strings.xml (Hindi)
* Update source file strings.xml
* New translations arrays.xml (Hindi)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Portuguese, Brazilian)
* Update source file strings.xml
* New translations strings.xml (Persian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Turkish)
* New translations strings.xml (French)
* New translations strings.xml (Polish)
* New translations strings.xml (Macedonian)
* New translations strings.xml (Italian)
* New translations strings.xml (German)
* New translations strings.xml (Czech)
* New translations strings.xml (Spanish)
* New translations strings.xml (Hindi)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Simplified)
* New translations arrays.xml (Hindi)
* New translations arrays.xml (Hindi)
* New translations strings.xml (Persian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Turkish)
* New translations strings.xml (French)
* New translations strings.xml (Polish)
* New translations strings.xml (Macedonian)
* New translations strings.xml (Italian)
* New translations strings.xml (German)
* New translations strings.xml (Czech)
* New translations strings.xml (Spanish)
* New translations strings.xml (Hindi)
* Update source file strings.xml
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Traditional)
* New translations arrays.xml (Italian)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Italian)
* New translations strings.xml (Persian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Turkish)
* New translations strings.xml (French)
* New translations strings.xml (Polish)
* New translations strings.xml (Macedonian)
* New translations strings.xml (Italian)
* New translations strings.xml (German)
* New translations strings.xml (Czech)
* New translations strings.xml (Spanish)
* New translations strings.xml (Hindi)
* Update source file strings.xml
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (German)
* New translations strings.xml (Hindi)
* New translations arrays.xml (Odia)
* New translations strings.xml (Odia)
* New translations arrays.xml (Odia)
* New translations strings.xml (Indonesian)
* New translations arrays.xml (Catalan)
* New translations strings.xml (Catalan)
* New translations strings.xml (Italian)
* New translations arrays.xml (Catalan)
* New translations strings.xml (Catalan)
* New translations arrays.xml (Italian)
* New translations strings.xml (Italian)
* New translations strings.xml (Odia)
* New translations strings.xml (Hindi)
* New translations strings.xml (Persian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (French)
* New translations strings.xml (Spanish)
* New translations strings.xml (Czech)
* New translations strings.xml (German)
* New translations strings.xml (Italian)
* New translations strings.xml (Macedonian)
* New translations strings.xml (Polish)
* New translations strings.xml (Turkish)
* New translations strings.xml (Catalan)
* Update source file strings.xml
* New translations strings.xml (French)
* New translations strings.xml (Spanish)
* New translations strings.xml (German)
* New translations strings.xml (Italian)
* New translations strings.xml (Macedonian)
* New translations strings.xml (Polish)
* New translations strings.xml (Turkish)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Persian)
* New translations strings.xml (Hindi)
4 years ago
ImgBotApp
80146df609
[ImgBot] Optimize images
*Total -- 164.99kb -> 137.66kb (16.56%)
/app/src/main/ic_launcher-round.png -- 136.79kb -> 109.77kb (19.75%)
/fastlane/metadata/android/en-US/images/icon.png -- 28.19kb -> 27.88kb (1.09%)
Signed-off-by: ImgBotApp <[email protected] >
4 years ago
Austin Huang
3e08d8c5e5
Add files via upload
4 years ago
Austin Huang
45ddfe7659
resource sweep
4 years ago
Austin Huang
354a4b09c8
Update AboutFragment.java
4 years ago
Austin Huang
ad1986804f
Update CrashReporter.java
4 years ago
Austin Huang
bf24f56843
redo follower/ing viewer
Follower/ing viewer now uses the i endpoint (which returns more users at once) as well as caching (less requests needed) so its response time has decreased significantly (to 1/3 in my case)
4 years ago
Ammar Githam
b3d41ccffa
Some null checks. Fixes https://github.com/austinhuang0131/barinsta/issues/274
4 years ago
Ammar Githam
fececb5fd2
Fix post open animation bug occurring on specific Android 10 devices. Should fix pt. 7 mentioned in https://github.com/austinhuang0131/barinsta/issues/264
4 years ago
Ammar Githam
c3de020f0e
Fix Posts not opening for anon users
4 years ago
Ammar Githam
d48c72924a
Check for null PostsLayoutPreferences before setting variable in fragments
4 years ago
Ammar Githam
6bfb6e1bf3
Put collapsing toolbar layout views in the main layout to improve scroll behaviour.
This removes the spaghetti required to make scroll behaviours work.
4 years ago
Austin Huang
519d46858b
Delete dialog_main_about.xml
4 years ago
Austin Huang
e046de6443
Revert "Add back missing strings"
This reverts commit 1fe6a0f3f1
.
4 years ago