License headers and formatting.

tempwork
Floens 11 years ago
parent bfef68a78b
commit d7ffe9e8e8
  1. 17
      Clover/app/src/main/java/org/floens/chan/controller/Controller.java
  2. 17
      Clover/app/src/main/java/org/floens/chan/controller/ControllerTransition.java
  3. 17
      Clover/app/src/main/java/org/floens/chan/controller/NavigationController.java
  4. 17
      Clover/app/src/main/java/org/floens/chan/controller/PopControllerTransition.java
  5. 17
      Clover/app/src/main/java/org/floens/chan/controller/PushControllerTransition.java
  6. 17
      Clover/app/src/main/java/org/floens/chan/core/model/ChanThread.java
  7. 17
      Clover/app/src/main/java/org/floens/chan/core/presenter/ThreadPresenter.java
  8. 17
      Clover/app/src/main/java/org/floens/chan/ui/controller/BrowseController.java
  9. 17
      Clover/app/src/main/java/org/floens/chan/ui/controller/RootNavigationController.java
  10. 17
      Clover/app/src/main/java/org/floens/chan/ui/controller/SettingsController.java
  11. 17
      Clover/app/src/main/java/org/floens/chan/ui/controller/ViewThreadController.java
  12. 17
      Clover/app/src/main/java/org/floens/chan/ui/drawable/ArrowMenuDrawable.java
  13. 17
      Clover/app/src/main/java/org/floens/chan/ui/helper/PostPopupHelper.java
  14. 17
      Clover/app/src/main/java/org/floens/chan/ui/layout/ImageViewLayout.java
  15. 17
      Clover/app/src/main/java/org/floens/chan/ui/layout/ThreadLayout.java
  16. 17
      Clover/app/src/main/java/org/floens/chan/ui/layout/ThreadListLayout.java
  17. 17
      Clover/app/src/main/java/org/floens/chan/ui/toolbar/NavigationItem.java
  18. 17
      Clover/app/src/main/java/org/floens/chan/ui/toolbar/Toolbar.java
  19. 17
      Clover/app/src/main/java/org/floens/chan/ui/toolbar/ToolbarMenu.java
  20. 17
      Clover/app/src/main/java/org/floens/chan/ui/toolbar/ToolbarMenuItem.java
  21. 17
      Clover/app/src/main/java/org/floens/chan/ui/toolbar/ToolbarMenuSubItem.java
  22. 17
      Clover/app/src/main/java/org/floens/chan/ui/toolbar/ToolbarMenuSubMenu.java
  23. 17
      Clover/app/src/main/java/org/floens/chan/utils/AndroidUtils.java
  24. 17
      Clover/app/src/main/java/org/floens/chan/utils/AnimationUtils.java
  25. 17
      Clover/app/src/main/java/org/floens/chan/utils/FileCache.java
  26. 4
      Clover/app/src/main/res/anim/fade_in.xml
  27. 4
      Clover/app/src/main/res/anim/fade_out.xml
  28. 18
      Clover/app/src/main/res/drawable/gray_background_selector.xml
  29. 4
      Clover/app/src/main/res/drawable/pin_icon_blue.xml
  30. 4
      Clover/app/src/main/res/drawable/pin_icon_gray.xml
  31. 4
      Clover/app/src/main/res/drawable/pin_icon_red.xml
  32. 8
      Clover/app/src/main/res/layout/activity_base.xml
  33. 4
      Clover/app/src/main/res/layout/board_edit_item.xml
  34. 10
      Clover/app/src/main/res/layout/board_select_add.xml
  35. 8
      Clover/app/src/main/res/layout/board_select_spinner.xml
  36. 8
      Clover/app/src/main/res/layout/board_select_spinner_dropdown.xml
  37. 2
      Clover/app/src/main/res/layout/image_view.xml
  38. 18
      Clover/app/src/main/res/layout/image_view_layout.xml
  39. 6
      Clover/app/src/main/res/layout/preference_pass.xml
  40. 37
      Clover/app/src/main/res/layout/root_layout.xml
  41. 18
      Clover/app/src/main/res/layout/settings_layout.xml
  42. 4
      Clover/app/src/main/res/layout/toolbar_activity.xml
  43. 6
      Clover/app/src/main/res/layout/toolbar_menu_item.xml
  44. 10
      Clover/app/src/main/res/layout/watch_description.xml
  45. 2
      Clover/app/src/main/res/menu/action_bar_switch.xml
  46. 48
      Clover/app/src/main/res/menu/base.xml
  47. 8
      Clover/app/src/main/res/menu/board_edit.xml
  48. 24
      Clover/app/src/main/res/menu/image_view.xml
  49. 4
      Clover/app/src/main/res/menu/settings.xml
  50. 20
      Clover/app/src/main/res/values/ids.xml
  51. 4
      Clover/app/src/main/res/xml/preference_pass.xml

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.controller; package org.floens.chan.controller;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.controller; package org.floens.chan.controller;
public abstract class ControllerTransition { public abstract class ControllerTransition {

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.controller; package org.floens.chan.controller;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.controller; package org.floens.chan.controller;
import android.animation.Animator; import android.animation.Animator;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.controller; package org.floens.chan.controller;
import android.animation.Animator; import android.animation.Animator;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.core.model; package org.floens.chan.core.model;
import java.util.List; import java.util.List;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.core.presenter; package org.floens.chan.core.presenter;
import android.text.TextUtils; import android.text.TextUtils;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.controller; package org.floens.chan.ui.controller;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.controller; package org.floens.chan.ui.controller;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.controller; package org.floens.chan.ui.controller;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.controller; package org.floens.chan.ui.controller;
import android.app.AlertDialog; import android.app.AlertDialog;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.drawable; package org.floens.chan.ui.drawable;
import android.graphics.Canvas; import android.graphics.Canvas;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.helper; package org.floens.chan.ui.helper;
import android.app.Activity; import android.app.Activity;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.layout; package org.floens.chan.ui.layout;
import android.animation.Animator; import android.animation.Animator;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.layout; package org.floens.chan.ui.layout;
import android.app.AlertDialog; import android.app.AlertDialog;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.layout; package org.floens.chan.ui.layout;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.toolbar; package org.floens.chan.ui.toolbar;
import android.widget.LinearLayout; import android.widget.LinearLayout;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.toolbar; package org.floens.chan.ui.toolbar;
import android.animation.Animator; import android.animation.Animator;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.toolbar; package org.floens.chan.ui.toolbar;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.toolbar; package org.floens.chan.ui.toolbar;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.toolbar; package org.floens.chan.ui.toolbar;
public class ToolbarMenuSubItem { public class ToolbarMenuSubItem {

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.ui.toolbar; package org.floens.chan.ui.toolbar;
import android.content.Context; import android.content.Context;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.utils; package org.floens.chan.utils;
import android.app.Dialog; import android.app.Dialog;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.utils; package org.floens.chan.utils;
import android.graphics.Matrix; import android.graphics.Matrix;

@ -1,3 +1,20 @@
/*
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.floens.chan.utils; package org.floens.chan.utils;
import android.content.Context; import android.content.Context;

@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<set xmlns:android="http://schemas.android.com/apk/res/android"> <set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha <alpha
android:duration="200"
android:fromAlpha="0.0" android:fromAlpha="0.0"
android:toAlpha="1.0" android:toAlpha="1.0" />
android:duration="200" />
</set> </set>

@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<set xmlns:android="http://schemas.android.com/apk/res/android"> <set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha <alpha
android:duration="200"
android:fromAlpha="1.0" android:fromAlpha="1.0"
android:toAlpha="0.0" android:toAlpha="0.0" />
android:duration="200" />
</set> </set>

@ -1,4 +1,20 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?><!--
Clover - 4chan browser https://github.com/Floens/Clover/
Copyright (C) 2014 Floens
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"> <item android:state_pressed="true">
<shape> <shape>

@ -16,10 +16,10 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<inset xmlns:android="http://schemas.android.com/apk/res/android" <inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetBottom="8dp"
android:insetLeft="8dp" android:insetLeft="8dp"
android:insetTop="8dp"
android:insetRight="8dp" android:insetRight="8dp"
android:insetBottom="8dp"> android:insetTop="8dp">
<shape> <shape>
<solid android:color="#FF33B5E5" /> <solid android:color="#FF33B5E5" />
<corners android:radius="4dp" /> <corners android:radius="4dp" />

@ -16,10 +16,10 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<inset xmlns:android="http://schemas.android.com/apk/res/android" <inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetBottom="8dp"
android:insetLeft="8dp" android:insetLeft="8dp"
android:insetTop="8dp"
android:insetRight="8dp" android:insetRight="8dp"
android:insetBottom="8dp"> android:insetTop="8dp">
<shape> <shape>
<solid android:color="#FF898989" /> <solid android:color="#FF898989" />
<corners android:radius="4dp" /> <corners android:radius="4dp" />

@ -16,10 +16,10 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<inset xmlns:android="http://schemas.android.com/apk/res/android" <inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetBottom="8dp"
android:insetLeft="8dp" android:insetLeft="8dp"
android:insetTop="8dp"
android:insetRight="8dp" android:insetRight="8dp"
android:insetBottom="8dp"> android:insetTop="8dp">
<shape> <shape>
<solid android:color="#FFFF4444" /> <solid android:color="#FFFF4444" />
<corners android:radius="4dp" /> <corners android:radius="4dp" />

@ -34,16 +34,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<FrameLayout <FrameLayout
android:id="@+id/left_pane" android:id="@+id/left_pane"
style="?board_pane_left_style"
android:layout_width="100dp" android:layout_width="100dp"
android:layout_height="match_parent" android:layout_height="match_parent" />
style="?board_pane_left_style" />
<FrameLayout <FrameLayout
android:id="@+id/right_pane" android:id="@+id/right_pane"
style="?board_pane_right_style"
android:layout_width="100dp" android:layout_width="100dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1" />
style="?board_pane_right_style" />
</android.support.v4.widget.SlidingPaneLayout> </android.support.v4.widget.SlidingPaneLayout>
</LinearLayout> </LinearLayout>

@ -22,13 +22,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<org.floens.chan.ui.view.DragGripView <org.floens.chan.ui.view.DragGripView
android:id="@+id/drag_handle" android:id="@+id/drag_handle"
style="?attr/board_edit_item_style"
android:layout_width="64dp" android:layout_width="64dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="fill_vertical|start" android:layout_gravity="fill_vertical|start"
android:paddingBottom="12dp" android:paddingBottom="12dp"
android:paddingLeft="16dp" android:paddingLeft="16dp"
android:paddingTop="12dp" android:paddingTop="12dp" />
style="?attr/board_edit_item_style" />
<TextView <TextView
android:id="@+id/text" android:id="@+id/text"

@ -19,12 +19,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@android:id/text1" android:id="@android:id/text1"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="16sp" android:ellipsize="end"
android:textColor="#ff000000"
android:gravity="center_vertical" android:gravity="center_vertical"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
android:paddingRight="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:textStyle="italic"
android:singleLine="true" android:singleLine="true"
android:ellipsize="end" /> android:textColor="#ff000000"
android:textSize="16sp"
android:textStyle="italic" />

@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@android:id/text1" android:id="@android:id/text1"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="16sp" android:ellipsize="end"
android:textColor="#ffffffff"
android:gravity="center_vertical" android:gravity="center_vertical"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
android:paddingRight="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:singleLine="true" android:singleLine="true"
android:ellipsize="end" /> android:textColor="#ffffffff"
android:textSize="16sp" />

@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@android:id/text1" android:id="@android:id/text1"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="16sp" android:ellipsize="end"
android:textColor="#ff000000"
android:gravity="center_vertical" android:gravity="center_vertical"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
android:paddingRight="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:singleLine="true" android:singleLine="true"
android:ellipsize="end" /> android:textColor="#ff000000"
android:textSize="16sp" />

@ -38,8 +38,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_height="match_parent" /> android:layout_height="match_parent" />
<ProgressBar <ProgressBar
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:id="@+id/progress_bar" android:id="@+id/progress_bar"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="-7dp" /> android:layout_marginTop="-7dp" />

@ -1,4 +1,20 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?><!--
Clover - 4chan browser https://github.com/Floens/Clover/
Copyright (C) 2014 Floens
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<org.floens.multipanetest.layout.ImageViewLayout xmlns:android="http://schemas.android.com/apk/res/android" <org.floens.multipanetest.layout.ImageViewLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"

@ -18,16 +18,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center" android:gravity="center"
android:orientation="vertical"
android:padding="24dp"> android:padding="24dp">
<TextView <TextView
style="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center" android:gravity="center"
android:text="@string/pass_info_text" android:text="@string/pass_info_text" />
style="?android:attr/textAppearanceMedium" />
<TextView <TextView
android:id="@+id/pass_link" android:id="@+id/pass_link"

@ -1,3 +1,20 @@
<?xml version="1.0" encoding="utf-8"?><!--
Clover - 4chan browser https://github.com/Floens/Clover/
Copyright (C) 2014 Floens
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout" android:id="@+id/drawer_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -5,17 +22,17 @@
<LinearLayout <LinearLayout
android:id="@+id/root_layout" android:id="@+id/root_layout"
android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="#ffffffff"> android:background="#ffffffff"
android:orientation="vertical">
<org.floens.chan.ui.toolbar.Toolbar <org.floens.chan.ui.toolbar.Toolbar
android:elevation="8dp"
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:background="@color/primary"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="56dp" /> android:layout_height="56dp"
android:background="@color/primary"
android:elevation="8dp" />
<FrameLayout <FrameLayout
android:id="@+id/container" android:id="@+id/container"
@ -26,16 +43,16 @@
</LinearLayout> </LinearLayout>
<FrameLayout <FrameLayout
android:background="#ffffff00"
android:id="@+id/drawer" android:id="@+id/drawer"
android:layout_gravity="left"
android:layout_width="200dp" android:layout_width="200dp"
android:layout_height="match_parent"> android:layout_height="match_parent"
android:layout_gravity="left"
android:background="#ffffff00">
<TextView <TextView
android:text="Hello, world!"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:text="Hello, world!" />
</FrameLayout> </FrameLayout>

@ -1,4 +1,20 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?><!--
Clover - 4chan browser https://github.com/Floens/Clover/
Copyright (C) 2014 Floens
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"

@ -16,9 +16,9 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/toolbar" /> <include layout="@layout/toolbar" />

@ -2,8 +2,8 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android" <TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
android:textSize="16sp"
android:textColor="#ff000000"
android:gravity="center_vertical" android:gravity="center_vertical"
android:paddingLeft="16dp" android:paddingLeft="16dp"
android:paddingRight="16dp" /> android:paddingRight="16dp"
android:textColor="#ff000000"
android:textSize="16sp" />

@ -16,17 +16,17 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:padding="8dp" android:gravity="center"
android:gravity="center"> android:orientation="vertical"
android:padding="8dp">
<TextView <TextView
android:id="@+id/text" android:id="@+id/text"
style="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center" android:gravity="center" />
style="?android:attr/textAppearanceMedium" />
</LinearLayout> </LinearLayout>

@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item <item
android:id="@+id/action_bar_switch" android:id="@+id/action_bar_switch"
android:title=""
android:actionViewClass="android.widget.Switch" android:actionViewClass="android.widget.Switch"
android:title=""
app:showAsAction="always" /> app:showAsAction="always" />
</menu> </menu>

@ -21,8 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/action_reload_tablet" android:id="@+id/action_reload_tablet"
android:icon="@drawable/ic_action_refresh" android:icon="@drawable/ic_action_refresh"
android:orderInCategory="1" android:orderInCategory="1"
app:showAsAction="always" android:title="@string/action_reload"
android:title="@string/action_reload"> app:showAsAction="always">
<menu> <menu>
<item <item
android:id="@+id/action_reload_tablet_board" android:id="@+id/action_reload_tablet_board"
@ -37,29 +37,29 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/action_reload_board" android:id="@+id/action_reload_board"
android:icon="@drawable/ic_action_refresh" android:icon="@drawable/ic_action_refresh"
android:orderInCategory="1" android:orderInCategory="1"
app:showAsAction="always" android:title="@string/action_reload_board"
android:title="@string/action_reload_board" /> app:showAsAction="always" />
<item <item
android:id="@+id/action_pin" android:id="@+id/action_pin"
android:icon="@drawable/ic_bookmark" android:icon="@drawable/ic_bookmark"
android:orderInCategory="2" android:orderInCategory="2"
app:showAsAction="always" android:title="@string/action_pin"
android:title="@string/action_pin" /> app:showAsAction="always" />
<item <item
android:id="@+id/action_reply" android:id="@+id/action_reply"
android:icon="@drawable/ic_action_write" android:icon="@drawable/ic_action_write"
android:orderInCategory="4" android:orderInCategory="4"
app:showAsAction="ifRoom" android:title="@string/action_reply"
android:title="@string/action_reply" /> app:showAsAction="ifRoom" />
<item <item
android:id="@+id/action_reply_tablet" android:id="@+id/action_reply_tablet"
android:icon="@drawable/ic_action_write" android:icon="@drawable/ic_action_write"
android:orderInCategory="4" android:orderInCategory="4"
app:showAsAction="ifRoom" android:title="@string/action_reply"
android:title="@string/action_reply"> app:showAsAction="ifRoom">
<menu> <menu>
<item <item
android:id="@+id/action_reply_board" android:id="@+id/action_reply_board"
@ -75,8 +75,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/action_reload_thread" android:id="@+id/action_reload_thread"
android:icon="@drawable/ic_action_refresh" android:icon="@drawable/ic_action_refresh"
android:orderInCategory="5" android:orderInCategory="5"
app:showAsAction="never" android:title="@string/action_reload"
android:title="@string/action_reload" /> app:showAsAction="never" />
<item <item
android:id="@+id/action_search" android:id="@+id/action_search"
@ -86,8 +86,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item <item
android:id="@+id/action_search_tablet" android:id="@+id/action_search_tablet"
android:orderInCategory="6" android:orderInCategory="6"
app:showAsAction="never" android:title="@string/action_search"
android:title="@string/action_search"> app:showAsAction="never">
<menu> <menu>
<item <item
android:id="@+id/action_search_board" android:id="@+id/action_search_board"
@ -103,26 +103,26 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/action_share" android:id="@+id/action_share"
android:actionProviderClass="android.widget.ShareActionProvider" android:actionProviderClass="android.widget.ShareActionProvider"
android:orderInCategory="7" android:orderInCategory="7"
app:showAsAction="never" android:title="@string/action_share"
android:title="@string/action_share" /> app:showAsAction="never" />
<item <item
android:id="@+id/action_download_album" android:id="@+id/action_download_album"
android:orderInCategory="8" android:orderInCategory="8"
app:showAsAction="never" android:title="@string/action_download_album"
android:title="@string/action_download_album" /> app:showAsAction="never" />
<item <item
android:id="@+id/action_open_browser" android:id="@+id/action_open_browser"
android:orderInCategory="9" android:orderInCategory="9"
app:showAsAction="never" android:title="@string/action_open_browser"
android:title="@string/action_open_browser" /> app:showAsAction="never" />
<item <item
android:id="@+id/action_board_view_mode" android:id="@+id/action_board_view_mode"
android:orderInCategory="10" android:orderInCategory="10"
app:showAsAction="never" android:title="@string/action_board_view_mode"
android:title="@string/action_board_view_mode"> app:showAsAction="never">
<menu> <menu>
<group android:checkableBehavior="single"> <group android:checkableBehavior="single">
<item <item
@ -138,7 +138,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item <item
android:id="@+id/action_settings" android:id="@+id/action_settings"
android:orderInCategory="100" android:orderInCategory="100"
app:showAsAction="never" android:title="@string/action_settings"
android:title="@string/action_settings" /> app:showAsAction="never" />
</menu> </menu>

@ -21,13 +21,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item <item
android:id="@+id/action_add_board" android:id="@+id/action_add_board"
android:icon="@drawable/ic_action_new" android:icon="@drawable/ic_action_new"
app:showAsAction="always" android:title="@string/board_add"
android:title="@string/board_add" /> app:showAsAction="always" />
<item <item
android:id="@+id/action_show_filler" android:id="@+id/action_show_filler"
app:showAsAction="never"
android:checkable="true" android:checkable="true"
android:title="@string/board_edit_enable_filler" /> android:title="@string/board_edit_enable_filler"
app:showAsAction="never" />
</menu> </menu>

@ -22,34 +22,34 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/action_image_play_state" android:id="@+id/action_image_play_state"
android:icon="@drawable/ic_action_play" android:icon="@drawable/ic_action_play"
android:orderInCategory="1" android:orderInCategory="1"
app:showAsAction="always" android:title="@string/image_play_state"
android:title="@string/image_play_state" /> app:showAsAction="always" />
<item <item
android:id="@+id/action_image_save" android:id="@+id/action_image_save"
android:orderInCategory="2" android:orderInCategory="2"
app:showAsAction="never" android:title="@string/image_save"
android:title="@string/image_save" /> app:showAsAction="never" />
<item <item
android:id="@+id/action_open_browser" android:id="@+id/action_open_browser"
android:orderInCategory="3" android:orderInCategory="3"
app:showAsAction="never" android:title="@string/action_open_browser"
android:title="@string/action_open_browser" /> app:showAsAction="never" />
<item <item
android:id="@+id/action_share" android:id="@+id/action_share"
android:orderInCategory="4" android:orderInCategory="4"
app:showAsAction="never" android:title="@string/action_share"
android:title="@string/action_share" /> app:showAsAction="never" />
<item <item
android:id="@+id/action_image_search" android:id="@+id/action_image_search"
android:orderInCategory="5" android:orderInCategory="5"
app:showAsAction="never" android:title="@string/action_search_image"
android:title="@string/action_search_image"> app:showAsAction="never">
<menu></menu> <menu></menu>
</item> </item>
<item <item
android:id="@+id/action_download_album" android:id="@+id/action_download_album"
android:orderInCategory="6" android:orderInCategory="6"
app:showAsAction="never" android:title="@string/action_download_album"
android:title="@string/action_download_album" /> app:showAsAction="never" />
</menu> </menu>

@ -20,6 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item <item
android:id="@+id/action_settings_advanced" android:id="@+id/action_settings_advanced"
android:orderInCategory="1" android:orderInCategory="1"
app:showAsAction="never" android:title="@string/action_settings_advanced"
android:title="@string/action_settings_advanced" /> app:showAsAction="never" />
</menu> </menu>

@ -17,14 +17,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<resources> <resources>
<!-- placeholder id's for when programmatically xml is needed --> <!-- placeholder id's for when programmatically xml is needed -->
<item type="id" name="action_0" /> <item name="action_0" type="id" />
<item type="id" name="action_1" /> <item name="action_1" type="id" />
<item type="id" name="action_2" /> <item name="action_2" type="id" />
<item type="id" name="action_3" /> <item name="action_3" type="id" />
<item type="id" name="action_4" /> <item name="action_4" type="id" />
<item type="id" name="action_5" /> <item name="action_5" type="id" />
<item type="id" name="action_6" /> <item name="action_6" type="id" />
<item type="id" name="action_7" /> <item name="action_7" type="id" />
<item type="id" name="action_8" /> <item name="action_8" type="id" />
<item type="id" name="action_9" /> <item name="action_9" type="id" />
</resources> </resources>

@ -22,9 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:title="@string/pass_token" /> android:title="@string/pass_token" />
<EditTextPreference <EditTextPreference
android:inputType="numberPassword"
android:key="preference_pass_pin" android:key="preference_pass_pin"
android:title="@string/pass_pin" android:title="@string/pass_pin" />
android:inputType="numberPassword" />
<Preference <Preference
android:key="preference_pass_login" android:key="preference_pass_login"

Loading…
Cancel
Save