Commit graph

414 commits

Author SHA1 Message Date
Gabriel Calero
ccd0d8299f Change oauth parameter to env variables 2018-11-07 19:56:41 -03:00
sabrina-shanman
906fc1a425 Fix Android build not linking hfm library 2018-11-06 16:38:36 -08:00
Gabriel Calero
611881e002 Mute when entering a domain 2018-11-05 18:35:57 -03:00
Gabriel Calero
9ed4374470 Move oauth client id & token from env vars to gradle properties 2018-11-05 17:17:27 -03:00
Gabriel Calero
db45aced6e Mute when entering a domain 2018-11-05 16:53:03 -03:00
Gabriel Calero
58c135a74d Merge remote-tracking branch 'upstream/master' into enable_aec_by_default 2018-11-05 11:25:09 -03:00
Gabriel Calero
6a3ccbbe02 Merge remote-tracking branch 'upstream/master' into android_new_login 2018-11-02 17:08:55 -03:00
Gabriel Calero
160e633af5 Implement login through oauth for steam login button 2018-11-02 17:08:19 -03:00
Gabriel Calero
a1221ebd69 Add Keep me logged in option 2018-10-26 17:17:03 -03:00
Gabriel Calero
3d677d8e5a Allow cancelling ongoing signup or login 2018-10-26 13:04:34 -03:00
Gabriel Calero
11d82e0ad0 New login + signup 2018-10-25 19:12:51 -03:00
Brad Davis
c8e664a0a1 New SPIRV Shader toolchain 2018-10-23 10:40:12 -07:00
Gabriel Calero
5a8a5bbc55 Set AEC enabled by default 2018-10-22 18:18:16 -03:00
Gabriel Calero
a9b9f48335 Setup a higher memory limit for android build 2018-10-18 17:20:30 -03:00
Gabriel Calero
42285245d5 Fix gradle script 2018-10-06 00:43:19 -03:00
Gabriel Calero
1719f4a474 Build libplugins_libhifiCodec.so 2018-10-05 23:49:06 -03:00
Gabriel Calero
13e2b99dfa Merge remote-tracking branch 'upstream/master' into android_signup 2018-10-02 09:24:09 -03:00
John Conklin II
dd5cd5de82
Merge pull request #14091 from gcalero/fix-case-18465
Fix case 18465: redirect to domain after login
2018-10-01 16:48:27 -07:00
Brad Hefta-Gaub
a3310be3fe
Merge pull request #14013 from gcalero/fix_android_login
Fix android login infinite loading (case 18459)
2018-10-01 16:13:29 -07:00
Gabriel Calero
c0c95a1d33 Fix flickering between login and signup screens 2018-09-28 13:53:18 -03:00
Gabriel Calero
0d40d78343 Expand clic area for forget password 2018-09-28 12:04:05 -03:00
Gabriel Calero
5fc24b2587 UI fixes in login and signup for S8 and S9 aspect ratio 2018-09-27 19:20:38 -03:00
Gabriel Calero
fba3b48923 Merge remote-tracking branch 'upstream/master' into android_signup 2018-09-27 11:38:52 -03:00
Gabriel Calero
3163ae5997 Fix case 18465: redirect to domain after login 2018-09-26 19:41:43 -03:00
Gabriel Calero
6908107979 Apply UI changes in android signup 2018-09-26 16:00:14 -03:00
Gabriel Calero
f4be767d22 Android sign up 2018-09-21 14:58:11 -03:00
Gabriel Calero
32da2cbef6 Show password in android login 2018-09-18 18:11:11 -03:00
Gabriel Calero
78b4139039 Fix android login infinite loading (case 18459) 2018-09-17 19:16:04 -03:00
Gabriel Calero
5795ef3c63 Fix qt build (osx) file version 2018-09-13 19:43:28 -03:00
Gabriel Calero
1215ddbe88 Remove debug files from linux qt build. Remove extra space 2018-09-13 18:50:46 -03:00
Gabriel Calero
ec2c0226a5 Replace qt build version (osx) 2018-09-13 16:42:12 -03:00
Gabriel Calero
27c7592d98 Patch qt 5.11.1 to support voice_communication opensl es preset 2018-09-13 14:30:42 -03:00
Gabriel Calero
2943502c9b Headset plug/unplug detection 2018-09-12 16:36:04 -03:00
Gabriel Calero
2d2a4804f7 Add android settings screen. Add AEC setting 2018-09-06 17:49:52 -03:00
Cristian Luis Duarte
4227df30e6 Android - People and Domain list - synchronize cache and request code 2018-08-21 18:40:10 -03:00
Cristian Luis Duarte
ed965babdf Android - People List - cache in memory only on this instance (deleted if app restarts) allows for fast list display. Showing again also asks for update so in some ms the list gets updated in case of changes 2018-08-21 17:47:40 -03:00
Cristian Luis Duarte
af5c7a7a67 Android - Domains List - cache in memory only on this instance (deleted if app restarts) allows for fast list display. Showing again also asks for update so in some seconds the list gets updated in case of changes 2018-08-21 16:35:47 -03:00
John Conklin II
c8addd0581
Merge pull request #13730 from Cristo86/android_friends_main
Android - Friends in home screen menu
2018-08-17 16:58:45 -07:00
Cristian Luis Duarte
ccb5bae4b6 Android - People - Code review 2018-08-17 14:24:04 -03:00
Cristian Luis Duarte
4851b44de1 Android - People - Hide actions panel after remove 2018-08-16 19:39:44 -03:00
Cristian Luis Duarte
a3927f4d4c Android - People - Remove fragments and stack related logs 2018-08-16 17:31:31 -03:00
Cristian Luis Duarte
99760e2b40 Android - People - Better navigation after logged in prevents log in screen to appear after pressing back 2018-08-16 17:29:25 -03:00
Cristian Luis Duarte
a01b00b3d8 delete access token log 2018-08-16 12:36:25 -03:00
Cristian Luis Duarte
43b2a86224 Android - People - Make list refreshable 2018-08-15 21:36:11 -03:00
Cristian Luis Duarte
6f83c7bff0 Android - People - Show name of user to delete in confirmation 2018-08-15 21:01:42 -03:00
Cristian Luis Duarte
1a343c1c33 Android - People - Hide People menu if the user is not logged in 2018-08-15 20:57:04 -03:00
Cristian Luis Duarte
3217f61a53 Android - People - Visit Online connections working 2018-08-15 20:21:34 -03:00
Cristian Duarte
81e24bb28e Android - People - Remove connection (from People) working with API 2018-08-15 17:29:28 -03:00
Cristian Duarte
dd5bd0229a Android - People - Hide visit option if user is offline 2018-08-15 14:51:37 -03:00
Cristian Duarte
6b2de05065 Android - People - Bigger touch area for friend star 2018-08-15 14:50:53 -03:00
Cristian Luis Duarte
d20c386102 Android - People - Befriending working 2018-08-14 20:22:23 -03:00
Cristian Luis Duarte
3032c7802b Android - People - Star for friends, toggle UI, use data from API for initial status. Change+Post is pending 2018-08-14 17:56:42 -03:00
Cristian Luis Duarte
4108733128 Android - People - tags spacing 2018-08-14 15:23:09 -03:00
Cristian Luis Duarte
e5cac4d3ec Android - People - Use designed icon for visit + add fade color 2018-08-14 15:15:24 -03:00
Cristian Luis Duarte
955c15b683 Android - People - swap-fix actions icons 2018-08-14 13:15:21 -03:00
Cristian Luis Duarte
36e9c8ba3b Android - People - UI changes to match design spec 2018-08-14 12:44:09 -03:00
Cristian Luis Duarte
1bfd6fe97d Android - People - Sliding panel (for users actions) 2018-08-13 20:32:45 -03:00
Cristian Luis Duarte
b381a182bd Android - People - add padding to list 2018-08-13 14:31:20 -03:00
Cristian Luis Duarte
610306c49c Android - People - add friend star 2018-08-10 19:02:01 -03:00
Cristian Luis Duarte
b65f2d46a6 Android - People - Letters styling in row 2018-08-10 18:18:24 -03:00
Cristian Luis Duarte
ef3ac6bba3 Android - Friends - rollback swipe to reveal items 2018-08-10 17:36:32 -03:00
Cristian Luis Duarte
d61aaa3bd7 Android - People - Round profile image 2018-08-10 14:16:44 -03:00
Cristian Luis Duarte
60338f9899 Android - People - Swipe to reveal delete + layout adaptations for design 2018-08-09 17:54:07 -03:00
Cristian Luis Duarte
1a261bea04 Android - People screen renaming 2018-08-08 15:41:28 -03:00
Brad Davis
ae8f841912 Shader refactoring for explicit bindings 2018-08-03 14:58:11 -07:00
Cristian Luis Duarte
cdca20101b Not an accountManager in AndroidHelper anymore 2018-07-31 14:37:51 -03:00
Cristian Luis Duarte
a572af1df2 Merge remote-tracking branch 'hifi/master' into android_friends_main 2018-07-30 19:01:41 -03:00
Cristian Luis Duarte
f06c57a1f4 Android - fix crash when returning from domains to Home when attempting to detach when not necessary 2018-07-23 15:51:54 -03:00
Cristian Luis Duarte
2dd09c140a Android - Show a loading indicator while loading domains (same that appears when refreshing with a swipe-down gesture) 2018-07-19 23:20:51 -03:00
Cristian Luis Duarte
9bb4bada8a Merge remote-tracking branch 'hifi/master' into android_loading_stuck 2018-07-19 21:45:03 -03:00
Cristian Luis Duarte
021905be9b remove unneeded import 2018-07-19 21:27:10 -03:00
Cristian Luis Duarte
c5ffdbfe0a Android - add a faster to load splash screen (LaunchScreen in Android terminology) and a progress indicator in our loading screen (SplashActivity), to reduce the 'frozen' nature of the app startup 2018-07-19 21:19:18 -03:00
Cristian Luis Duarte
6d239f40fb Android - Freeze at startup problem - remove logs 2018-07-19 20:47:05 -03:00
Cristian Luis Duarte
19146ef73c Android - avoid the QtNative.m_qtThread.exit(); call 2018-07-19 20:31:32 -03:00
Cristian Luis Duarte
6577a93cc9 Android Qt - Update QtActivity after change avoiding recursive loop android/app/src/main/java/org/qtproject/qt5/android/bindings/QtActivity.java 2018-07-18 12:43:13 -03:00
Qliemillar
43435bdeae
Merge pull request #13609 from Cristo86/android_refresh_domains
Android - Refresh domains list with swipe
2018-07-16 11:59:14 -06:00
Cristian Luis Duarte
f9baeaf151 Android - logs during startup - weirdly did not get stuck during tests 2018-07-16 12:28:44 -03:00
Cristian Luis Duarte
bdd6f3c5c5 Android - Refresh domains list with swipe 2018-07-13 12:39:31 -03:00
Sam Gondelman
b53772f9ca
Merge pull request #13431 from Cristo86/android_stop_downloads_bg
Android - Prevent pending downloads to happen when going back to home
2018-07-12 15:22:56 -07:00
Sam Gondelman
1a599fd818
Merge pull request #13486 from jherico/fix/android_qt_5_10_linux
Move Android builds to Qt 5.11.1
2018-07-11 12:25:37 -07:00
Cristian Luis Duarte
be8351dc0d Android - Rollback pause/resume mechanism. Stop server checkIns, reset nodeList before entering background 2018-07-06 20:43:52 -03:00
John Conklin II
6e13b0e141
Merge pull request #13453 from gcalero/web_overlay_android
Support web3d overlays in android
2018-07-06 13:02:56 -07:00
Gabriel Calero
d82c353103 Fix webview dimensions 2018-07-05 23:28:56 -03:00
Gabriel Calero
4e1ab621ed Fix webview dimensions 2018-07-05 20:29:30 -03:00
Gabriel Calero
ff871a0ed5 Remove pictureInPicture support from manifest 2018-07-05 19:47:07 -03:00
Gabriel Calero
ea58ea0c6f Code review 2018-07-05 17:32:20 -03:00
Gabriel Calero
6dae9f1c98 Make web view bigger 2018-07-05 16:28:09 -03:00
Gabriel Calero
6e3d3d457f Clean web resources before closing web PiP 2018-07-04 17:38:42 -03:00
Gabriel Calero
9675328f1e Keep the domain connection while WebView is expanded 2018-07-04 16:10:54 -03:00
Gabriel Calero
05267a7100 Fix crash in buffer corruption workaround 2018-07-03 19:10:26 -03:00
Gabriel Calero
1ff560a18b Fix bugs 2018-07-03 18:23:42 -03:00
Gabriel Calero
2a29b4feaf Add SlidingDrawer to QtLayout instead of main layout 2018-07-03 16:43:04 -03:00
Gabriel Calero
0b3e410694 Fade out web toolbar 2018-07-03 14:30:45 -03:00
Gabriel Calero
770a31faad Hide web preview buttons after 5 secs 2018-07-03 13:21:13 -03:00
Gabriel Calero
21b089fa39 Bug fix 2018-07-02 19:44:48 -03:00
Stephen Birarda
91db8fa99f add version code for increasing android appVersionCode 2018-07-02 13:22:55 -07:00
Gabriel Calero
11e47b8fe6 Apply web preview specs 2018-07-02 16:40:54 -03:00
Gabriel Calero
762e8f4bf0 Refactor WebViewActivity using fragment. Try SlidingDrawer. 2018-06-29 20:43:58 -03:00
Brad Davis
9f586799a5 Updating windows Qt build, removing dumpsyms on non-Linux builds 2018-06-29 12:37:11 -07:00
Gabriel Calero
416d2fbb20 Try Picture in Picture mode for webview activity 2018-06-29 15:46:08 -03:00
Gabriel Calero
a6d093d8c9 Merge remote-tracking branch 'upstream/master' into web_overlay_android 2018-06-29 15:09:32 -03:00
Brad Davis
7fbfc3a8c6 Update Android/Mac Qt version 2018-06-29 09:32:45 -07:00
Gabriel Calero
ded02f863f Try Picture in Picture mode for webview activity 2018-06-28 18:34:08 -03:00
Brad Davis
f2e118de25 Move Linux Android build to Qt 5.11.1 2018-06-28 14:27:23 -07:00
Gabriel Calero
e15fc787d3 Remove the duplicated AccountManager used for android 2018-06-27 19:04:27 -03:00
Gabriel Calero
fedc0a9e61 Support web3d overlays in android 2018-06-25 16:37:03 -03:00
Gabriel Calero
d5e2362ee2 Clean up and complete gradle script 2018-06-21 11:19:29 -03:00
Gabriel Calero
730e14c9d9 Debugging gradle script 2018-06-21 11:19:20 -03:00
Gabriel Calero
ac533a3913 Debugging gradle script 2018-06-21 11:19:11 -03:00
Gabriel Calero
464f8e128a Debugging gradle script 2018-06-21 11:19:04 -03:00
Gabriel Calero
f8511c5233 Debugging gradle script 2018-06-21 11:18:57 -03:00
Gabriel Calero
b42f546b2a Debugging gradle script 2018-06-21 11:18:50 -03:00
Gabriel Calero
2a36b85ece Debugging gradle script 2018-06-21 11:18:43 -03:00
Gabriel Calero
830dfd3233 Debugging gradle script 2018-06-21 11:18:36 -03:00
Gabriel Calero
a7c969f9df Adding debug info 2018-06-21 11:18:29 -03:00
Gabriel Calero
f184e9fae8 Debug dump_sym run 2018-06-21 11:18:21 -03:00
Gabriel Calero
af29e10fe9 Adding debug info 2018-06-21 11:16:17 -03:00
Gabriel
77d53441c0 Add debug logging 2018-06-21 11:12:43 -03:00
Gabriel
3a473eaa0e Update breakpad_dump_syms.zip 2018-06-21 11:11:11 -03:00
Gabriel Calero
e2ddaeac02 Add gradle task runBreakpadDumpSyms 2018-06-21 11:11:03 -03:00
Gabriel Calero
e1b5564c7b Use environment variables BACKTRACE_URL and BACKTRACE_TOKEN (fix) 2018-06-21 11:10:56 -03:00
Gabriel Calero
0242e1d4d5 Use environment variables BACKTRACE_URL and BACKTRACE_TOKEN 2018-06-21 11:10:42 -03:00
Sam Gondelman
8817af9b9c
Merge pull request #13330 from Cristo86/android_enterbackground_startup
Android - Make sure we call Interface enterBackground when opening
2018-06-18 12:47:43 -07:00
Gabriel Calero
3eecb2f379 Apply code conventions 2018-06-18 14:42:08 -03:00
Gabriel Calero
583c46b3a0 Merge remote-tracking branch 'upstream/master' into breakpad_android 2018-06-15 21:21:03 -03:00
Gabriel Calero
2a20ffcca4 Add delay before uploading minidump 2018-06-15 17:42:42 -03:00
Cristian Luis Duarte
61d1bf7bf7 Android - Show names of screens when going back in the Main screen (Home-Login-Friends) 2018-06-14 21:06:40 -03:00
Gabriel Calero
61fb6004eb Merge branch 'breakpad_android' of https://github.com/gcalero/hifi into breakpad_android 2018-06-14 19:44:39 -03:00
Gabriel Calero
c02750edd1 Upload breakpad minidumps from an android service 2018-06-14 19:43:03 -03:00
Cristian Luis Duarte
248be87fa3 Android - First list of friends implementation in List of Friends 2018-06-14 15:19:21 -03:00
Gabriel Calero
395767ed80 Set android versionCode and versionName through gradle parameter RELEASE_NUMBER 2018-06-12 20:11:22 -03:00
Cristian Duarte
440ba7a6de Add a friends fragment and expose the access token to java 2018-06-12 19:46:59 -03:00
Cristian Luis Duarte
26a9364efd Android - Clean up enterBackground logs 2018-06-08 20:59:38 -03:00
Stephen Birarda
112abc9d7e
Merge pull request #13148 from birarda/feat/new-version-numbers
add SHA to PR/master version, add build_type (stable/master/pr/dev)
2018-06-08 14:44:22 -07:00
Gabriel
1ec03475dd
Trying to fix android build
Trying a new breakpad.zip version
2018-06-08 18:31:10 -03:00
Sam Gondelman
c7f05d96b4
Merge pull request #13309 from Cristo86/android_crashes_domains
Android - Double Click crash and dev-mobile crash with Pixel XL
2018-06-08 13:36:53 -07:00
Sam Gondelman
87e6df3cba
Merge pull request #13319 from Cristo86/android_search_untagged
Android - Allow search among protocol compatible user stories and not only tagged ones
2018-06-08 10:59:33 -07:00
Gabriel Calero
1a039ca504 Trying to fix build script 2018-06-08 12:38:24 -03:00
Gabriel Calero
cfc98afaf0 Add breakpad as external dependency 2018-06-08 12:11:01 -03:00
Gabriel Calero
3911a93a38 Merge remote-tracking branch 'upstream/master' into breakpad_android 2018-06-07 19:00:16 -03:00
Gabriel Calero
8869af069e Integrate Breakpad in android Interface 2018-06-07 18:59:43 -03:00
Cristian Luis Duarte
2b0ac6a9bd Android - Make sure we call Interface enterBackground when opening the app 2018-06-07 18:22:58 -03:00
Cristian Luis Duarte
293388ebc2 Android - Allow search among protocol compatible user stories and not only tagged ones 2018-06-06 19:26:13 -03:00
Sam Gateau
c145c0c1b8
Merge pull request #13186 from SamGondelman/etc2comp
Android: Local texture compression using Etc2Comp
2018-06-06 11:13:50 -07:00
Gabriel Calero
85c6202e80 Workaround for android < Oreo 2018-06-01 17:11:14 -03:00
Gabriel Calero
459991988c Fix NullPointerException introduced with the workaround 2018-06-01 15:48:57 -03:00
Gabriel Calero
b2fe5a6d63 Workaround for android buffer corruption issue 2018-06-01 15:00:00 -03:00
Sam Gondelman
ae3b933a80 Merge branch 'master' into etc2comp 2018-05-30 17:17:03 -07:00
Gabriel Calero
a36c41fc13 Make APK release signature optional 2018-05-30 12:43:44 -03:00
Cristian Luis Duarte
c0c246c934 Merge remote-tracking branch 'hifi/master' into android_crashes_domains 2018-05-28 17:14:58 -03:00