FileDetailFragment.java 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. /*
  2. * ownCloud Android client application
  3. *
  4. * @author Bartek Przybylski
  5. * @author David A. Velasco
  6. * Copyright (C) 2011 Bartek Przybylski
  7. * Copyright (C) 2016 ownCloud Inc.
  8. *
  9. * This program is free software: you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2,
  11. * as published by the Free Software Foundation.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. package com.owncloud.android.ui.fragment;
  23. import android.accounts.Account;
  24. import android.graphics.Bitmap;
  25. import android.os.Bundle;
  26. import android.support.design.widget.Snackbar;
  27. import android.support.design.widget.TabLayout;
  28. import android.support.v4.view.ViewPager;
  29. import android.view.LayoutInflater;
  30. import android.view.Menu;
  31. import android.view.MenuItem;
  32. import android.view.View;
  33. import android.view.View.OnClickListener;
  34. import android.view.ViewGroup;
  35. import android.widget.ImageView;
  36. import android.widget.ListAdapter;
  37. import android.widget.ListView;
  38. import android.widget.PopupMenu;
  39. import android.widget.ProgressBar;
  40. import android.widget.TextView;
  41. import com.owncloud.android.MainApp;
  42. import com.owncloud.android.R;
  43. import com.owncloud.android.datamodel.FileDataStorageManager;
  44. import com.owncloud.android.datamodel.OCFile;
  45. import com.owncloud.android.datamodel.ThumbnailsCacheManager;
  46. import com.owncloud.android.files.FileMenuFilter;
  47. import com.owncloud.android.files.services.FileDownloader.FileDownloaderBinder;
  48. import com.owncloud.android.files.services.FileUploader.FileUploaderBinder;
  49. import com.owncloud.android.lib.common.network.OnDatatransferProgressListener;
  50. import com.owncloud.android.lib.common.utils.Log_OC;
  51. import com.owncloud.android.lib.resources.shares.OCShare;
  52. import com.owncloud.android.ui.activity.FileActivity;
  53. import com.owncloud.android.ui.activity.FileDisplayActivity;
  54. import com.owncloud.android.ui.adapter.FileDetailTabAdapter;
  55. import com.owncloud.android.ui.adapter.UserListAdapter;
  56. import com.owncloud.android.ui.dialog.RemoveFilesDialogFragment;
  57. import com.owncloud.android.ui.dialog.RenameFileDialogFragment;
  58. import com.owncloud.android.utils.AnalyticsUtils;
  59. import com.owncloud.android.utils.DisplayUtils;
  60. import com.owncloud.android.utils.MimeTypeUtil;
  61. import com.owncloud.android.utils.ThemeUtils;
  62. import java.lang.ref.WeakReference;
  63. import java.util.ArrayList;
  64. /**
  65. * This Fragment is used to display the details about a file.
  66. */
  67. public class FileDetailFragment extends FileFragment implements OnClickListener {
  68. private int mLayout;
  69. private View mView;
  70. private Account mAccount;
  71. public ProgressListener mProgressListener;
  72. // to show share with users/groups info
  73. private ArrayList<OCShare> mShares;
  74. private static final String TAG = FileDetailFragment.class.getSimpleName();
  75. public static final String FTAG_CONFIRMATION = "REMOVE_CONFIRMATION_FRAGMENT";
  76. public static final String FTAG_RENAME_FILE = "RENAME_FILE_FRAGMENT";
  77. private static final String ARG_FILE = "FILE";
  78. private static final String ARG_ACCOUNT = "ACCOUNT";
  79. private static final String SCREEN_NAME = "File details";
  80. /**
  81. * Public factory method to create new FileDetailFragment instances.
  82. *
  83. * When 'fileToDetail' or 'ocAccount' are null, creates a dummy layout (to use when a file wasn't tapped before).
  84. *
  85. * @param fileToDetail An {@link OCFile} to show in the fragment
  86. * @param account An ownCloud account; needed to start downloads
  87. * @return New fragment with arguments set
  88. */
  89. public static FileDetailFragment newInstance(OCFile fileToDetail, Account account) {
  90. FileDetailFragment frag = new FileDetailFragment();
  91. Bundle args = new Bundle();
  92. args.putParcelable(ARG_FILE, fileToDetail);
  93. args.putParcelable(ARG_ACCOUNT, account);
  94. frag.setArguments(args);
  95. return frag;
  96. }
  97. /**
  98. * Creates an empty details fragment.
  99. *
  100. * It's necessary to keep a public constructor without parameters; the system uses it when tries
  101. * to reinstantiate a fragment automatically.
  102. */
  103. public FileDetailFragment() {
  104. super();
  105. mAccount = null;
  106. mLayout = R.layout.file_details_empty;
  107. mProgressListener = null;
  108. }
  109. @Override
  110. public void onResume() {
  111. super.onResume();
  112. if (getActivity() != null) {
  113. AnalyticsUtils.setCurrentScreenName(getActivity(), SCREEN_NAME, TAG);
  114. }
  115. }
  116. @Override
  117. public void onActivityCreated(Bundle savedInstanceState) {
  118. super.onActivityCreated(savedInstanceState);
  119. setHasOptionsMenu(true);
  120. }
  121. @Override
  122. public View onCreateView(LayoutInflater inflater, ViewGroup container,
  123. Bundle savedInstanceState) {
  124. setFile(getArguments().getParcelable(ARG_FILE));
  125. mAccount = getArguments().getParcelable(ARG_ACCOUNT);
  126. if (savedInstanceState != null) {
  127. setFile(savedInstanceState.getParcelable(FileActivity.EXTRA_FILE));
  128. mAccount = savedInstanceState.getParcelable(FileActivity.EXTRA_ACCOUNT);
  129. }
  130. if (getFile() != null && mAccount != null) {
  131. mLayout = R.layout.file_details_fragment;
  132. }
  133. mView = inflater.inflate(mLayout, null);
  134. if (mLayout == R.layout.file_details_fragment) {
  135. ProgressBar progressBar = mView.findViewById(R.id.fdProgressBar);
  136. ThemeUtils.colorHorizontalProgressBar(progressBar, ThemeUtils.primaryAccentColor(getContext()));
  137. mProgressListener = new ProgressListener(progressBar);
  138. mView.findViewById(R.id.fdCancelBtn).setOnClickListener(this);
  139. mView.findViewById(R.id.fdFavorite).setOnClickListener(this);
  140. mView.findViewById(R.id.overflow_menu).setOnClickListener(this);
  141. }
  142. updateFileDetails(false, false);
  143. return mView;
  144. }
  145. public void onOverflowIconClicked(View view) {
  146. PopupMenu popup = new PopupMenu(getActivity(), view);
  147. popup.inflate(R.menu.file_actions_menu);
  148. prepareOptionsMenu(popup.getMenu());
  149. popup.setOnMenuItemClickListener(item -> {
  150. return optionsItemSelected(item);
  151. });
  152. popup.show();
  153. }
  154. private void setupViewPager(View view) {
  155. TabLayout tabLayout = view.findViewById(R.id.tab_layout);
  156. tabLayout.removeAllTabs();
  157. tabLayout.addTab(tabLayout.newTab().setText(R.string.drawer_item_activities));
  158. tabLayout.addTab(tabLayout.newTab().setText(R.string.share_dialog_title));
  159. tabLayout.setTabGravity(TabLayout.GRAVITY_FILL);
  160. final ViewPager viewPager = view.findViewById(R.id.pager);
  161. final FileDetailTabAdapter adapter = new FileDetailTabAdapter
  162. (getFragmentManager(), getFile(),mAccount);
  163. viewPager.setAdapter(adapter);
  164. viewPager.addOnPageChangeListener(new TabLayout.TabLayoutOnPageChangeListener(tabLayout));
  165. tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
  166. @Override
  167. public void onTabSelected(TabLayout.Tab tab) {
  168. viewPager.setCurrentItem(tab.getPosition());
  169. }
  170. @Override
  171. public void onTabUnselected(TabLayout.Tab tab) {
  172. // unused at the moment
  173. }
  174. @Override
  175. public void onTabReselected(TabLayout.Tab tab) {
  176. // unused at the moment
  177. }
  178. });
  179. }
  180. @Override
  181. public void onSaveInstanceState(Bundle outState) {
  182. super.onSaveInstanceState(outState);
  183. outState.putParcelable(FileActivity.EXTRA_FILE, getFile());
  184. outState.putParcelable(FileActivity.EXTRA_ACCOUNT, mAccount);
  185. }
  186. @Override
  187. public void onStart() {
  188. super.onStart();
  189. listenForTransferProgress();
  190. }
  191. @Override
  192. public void onStop() {
  193. leaveTransferProgress();
  194. super.onStop();
  195. }
  196. @Override
  197. public View getView() {
  198. return super.getView() == null ? mView : super.getView();
  199. }
  200. @Override
  201. public void onPrepareOptionsMenu(Menu menu) {
  202. super.onPrepareOptionsMenu(menu);
  203. FileMenuFilter.hideAll(menu);
  204. }
  205. private void prepareOptionsMenu(Menu menu) {
  206. super.onPrepareOptionsMenu(menu);
  207. if (mContainerActivity.getStorageManager() != null) {
  208. FileMenuFilter mf = new FileMenuFilter(
  209. getFile(),
  210. mContainerActivity.getStorageManager().getAccount(),
  211. mContainerActivity,
  212. getActivity(),
  213. false
  214. );
  215. mf.filter(menu, true);
  216. }
  217. // restriction for this fragment
  218. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_see_details));
  219. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_select_all));
  220. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_move));
  221. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_copy));
  222. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_favorite));
  223. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_unset_favorite));
  224. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_search));
  225. // dual pane restrictions
  226. if (!getResources().getBoolean(R.bool.large_land_layout)){
  227. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_switch_view));
  228. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_sync_account));
  229. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_sort));
  230. }
  231. // share restrictions
  232. if (getFile().isSharedWithMe() && !getFile().canReshare()) {
  233. FileMenuFilter.hideMenuItem(menu.findItem(R.id.action_send_share_file));
  234. }
  235. }
  236. public boolean optionsItemSelected(MenuItem item) {
  237. switch (item.getItemId()) {
  238. case R.id.action_send_share_file: {
  239. if(getFile().isSharedWithMe() && !getFile().canReshare()){
  240. Snackbar.make(getView(),
  241. R.string.resharing_is_not_allowed,
  242. Snackbar.LENGTH_LONG
  243. )
  244. .show();
  245. } else {
  246. mContainerActivity.getFileOperationsHelper().sendShareFile(getFile());
  247. }
  248. return true;
  249. }
  250. case R.id.action_open_file_with: {
  251. mContainerActivity.getFileOperationsHelper().openFile(getFile());
  252. return true;
  253. }
  254. case R.id.action_remove_file: {
  255. RemoveFilesDialogFragment dialog = RemoveFilesDialogFragment.newInstance(getFile());
  256. dialog.show(getFragmentManager(), FTAG_CONFIRMATION);
  257. return true;
  258. }
  259. case R.id.action_rename_file: {
  260. RenameFileDialogFragment dialog = RenameFileDialogFragment.newInstance(getFile());
  261. dialog.show(getFragmentManager(), FTAG_RENAME_FILE);
  262. return true;
  263. }
  264. case R.id.action_cancel_sync: {
  265. ((FileDisplayActivity)mContainerActivity).cancelTransference(getFile());
  266. return true;
  267. }
  268. case R.id.action_download_file:
  269. case R.id.action_sync_file: {
  270. mContainerActivity.getFileOperationsHelper().syncFile(getFile());
  271. return true;
  272. }
  273. default:
  274. return super.onOptionsItemSelected(item);
  275. }
  276. }
  277. @Override
  278. public void onClick(View v) {
  279. switch (v.getId()) {
  280. case R.id.fdCancelBtn: {
  281. ((FileDisplayActivity) mContainerActivity).cancelTransference(getFile());
  282. break;
  283. }
  284. case R.id.fdFavorite: {
  285. if (getFile().getIsFavorite()) {
  286. ((ImageView)getView().findViewById(R.id.fdFavorite)).
  287. setImageDrawable(getResources()
  288. .getDrawable(R.drawable.ic_star_outline));
  289. } else {
  290. ((ImageView)getView().findViewById(R.id.fdFavorite))
  291. .setImageDrawable(getResources()
  292. .getDrawable(R.drawable.ic_star));
  293. }
  294. mContainerActivity.getFileOperationsHelper()
  295. .toggleOfflineFile(getFile(), !getFile().isAvailableOffline());
  296. break;
  297. }
  298. case R.id.overflow_menu: {
  299. onOverflowIconClicked(v);
  300. }
  301. default:
  302. Log_OC.e(TAG, "Incorrect view clicked!");
  303. break;
  304. }
  305. }
  306. /**
  307. * Check if the fragment was created with an empty layout. An empty fragment can't show file details, must be replaced.
  308. *
  309. * @return True when the fragment was created with the empty layout.
  310. */
  311. public boolean isEmpty() {
  312. return (mLayout == R.layout.file_details_empty || getFile() == null || mAccount == null);
  313. }
  314. /**
  315. * Use this method to signal this Activity that it shall update its view.
  316. *
  317. * @param file : An {@link OCFile}
  318. */
  319. public void updateFileDetails(OCFile file, Account ocAccount) {
  320. setFile(file);
  321. mAccount = ocAccount;
  322. updateFileDetails(false, false);
  323. }
  324. /**
  325. * Updates the view with all relevant details about that file.
  326. * <p/>
  327. * TODO Remove parameter when the transferring state of files is kept in database.
  328. *
  329. * @param transferring Flag signaling if the file should be considered as downloading or uploading,
  330. * although {@link FileDownloaderBinder#isDownloading(Account, OCFile)} and
  331. * {@link FileUploaderBinder#isUploading(Account, OCFile)} return false.
  332. * @param refresh If 'true', try to refresh the whole file from the database
  333. */
  334. public void updateFileDetails(boolean transferring, boolean refresh) {
  335. if (readyToShow()) {
  336. FileDataStorageManager storageManager = mContainerActivity.getStorageManager();
  337. if (storageManager == null) {
  338. return;
  339. }
  340. if (refresh) {
  341. setFile(storageManager.getFileByPath(getFile().getRemotePath()));
  342. }
  343. OCFile file = getFile();
  344. // set file details
  345. setFilename(file.getFileName());
  346. setFiletype(file);
  347. setFilesize(file.getFileLength());
  348. setTimeModified(file.getModificationTimestamp());
  349. if (file.getIsFavorite()) {
  350. ((ImageView)getView().findViewById(R.id.fdFavorite)).setImageDrawable(getResources().getDrawable(R.drawable.ic_star));
  351. } else {
  352. ((ImageView)getView().findViewById(R.id.fdFavorite)).setImageDrawable(getResources().getDrawable(R.drawable.ic_star_outline));
  353. }
  354. // configure UI for depending upon local state of the file
  355. FileDownloaderBinder downloaderBinder = mContainerActivity.getFileDownloaderBinder();
  356. FileUploaderBinder uploaderBinder = mContainerActivity.getFileUploaderBinder();
  357. if (transferring ||
  358. (downloaderBinder != null && downloaderBinder.isDownloading(mAccount, file)) ||
  359. (uploaderBinder != null && uploaderBinder.isUploading(mAccount, file))
  360. ) {
  361. setButtonsForTransferring();
  362. } else if (file.isDown()) {
  363. setButtonsForDown();
  364. } else {
  365. // TODO load default preview image; when the local file is removed, the preview
  366. // remains there
  367. setButtonsForRemote();
  368. }
  369. }
  370. setupViewPager(getView());
  371. getView().invalidate();
  372. }
  373. /**
  374. * Checks if the fragment is ready to show details of a OCFile
  375. *
  376. * @return 'True' when the fragment is ready to show details of a file
  377. */
  378. private boolean readyToShow() {
  379. return (getFile() != null && mAccount != null && mLayout == R.layout.file_details_fragment);
  380. }
  381. /**
  382. * Updates the filename in view
  383. *
  384. * @param filename to set
  385. */
  386. private void setFilename(String filename) {
  387. TextView tv = getView().findViewById(R.id.fdFilename);
  388. if (tv != null) {
  389. tv.setText(filename);
  390. }
  391. }
  392. /**
  393. * Updates the MIME type in view
  394. * @param file : An {@link OCFile}
  395. */
  396. private void setFiletype(OCFile file) {
  397. ImageView iv = getView().findViewById(R.id.fdIcon);
  398. if (iv != null) {
  399. iv.setTag(file.getFileId());
  400. // Name of the file, to deduce the icon to use in case the MIME type is not precise enough
  401. iv.setImageDrawable(MimeTypeUtil.getFileTypeIcon(file.getMimetype(), file.getFileName(), mAccount,
  402. getContext()));
  403. Bitmap thumbnail;
  404. if (MimeTypeUtil.isImage(file)) {
  405. String tagId = String.valueOf(file.getRemoteId());
  406. thumbnail = ThumbnailsCacheManager.getBitmapFromDiskCache(tagId);
  407. if (thumbnail != null && !file.needsUpdateThumbnail()) {
  408. iv.setImageBitmap(thumbnail);
  409. } else {
  410. // generate new Thumbnail
  411. if (ThumbnailsCacheManager.cancelPotentialThumbnailWork(file, iv)) {
  412. final ThumbnailsCacheManager.ThumbnailGenerationTask task =
  413. new ThumbnailsCacheManager.ThumbnailGenerationTask(
  414. iv, mContainerActivity.getStorageManager(), mAccount
  415. );
  416. if (thumbnail == null) {
  417. thumbnail = ThumbnailsCacheManager.mDefaultImg;
  418. }
  419. final ThumbnailsCacheManager.AsyncThumbnailDrawable asyncDrawable =
  420. new ThumbnailsCacheManager.AsyncThumbnailDrawable(
  421. MainApp.getAppContext().getResources(),
  422. thumbnail,
  423. task
  424. );
  425. iv.setImageDrawable(asyncDrawable);
  426. task.execute(new ThumbnailsCacheManager.ThumbnailGenerationTaskObject(file, file.getRemoteId()));
  427. }
  428. }
  429. } else {
  430. iv.setImageDrawable(MimeTypeUtil.getFileTypeIcon(file.getMimetype(), file.getFileName(), mAccount,
  431. getContext()));
  432. }
  433. }
  434. }
  435. /**
  436. * Updates the file size in view
  437. *
  438. * @param fileSize in bytes to set
  439. */
  440. private void setFilesize(long fileSize) {
  441. TextView tv = getView().findViewById(R.id.fdSize);
  442. if (tv != null) {
  443. tv.setText(DisplayUtils.bytesToHumanReadable(fileSize));
  444. }
  445. }
  446. /**
  447. * Updates the time that the file was last modified
  448. *
  449. * @param milliseconds Unix time to set
  450. */
  451. private void setTimeModified(long milliseconds) {
  452. TextView tv = getView().findViewById(R.id.fdModified);
  453. if (tv != null) {
  454. tv.setText(DisplayUtils.unixTimeToHumanReadable(milliseconds));
  455. }
  456. }
  457. /**
  458. * Updates Share by link data
  459. *
  460. * @param isShareByLink flag is share by link is enable
  461. */
  462. private void setShareByLinkInfo(boolean isShareByLink) {
  463. TextView tv = getView().findViewById(R.id.fdSharebyLink);
  464. if (tv != null) {
  465. tv.setText(isShareByLink ? R.string.filedetails_share_link_enable :
  466. R.string.filedetails_share_link_disable);
  467. }
  468. ImageView linkIcon = getView().findViewById(R.id.fdShareLinkIcon);
  469. if (linkIcon != null) {
  470. linkIcon.setVisibility(isShareByLink ? View.VISIBLE : View.GONE);
  471. }
  472. }
  473. /**
  474. * Update Share With data
  475. */
  476. private void setShareWithUserInfo(){
  477. // Get Users and Groups
  478. if (((FileActivity) getActivity()).getStorageManager() != null) {
  479. FileDataStorageManager fileDataStorageManager = ((FileActivity) getActivity()).getStorageManager();
  480. mShares = fileDataStorageManager.getSharesWithForAFile(
  481. getFile().getRemotePath(),mAccount.name
  482. );
  483. // Update list of users/groups
  484. updateListOfUserGroups();
  485. }
  486. }
  487. private void updateListOfUserGroups() {
  488. // Update list of users/groups
  489. // TODO Refactoring: create a new {@link ShareUserListAdapter} instance with every call should not be needed
  490. UserListAdapter mUserGroupsAdapter = new UserListAdapter(
  491. getActivity().getApplicationContext(),
  492. R.layout.share_user_item, mShares
  493. );
  494. // Show data
  495. ListView usersList = getView().findViewById(R.id.fdshareUsersList);
  496. // No data
  497. TextView noList = getView().findViewById(R.id.fdShareNoUsers);
  498. if (mShares.size() > 0) {
  499. usersList.setVisibility(View.VISIBLE);
  500. usersList.setAdapter(mUserGroupsAdapter);
  501. noList.setVisibility(View.GONE);
  502. setListViewHeightBasedOnChildren(usersList);
  503. } else {
  504. usersList.setVisibility(View.GONE);
  505. noList.setVisibility(View.VISIBLE);
  506. }
  507. }
  508. /**
  509. * Fix scroll in listview when the parent is a ScrollView
  510. */
  511. private static void setListViewHeightBasedOnChildren(ListView listView) {
  512. ListAdapter listAdapter = listView.getAdapter();
  513. if (listAdapter == null) {
  514. return;
  515. }
  516. int desiredWidth = View.MeasureSpec.makeMeasureSpec(listView.getWidth(), View.MeasureSpec.AT_MOST);
  517. int totalHeight = 0;
  518. View view = null;
  519. for (int i = 0; i < listAdapter.getCount(); i++) {
  520. view = listAdapter.getView(i, view, listView);
  521. if (i == 0) {
  522. view.setLayoutParams(new ViewGroup.LayoutParams(desiredWidth, ViewGroup.LayoutParams.WRAP_CONTENT));
  523. }
  524. view.measure(desiredWidth, View.MeasureSpec.UNSPECIFIED);
  525. totalHeight += view.getMeasuredHeight();
  526. }
  527. ViewGroup.LayoutParams params = listView.getLayoutParams();
  528. params.height = totalHeight + (listView.getDividerHeight() * (listAdapter.getCount() - 1));
  529. listView.setLayoutParams(params);
  530. listView.requestLayout();
  531. }
  532. /**
  533. * Enables or disables buttons for a file being downloaded
  534. */
  535. private void setButtonsForTransferring() {
  536. if (!isEmpty()) {
  537. // show the progress bar for the transfer
  538. getView().findViewById(R.id.fdProgressBlock).setVisibility(View.VISIBLE);
  539. TextView progressText = getView().findViewById(R.id.fdProgressText);
  540. progressText.setVisibility(View.VISIBLE);
  541. FileDownloaderBinder downloaderBinder = mContainerActivity.getFileDownloaderBinder();
  542. FileUploaderBinder uploaderBinder = mContainerActivity.getFileUploaderBinder();
  543. //if (getFile().isDownloading()) {
  544. if (downloaderBinder != null && downloaderBinder.isDownloading(mAccount, getFile())) {
  545. progressText.setText(R.string.downloader_download_in_progress_ticker);
  546. }
  547. else {
  548. if (uploaderBinder != null && uploaderBinder.isUploading(mAccount, getFile())) {
  549. progressText.setText(R.string.uploader_upload_in_progress_ticker);
  550. }
  551. }
  552. }
  553. }
  554. /**
  555. * Enables or disables buttons for a file locally available
  556. */
  557. private void setButtonsForDown() {
  558. if (!isEmpty()) {
  559. // hides the progress bar
  560. getView().findViewById(R.id.fdProgressBlock).setVisibility(View.GONE);
  561. TextView progressText = getView().findViewById(R.id.fdProgressText);
  562. progressText.setVisibility(View.GONE);
  563. }
  564. }
  565. /**
  566. * Enables or disables buttons for a file not locally available
  567. */
  568. private void setButtonsForRemote() {
  569. if (!isEmpty()) {
  570. // hides the progress bar
  571. getView().findViewById(R.id.fdProgressBlock).setVisibility(View.GONE);
  572. TextView progressText = getView().findViewById(R.id.fdProgressText);
  573. progressText.setVisibility(View.GONE);
  574. }
  575. }
  576. public void listenForTransferProgress() {
  577. if (mProgressListener != null) {
  578. if (mContainerActivity.getFileDownloaderBinder() != null) {
  579. mContainerActivity.getFileDownloaderBinder().
  580. addDatatransferProgressListener(mProgressListener, mAccount, getFile());
  581. }
  582. if (mContainerActivity.getFileUploaderBinder() != null) {
  583. mContainerActivity.getFileUploaderBinder().
  584. addDatatransferProgressListener(mProgressListener, mAccount, getFile());
  585. }
  586. } else {
  587. Log_OC.d(TAG, "mProgressListener == null");
  588. }
  589. }
  590. public void leaveTransferProgress() {
  591. if (mProgressListener != null) {
  592. if (mContainerActivity.getFileDownloaderBinder() != null) {
  593. mContainerActivity.getFileDownloaderBinder().
  594. removeDatatransferProgressListener(mProgressListener, mAccount, getFile());
  595. }
  596. if (mContainerActivity.getFileUploaderBinder() != null) {
  597. mContainerActivity.getFileUploaderBinder().
  598. removeDatatransferProgressListener(mProgressListener, mAccount, getFile());
  599. }
  600. }
  601. }
  602. /**
  603. * Helper class responsible for updating the progress bar shown for file uploading or
  604. * downloading
  605. */
  606. private class ProgressListener implements OnDatatransferProgressListener {
  607. int mLastPercent = 0;
  608. WeakReference<ProgressBar> mProgressBar = null;
  609. ProgressListener(ProgressBar progressBar) {
  610. mProgressBar = new WeakReference<ProgressBar>(progressBar);
  611. }
  612. @Override
  613. public void onTransferProgress(long progressRate, long totalTransferredSoFar,
  614. long totalToTransfer, String filename) {
  615. int percent = (int)(100.0*((double)totalTransferredSoFar)/((double)totalToTransfer));
  616. if (percent != mLastPercent) {
  617. ProgressBar pb = mProgressBar.get();
  618. if (pb != null) {
  619. pb.setProgress(percent);
  620. pb.postInvalidate();
  621. }
  622. }
  623. mLastPercent = percent;
  624. }
  625. }
  626. }