text
stringlengths
3
1.18M
/** * 报表设计公司(2011) */ package com.reportgear.designer.action.file; import java.awt.event.ActionEvent; import com.reportgear.core.util.ImageUtils; import com.reportgear.designer.DesignerPane; import com.reportgear.designer.action.ReportAction; import com.reportgear.designer.setting.DesignerContext; /** ...
/** * ReportGear(2011) */ package com.reportgear.designer.action.file; import java.awt.Window; import java.awt.event.ActionEvent; import javax.swing.JComponent; import javax.swing.JFrame; import javax.swing.SwingUtilities; import netscape.javascript.JSObject; import com.reportgear.core.util.ImageUti...
/** * 报表设计公司(2011) */ package com.reportgear.designer.action.file; import java.awt.event.ActionEvent; import com.reportgear.core.util.ImageUtils; import com.reportgear.designer.action.ReportAction; import com.reportgear.report.context.ReportContext; import com.reportgear.report.model.ReportModel; import ...
/** * ReportGear(2011) */ package com.reportgear.designer.formula.pane; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; import java.awt.Dimension; import java.awt.GridBagLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event....
/** * ReportGear(2011) */ package com.reportgear.designer.view.menu; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; import com.reportgear.designer.action.edit.MergeCellAction; import com.reportgear.designer.action.edit.UnmergeCellAction; import com.reportgear.designe...
/** * 报表设计公司(2011) */ package com.reportgear.designer.view.menu; import javax.swing.JMenuItem; import javax.swing.JPopupMenu; import com.reportgear.designer.action.edit.ClearValueAction; import com.reportgear.designer.action.style.GlobalStyleAction; import com.reportgear.report.model.cell.value.FormulaObj...
/** * ReportGear(2011) */ package com.reportgear.designer.view; import java.awt.BorderLayout; import java.awt.Dimension; import java.util.List; import javax.swing.BorderFactory; import javax.swing.DefaultListModel; import javax.swing.JLabel; import javax.swing.JList; import javax.swing.JPanel; import ...
/** * ReportGear(2011) */ package com.reportgear.designer.view; import java.awt.BorderLayout; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import javax.swing.JOptionPane; import javax.swing.JPanel; import com.reportgear.core.data.SalaryHelper; import com.reportgear....
/** * 报表设计器-样式相关面板 */ package com.reportgear.designer.style.pane;
/** * ReportGear(2011) */ package com.reportgear.designer.style.pane; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Enumeration; import java.util.List; import javax.swing.AbstractButton; import javax.sw...
/** * ReportGear(2011) */ package com.reportgear.designer.parameter.pane; import java.awt.Component; import java.util.HashMap; import java.util.Map; import javax.swing.DefaultListCellRenderer; import javax.swing.JList; import javax.swing.SwingUtilities; import com.reportgear.core.api.Nameable; import...
/** * 报表设计器-参数相关面板 */ package com.reportgear.designer.parameter.pane;
/** * ReportGear(2011) */ package com.reportgear.designer.parameter.pane; import java.awt.BorderLayout; import java.awt.Component; import java.awt.GridBagLayout; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTextField; import javax.swing.SwingConstants; import javax.swing.Sw...
/** * 报表设计公司(2011) */ package com.reportgear.designer.config; import java.io.File; import org.apache.log4j.PropertyConfigurator; /** * 配置Log4j * * @version 1.0 2011-3-14 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since ANNCSR 2.0 * */ public class Log4jConfig { /** * 指定文件配置Lo...
/** * 报表设计公司(2011) */ package com.reportgear.designer.config; import org.apache.log4j.AppenderSkeleton; import org.apache.log4j.spi.LoggingEvent; /** * Gui输出 * * @version 1.0 2011-3-14 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since ANNCSR 2.0 * */ public class GuiAppender extends ...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.controlpane; import com.reportgear.designer.gui.config.ShortCut; /** * 快捷键 * * @version 1.0 2011-4-26 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since Report 1.0 */ public abstract class ControlPaneShortCut { protected Shor...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.controlpane; import java.awt.BorderLayout; import java.awt.CardLayout; import java.awt.Component; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.u...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.controlpane; import javax.swing.Icon; import com.reportgear.core.api.Nameable; import com.reportgear.core.swing.pane.base.EditorPane; /** * Nameable对象创建接口 * * @version 1.0 2011-4-26 * @author <a herf="lexloo@gmail.com">lexloo</a> * ...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.controlpane; import javax.swing.Icon; import com.reportgear.core.api.Nameable; import com.reportgear.core.swing.pane.base.EditorPane; /** * 抽象名称对象创建器 * * @version 1.0 2011-4-26 * @author <a herf="lexloo@gmail.com">lexloo</a> * @sinc...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.config; import java.awt.Dimension; import java.util.Map; import javax.swing.ButtonGroup; import javax.swing.JPopupMenu; import javax.swing.JToolBar; import com.reportgear.designer.gui.config.ui.DottedSeparatorUI; import com.reportgear.desig...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.config.ui; import java.awt.BasicStroke; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import javax.swing.JComponent; import javax.swing.JSeparator; import javax.swing.LookAndFeel; import javax.swing.SwingCo...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.config.ui; import java.awt.BasicStroke; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import javax.swing.JComponent; import javax.swing.JSeparator; import javax.swing.LookAndFeel; import javax.swing.SwingCo...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.config; import java.util.Map; import javax.swing.ButtonGroup; import javax.swing.JPopupMenu; import javax.swing.JToolBar; /** * 快捷键 * * @version 1.0 2011-4-26 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since Report 1.0 */...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.config; import java.awt.FlowLayout; import java.util.ArrayList; import java.util.List; import javax.swing.JToolBar; /** * 工具栏定义 * * @version 1.0 2011-4-26 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since Report 1.0 */ pu...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.config; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.util.ArrayList; import java.util.List; import java.util.Map; import javax.swing.ButtonGroup; import javax.swing.JB...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.button; import java.awt.Dimension; import javax.swing.JButton; /** * 通用文本按钮 * * @version 1.0 2011-4-27 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since Report 1.0 */ public class CustomTextButton extends JButton ...
/** * Swing-组件 */ package com.reportgear.designer.gui.component;
/** * Swing-组件-日期选择 */ package com.reportgear.designer.gui.component.date;
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.date; import java.text.SimpleDateFormat; import java.util.Date; import javax.swing.AbstractListModel; import javax.swing.ComboBoxModel; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * 单选Combobox模型,用于日期选择 * ...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.date; import java.awt.Dimension; import java.awt.Graphics; import java.text.SimpleDateFormat; import java.util.Date; import javax.swing.Icon; import javax.swing.JLabel; import com.reportgear.core.util.ImageUtils; /** * Day标签 ...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.date; import java.awt.BorderLayout; import java.awt.Cursor; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import javax.swing.BorderFactory; import javax.swing.JComboBox; import javax.swi...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.date; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.GridLayout; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.date; import java.awt.Toolkit; import java.text.SimpleDateFormat; import java.util.Date; import javax.swing.text.AttributeSet; import javax.swing.text.BadLocationException; import javax.swing.text.JTextComponent; import javax.swing....
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.list; import java.awt.Component; import java.awt.event.FocusAdapter; import java.awt.event.FocusEvent; import javax.swing.DefaultCellEditor; import javax.swing.JList; import javax.swing.JTextField; /** * * * @version 1.0 2...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.list; import java.awt.Component; import java.awt.Rectangle; import java.util.Vector; import javax.swing.JList; import javax.swing.JTextField; import javax.swing.ListModel; import javax.swing.event.CellEditorListener; import javax.s...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.list; import java.util.EventListener; /** * 列表修改名称事件监听器接口 * * @version 1.0 2011-4-25 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since Report 1.0 */ public interface ModifyNameActionListener extends EventListener { ...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.list; import java.awt.Component; import javax.swing.CellEditor; import javax.swing.JList; /** * 列表单元编辑器 * * @version 1.0 2011-4-25 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since Report 1.0 */ public abstract i...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component.combobox; import java.awt.Component; import javax.swing.DefaultListCellRenderer; import javax.swing.JComboBox; import javax.swing.JList; /** * 整型值下拉框 * * @version 1.0 2011-4-27 * @author <a herf="lexloo@gmail.com">lexloo</a...
/** * ReportGear(2011) */ package com.reportgear.designer.gui.component; import java.awt.Color; import java.awt.Component; import java.awt.Graphics; import java.awt.Insets; import javax.swing.border.AbstractBorder; import com.reportgear.swing.util.GuiUtils; /** * 线边框 * * @version 1.0 2011-4-2...
/** * FireFly (2011) */ package com.firefly.kernel.spi.event; /** * 核心事件过滤 * * @version 1.0 2011-1-2 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public interface IKernelEventFilter { /** * * @param event * 核心事件 * @param handback * @return */ public ...
/** * FireFly (2011) */ package com.firefly.kernel.spi.event; /** * 核心事件接口,所有核心事件需要实现该接口 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public interface IKernelEvent { /** * 获取事件发出源 * * @return 事件发出源 */ public Object getSource(); /** * ...
/** * FireFly (2011) */ package com.firefly.kernel.spi.event; /** * {@link IKernelEvent}核心事件触发接口 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public interface IKernelEventEmitter { /** * 注册监听器 * * @param listener 监听器 * @param filter 过滤器 * @...
/** * FireFly (2011) */ package com.firefly.kernel.spi.event; /** * {@link IKernelEvent}监听接口 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public interface IKernelEventListener { /** * 事件触发时调用 * * @param event * 事件 * @param handba...
/** * FireFly (2011) */ package com.firefly.kernel.spi; import com.firefly.kernel.Kernel; import com.firefly.kernel.spi.event.IKernelEventEmitter; /** * 核心对象接口 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public interface IKernelObject extends IKernelEve...
/** * FireFly (2011) */ package com.firefly.kernel.spi.config; import com.firefly.kernel.exception.KernelException; import com.firefly.kernel.spi.IKernelObject; import com.firefly.kernel.spi.bootstrap.IKernelInitializer; /** * 核心配置接口 * * @version 1.0 2011-1-2 * @author <a herf="lexloo@gmail.com">l...
/** * FireFly (2011) */ package com.firefly.kernel.spi.bootstrap; import com.firefly.kernel.Kernel; import com.firefly.kernel.exception.KernelException; /** * 核心初始化器,初始化核心服务 * * @version 1.0 2011-1-2 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since FireFly 1.0 */ public interface IKern...
/** * FireFly (2011) */ package com.firefly.kernel; import com.firefly.kernel.spi.bootstrap.IKernelInitializer; import com.firefly.kernel.spi.config.IKernelConfig; import com.firefly.logging.Logger; /** * 工厂方法构件核心 * * @version 1.0 2011-1-2 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since...
/** * FireFly (2011) */ package com.firefly.kernel.exception; /** * 核心异常类 * * @version 1.0 2011-1-2 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since FireFly 1.0 */ public class KernelException extends Exception { /** * UID */ private static final long serialVersionUID = -28563528...
/** * FireFly (2011) */ package com.firefly.kernel; import com.firefly.kernel.spi.bootstrap.IKernelInitializer; /** * 核心常数 * * @version 1.0 2011-1-3 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since FireFly 1.0 */ public interface KernelConstants { /** 默认核心初始化器 */ public static final...
/** * FireFly (2011) */ package com.firefly.kernel; import com.firefly.kernel.spi.config.IKernelConfig; /** * 系统核心 * * @version 1.0 2011-1-2 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public class Kernel { /** 核心配置 */ private IKernelConfig config; /** * 设置配置信息 * ...
/** * FireFly (2011) */ package com.firefly.kernel.plugins.event; import com.firefly.kernel.spi.event.IKernelEvent; import com.firefly.util.FireflyObject; /** * 核心抽象事件 * * @version 1.0 2011-1-2 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public class AbstractEvent extends Firefl...
/** * FireFly (2011) */ package com.firefly.kernel.plugins.event; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.CopyOnWriteArrayList; import java.util.concurrent.atomic.AtomicLong; import com.firefly.kernel.spi.event.IKernelEvent; ...
/** * FireFly (2011) */ package com.firefly.kernel.plugins.config; import com.firefly.kernel.plugins.AbstractKernelObject; import com.firefly.kernel.spi.config.IKernelConfig; /** * 抽象核心配置 * * @version 1.0 2011-1-2 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since FireFly 1.0 */ public a...
/** * FireFly (2011) */ package com.firefly.kernel.plugins.config.property; import java.util.Properties; import java.util.StringTokenizer; import com.firefly.kernel.exception.KernelException; import com.firefly.kernel.plugins.bootstrap.basic.BasicKernelInitializer; import com.firefly.kernel.plugins.config.A...
/** * FireFly (2011) */ package com.firefly.kernel.plugins; import com.firefly.kernel.Kernel; import com.firefly.kernel.plugins.event.AbstractEventEmitter; import com.firefly.kernel.spi.IKernelObject; import com.firefly.logging.Logger; /** * 抽象核心对象 * * @version 1.0 2011-1-2 * @author lexloo(lexlo...
/** * FireFly (2011) */ package com.firefly.kernel.plugins.bootstrap; import com.firefly.kernel.KernelFactory; import com.firefly.kernel.plugins.AbstractKernelObject; import com.firefly.kernel.spi.config.IKernelConfig; /** * 抽象核心引导类 * * @version 1.0 2011-1-2 * @author lexloo(lexloo@gmail.com) * ...
/** * FireFly (2011) */ package com.firefly.kernel.plugins.bootstrap.basic; import java.security.AccessController; import java.security.PrivilegedAction; import java.util.Properties; import com.firefly.kernel.plugins.bootstrap.AbstractBootstrap; import com.firefly.kernel.plugins.config.property.PropertyKe...
/** * FireFly (2011) */ package com.firefly.kernel.plugins.bootstrap.basic; import com.firefly.kernel.Kernel; import com.firefly.kernel.exception.KernelException; import com.firefly.kernel.plugins.bootstrap.AbstractKernelInitializer; /** * 核心初始化器 * * @version 1.0 2011-1-2 * @author <a herf="lexloo...
/** * FireFly (2011) */ package com.firefly.kernel.plugins.bootstrap; import com.firefly.kernel.spi.bootstrap.IKernelInitializer; import com.firefly.logging.Logger; /** * 抽象核心初始化 * * @version 1.0 2011-1-2 * @author <a herf="lexloo@gmail.com">lexloo</a> * @since FireFly 1.0 */ public abstract c...
/** * FireFly (2011) */ package com.firefly.logging; /** * 抽象Logger插件 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public abstract class AbstractLoggerPluginInstance implements ILoggerPluginInstance { private final Logger logger; private final ILoggerPlu...
/** * FireFly (2011) */ package com.firefly.logging; /** * Logger插件 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public interface ILoggerPlugin { /** * 获取Logger插件实例 * * @param name * Logger名 * @return Logger插件实例 */ ILoggerPl...
/** * FireFly (2011) */ package com.firefly.logging; /** * 日志插件实例接口 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public interface ILoggerPluginInstance { ILoggerPlugin getLoggerPlugin(); /** * 获取日志实例 * * @return 日志实例 */ Logger getLogger(...
/** * FireFly (2011) */ package com.firefly.logging; import java.util.Map; import java.util.WeakHashMap; import com.firefly.logging.simple.SimpleLoggerPlugin; import com.firefly.logging.simple.SimpleLoggerPluginInstance; /** * 日志记录 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) ...
/** * FireFly (2011) */ package com.firefly.logging.simple; import com.firefly.logging.AbstractLoggerPluginInstance; import com.firefly.logging.ILoggerPlugin; import com.firefly.logging.Logger.Level; /** * Empty Logger 实例 * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since Fire...
/** * FireFly (2011) */ package com.firefly.logging.simple; import com.firefly.logging.ILoggerPlugin; import com.firefly.logging.ILoggerPluginInstance; /** * Simple Logger * * @version 1.0 2011-1-1 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public class SimpleLoggerPlugin imple...
/** * FireFly (2011) */ package com.firefly.util; /** * FireFly对象 * * @version 1.0 2011-1-2 * @author lexloo(lexloo@gmail.com) * @since FireFly 1.0 */ public class FireflyObject { }
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2013 I. Lubimov. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright 2013 two forty four a.m. LLC <http://www.twofortyfouram.com> * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the Lice...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright 2013 two forty four a.m. LLC <http://www.twofortyfouram.com> * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the Lice...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright 2013 two forty four a.m. LLC <http://www.twofortyfouram.com> * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the Lice...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * htt...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (c) 2009 Matthias Kaeppler * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 Nils Braden * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This ...